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] committed Oct 14, 2024
1 parent 6b9149b commit 74f5f48
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 159 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@manypkg/cli": "0.21.4",
"@preconstruct/cli": "2.8.8",
"@preconstruct/cli": "2.8.9",
"@types/jest": "29.5.13",
"@types/lodash": "4.17.10",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"babel-jest": "29.7.0",
"babel-plugin-transform-dynamic-import": "2.1.0",
"check-node-version": "4.2.1",
Expand All @@ -87,7 +87,7 @@
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.7.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"keywords": [
"react",
Expand All @@ -98,7 +98,7 @@
"HoC",
"store-enhancer"
],
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"preconstruct": {
"packages": [
"demo",
Expand All @@ -110,7 +110,7 @@
"pnpm": {
"overrides": {
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0"
"@types/react-dom": "18.3.1"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
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.6.2"
"typescript": "5.6.3"
},
"peerDependencies": {
"typescript": "4.x || 5.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@flopflip/memory-adapter": "workspace:*",
"@flopflip/test-utils": "workspace:*",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@flopflip/test-utils": "workspace:*",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.1",
"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.11",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"peerDependencies": {
"typescript": "4.x || 5.x"
Expand Down
Loading

0 comments on commit 74f5f48

Please sign in to comment.