Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hmerritt committed Oct 29, 2024
1 parent 4370b72 commit 3c2658e
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 271 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@stylexjs/stylex": "0.8.0",
"@tanstack/react-router": "1.77.2",
"@tanstack/react-router": "1.77.6",
"@tanstack/react-store": "0.5.6",
"@tanstack/router-devtools": "1.77.2",
"@tanstack/router-devtools": "1.77.6",
"@tanstack/router-plugin": "1.76.4",
"@use-gesture/react": "10.3.1",
"dayjs": "1.11.13",
"lodash-es": "4.17.21",
"plausible-tracker": "0.3.9",
"react": "19.0.0-rc-cae764ce-20241025",
"react": "19.0.0-rc-02c0e824-20241028",
"react-device-detect": "2.2.3",
"react-dom": "19.0.0-rc-cae764ce-20241025"
"react-dom": "19.0.0-rc-02c0e824-20241028"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@eslint/js": "^9.13.0",
"@eslint/js": "9.13.0",
"@million/lint": "1.0.11",
"@playwright/test": "1.48.2",
"@rollup/pluginutils": "5.1.3",
"@stylexjs/babel-plugin": "0.8.0",
"@stylexjs/eslint-plugin": "^0.8.0",
"@stylexjs/eslint-plugin": "0.8.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
Expand All @@ -52,36 +52,36 @@
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/css": "0.0.38",
"@types/lodash-es": "4.17.12",
"@types/node": "20.17.1",
"@types/node": "20.17.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.3",
"@vitest/ui": "2.1.3",
"babel-plugin-react-compiler": "0.0.0-experimental-34d04b6-20241024",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"babel-plugin-react-compiler": "0.0.0-experimental-33f03ce-20241028",
"cross-env": "7.0.3",
"css": "3.0.0",
"eslint": "9.13.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-33f03ce-20241028",
"eslint-plugin-react-hooks": "5.0.0",
"globals": "15.11.0",
"happy-dom": "15.7.4",
"prettier": "3.3.3",
"prettier-plugin-stylex-key-sort": "1.0.1",
"rollup-plugin-workbox": "8.1.0",
"tsx": "4.19.2",
"typescript": "5.6.3",
"typescript-eslint": "8.11.0",
"typescript-eslint": "8.12.2",
"vite": "5.4.10",
"vite-bundle-visualizer": "1.2.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-stylex": "0.12.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.3",
"vitest": "2.1.4",
"workbox-build": "7.1.1",
"workbox-core": "7.1.0",
"workbox-expiration": "7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/bootstrap/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as core from "./core";
/**
* Internal adrift version.
*/
export const adriftVersion = "0.11.580";
export const adriftVersion = "0.11.581";

/**
* Bumps the adrift `patch` version number using the total commit count.
Expand Down
Loading

0 comments on commit 3c2658e

Please sign in to comment.