Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent b3cebe3 commit e79b460
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 413 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"HoC",
"store-enhancer"
],
"packageManager": "[email protected].2",
"packageManager": "[email protected].5",
"preconstruct": {
"packages": [
"demo",
Expand Down Expand Up @@ -128,25 +128,25 @@
"@babel/preset-typescript": "7.26.0",
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.11",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@manypkg/cli": "0.21.4",
"@changesets/cli": "2.27.12",
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@manypkg/cli": "0.23.0",
"@preconstruct/cli": "2.8.10",
"@testing-library/jest-dom": "6.6.3",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/node": "22.10.3",
"@types/lodash": "4.17.15",
"@types/node": "22.13.0",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "3.0.4",
"@vitest/ui": "3.0.4",
"babel-plugin-transform-dynamic-import": "2.1.0",
"check-node-version": "4.2.1",
"colors": "1.4.0",
"core-js": "3.39.0",
"core-js": "3.40.0",
"husky": "9.1.7",
"jsdom": "26.0.0",
"lint-staged": "15.3.0",
"lint-staged": "15.4.3",
"pinst": "3.0.0",
"raf": "3.4.1",
"react": "18.3.1",
Expand All @@ -155,8 +155,8 @@
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.7.2",
"vite": "6.0.6",
"typescript": "5.7.3",
"vite": "6.0.11",
"vitest": "3.0.4",
"vitest-localstorage-mock": "0.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lodash": "4.17.21"
},
"devDependencies": {
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"peerDependencies": {
"typescript": "4.x || 5.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/runtime": "7.26.7",
"@flopflip/memory-adapter": "workspace:*",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/react": "16.2.0",
"react": "18.3.1",
"react-dom": "18.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/react": "18.3.18",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"peerDependencies": {
"typescript": "4.x || 5.x"
Expand Down
Loading

0 comments on commit e79b460

Please sign in to comment.