Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hmerritt committed Nov 21, 2024
1 parent dafe320 commit aa413f1
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 293 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@stylexjs/stylex": "0.9.3",
"@tanstack/react-router": "1.81.1",
"@tanstack/react-router": "1.82.2",
"@tanstack/react-store": "0.5.6",
"@tanstack/router-devtools": "1.81.1",
"@tanstack/router-plugin": "1.79.0",
"@tanstack/router-devtools": "1.82.2",
"@tanstack/router-plugin": "1.81.9",
"@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-5c56b873-20241107",
"react": "19.0.0-rc-b01722d5-20241114",
"react-device-detect": "2.2.3",
"react-dom": "19.0.0-rc-5c56b873-20241107"
"react-dom": "19.0.0-rc-b01722d5-20241114"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@eslint/js": "9.14.0",
"@playwright/test": "1.48.2",
"@eslint/js": "9.15.0",
"@playwright/test": "1.49.0",
"@rollup/pluginutils": "5.1.3",
"@stylexjs/babel-plugin": "0.9.3",
"@stylexjs/eslint-plugin": "0.9.3",
Expand All @@ -54,33 +54,33 @@
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"babel-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"babel-plugin-react-compiler": "19.0.0-beta-0dec889-20241115",
"cross-env": "7.0.3",
"css": "3.0.0",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"eslint-plugin-react-compiler": "19.0.0-beta-0dec889-20241115",
"eslint-plugin-react-hooks": "5.0.0",
"globals": "15.12.0",
"happy-dom": "15.11.0",
"happy-dom": "15.11.6",
"prettier": "3.3.3",
"prettier-plugin-stylex-key-sort": "1.0.1",
"rollup-plugin-workbox": "8.1.1",
"tsx": "4.19.2",
"typescript": "5.6.3",
"typescript-eslint": "8.13.0",
"vite": "5.4.10",
"typescript-eslint": "8.15.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.0",
"vitest": "2.1.4",
"vite-tsconfig-paths": "5.1.3",
"vitest": "2.1.5",
"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.586";
export const adriftVersion = "0.11.587";

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

0 comments on commit aa413f1

Please sign in to comment.