Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hmerritt committed Aug 6, 2024
1 parent cf7030f commit 595532c
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 201 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
"@linaria/atomic": "^6.2.0",
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
"@tanstack/react-router": "^1.46.0",
"@tanstack/react-router": "^1.46.7",
"@tanstack/react-store": "^0.5.5",
"@tanstack/router-devtools": "^1.46.0",
"@tanstack/router-plugin": "^1.45.13",
"@tanstack/router-devtools": "^1.46.7",
"@tanstack/router-plugin": "^1.46.6",
"@use-gesture/react": "^10.3.1",
"dayjs": "^1.11.12",
"lodash-es": "^4.17.21",
"plausible-tracker": "^0.3.9",
"react": "^19.0.0-rc-3208e73e-20240730",
"react": "^19.0.0-rc-65903583-20240805",
"react-device-detect": "^2.2.3",
"react-dom": "^19.0.0-rc-3208e73e-20240730",
"react-dom": "^19.0.0-rc-65903583-20240805",
"sass": "^1.77.8"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@playwright/test": "^1.45.3",
"@playwright/test": "^1.46.0",
"@rollup/pluginutils": "^5.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
Expand All @@ -52,7 +52,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/css": "^0.0.37",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.13",
"@types/node": "^20.14.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
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.520";
export const adriftVersion = "0.11.521";

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

0 comments on commit 595532c

Please sign in to comment.