Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hmerritt committed Jan 19, 2025
1 parent 5cbbe1f commit aea7f60
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 138 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@react-spring/web": "^9.7.5",
"@stylexjs/stylex": "0.10.0",
"@tanstack/react-router": "1.97.1",
"@stylexjs/stylex": "0.10.1",
"@tanstack/react-router": "1.97.3",
"@tanstack/react-store": "0.7.0",
"@tanstack/router-devtools": "1.97.1",
"@tanstack/router-plugin": "1.97.1",
"@tanstack/router-devtools": "1.97.3",
"@tanstack/router-plugin": "1.97.3",
"@use-gesture/react": "10.3.1",
"dayjs": "1.11.13",
"lodash-es": "4.17.21",
Expand All @@ -42,8 +42,8 @@
"@eslint/js": "9.18.0",
"@playwright/test": "1.49.1",
"@rollup/pluginutils": "5.1.4",
"@stylexjs/babel-plugin": "0.10.0",
"@stylexjs/eslint-plugin": "0.10.0",
"@stylexjs/babel-plugin": "0.10.1",
"@stylexjs/eslint-plugin": "0.10.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
Expand All @@ -58,21 +58,21 @@
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "3.0.1",
"@vitest/ui": "3.0.1",
"@vitest/coverage-v8": "3.0.2",
"@vitest/ui": "3.0.2",
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"cross-env": "7.0.3",
"css": "3.0.0",
"eslint": "9.18.0",
"eslint-plugin-prettier": "5.2.2",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"eslint-plugin-react-hooks": "5.1.0",
"globals": "15.14.0",
"happy-dom": "16.6.0",
"prettier": "3.4.2",
"prettier-plugin-stylex-key-sort": "1.0.1",
"react-scan": "^0.0.54",
"react-scan": "^0.1.0",
"rollup-plugin-workbox": "8.1.1",
"tsx": "4.19.2",
"typescript": "5.7.3",
Expand All @@ -82,7 +82,7 @@
"vite-plugin-eslint": "1.8.1",
"vite-plugin-stylex": "0.13.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.1",
"vitest": "3.0.2",
"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.602";
export const adriftVersion = "0.11.607";

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

0 comments on commit aea7f60

Please sign in to comment.