Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
React 19 πŸŽ‰
  • Loading branch information
hmerritt committed Dec 6, 2024
1 parent 76dec68 commit 7862c23
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 334 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"update": "yarn upgrade-interactive"
},
"dependencies": {
"@dnd-kit/core": "6.2.0",
"@dnd-kit/sortable": "9.0.0",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@stylexjs/stylex": "0.9.3",
"@tanstack/react-router": "1.85.0",
"@tanstack/react-router": "1.86.0",
"@tanstack/react-store": "0.6.1",
"@tanstack/router-devtools": "1.85.0",
"@tanstack/router-plugin": "1.84.4",
"@tanstack/router-devtools": "1.86.0",
"@tanstack/router-plugin": "1.86.0",
"@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.1",
"react": "19.0.0",
"react-device-detect": "2.2.3",
"react-dom": "19.0.0-rc.1"
"react-dom": "19.0.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
Expand All @@ -45,42 +45,42 @@
"@stylexjs/eslint-plugin": "0.9.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/css": "0.0.38",
"@types/lodash-es": "4.17.12",
"@types/node": "20.17.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "2.1.6",
"@vitest/ui": "2.1.6",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"cross-env": "7.0.3",
"css": "3.0.0",
"eslint": "9.16.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint-plugin-react-hooks": "5.0.0",
"globals": "15.12.0",
"eslint-plugin-react-hooks": "5.1.0",
"globals": "15.13.0",
"happy-dom": "15.11.7",
"prettier": "3.4.1",
"prettier": "3.4.2",
"prettier-plugin-stylex-key-sort": "1.0.1",
"rollup-plugin-workbox": "8.1.1",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0",
"typescript-eslint": "8.17.0",
"vite": "5.4.11",
"vite-bundle-visualizer": "1.2.1",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-stylex": "0.13.0",
"vite-tsconfig-paths": "5.1.3",
"vitest": "2.1.6",
"vitest": "2.1.8",
"workbox-build": "7.3.0",
"workbox-core": "7.3.0",
"workbox-expiration": "7.3.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 @@ -8,7 +8,7 @@ import * as core from "./core";
/**
* Internal adrift version.
*/
export const adriftVersion = "0.11.589";
export const adriftVersion = "0.11.590";

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

0 comments on commit 7862c23

Please sign in to comment.