Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hmerritt committed Jun 23, 2024
1 parent e025622 commit 3017ec2
Show file tree
Hide file tree
Showing 3 changed files with 397 additions and 394 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,36 +26,36 @@
"@linaria/atomic": "^6.2.0",
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
"@tanstack/react-router": "^1.34.9",
"@tanstack/react-store": "^0.4.1",
"@tanstack/router-devtools": "^1.34.9",
"@tanstack/router-vite-plugin": "^1.34.8",
"@tanstack/react-router": "^1.40.0",
"@tanstack/react-store": "^0.5.0",
"@tanstack/router-devtools": "^1.40.0",
"@tanstack/router-vite-plugin": "^1.39.13",
"@use-gesture/react": "^10.3.1",
"dayjs": "^1.11.11",
"lodash-es": "^4.17.21",
"plausible-tracker": "^0.3.9",
"react": "^19.0.0-rc-9598c41a20-20240603",
"react": "^19.0.0-rc-3563387fe3-20240621",
"react-device-detect": "^2.2.3",
"react-dom": "^19.0.0-rc-9598c41a20-20240603",
"sass": "^1.77.4"
"react-dom": "^19.0.0-rc-3563387fe3-20240621",
"sass": "^1.77.6"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@playwright/test": "^1.44.1",
"@rollup/pluginutils": "^5.1.0",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.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.37",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.1",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@wyw-in-js/babel-preset": "0.5.3",
Expand All @@ -66,12 +66,12 @@
"babel-preset-react-app": "^10.0.1",
"cross-env": "^7.0.3",
"css": "^3.0.0",
"happy-dom": "14.12.0",
"prettier": "3.3.0",
"happy-dom": "14.12.3",
"prettier": "3.3.2",
"rollup-plugin-workbox": "^8.1.0",
"tsx": "^4.11.2",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"tsx": "^4.15.7",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite-bundle-visualizer": "^1.2.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.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.508";
export const adriftVersion = "0.11.509";

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

0 comments on commit 3017ec2

Please sign in to comment.