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 Sep 2, 2024
1 parent 5833f86 commit d3425da
Show file tree
Hide file tree
Showing 7 changed files with 128 additions and 119 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@commercetools/jest-enzyme-matchers": "1.1.2",
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@manypkg/cli": "0.21.4",
"@preconstruct/cli": "2.8.7",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.7",
"@types/node": "20.16.1",
"@types/node": "20.16.3",
"babel-jest": "29.7.0",
"babel-plugin-transform-dynamic-import": "2.1.0",
"check-node-version": "4.2.1",
Expand All @@ -79,7 +79,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-localstorage-mock": "2.4.26",
"lint-staged": "15.2.9",
"lint-staged": "15.2.10",
"pinst": "3.0.0",
"raf": "3.4.1",
"regenerator-runtime": "0.14.1",
Expand All @@ -98,7 +98,7 @@
"HoC",
"store-enhancer"
],
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.9.0",
"preconstruct": {
"packages": [
"demo",
Expand All @@ -109,7 +109,7 @@
},
"pnpm": {
"overrides": {
"@types/react": "18.3.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0"
},
"patchedDependencies": {
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 @@ -31,7 +31,7 @@
"@flopflip/localstorage-adapter": "workspace:*",
"@flopflip/memory-adapter": "workspace:*",
"@flopflip/test-utils": "workspace:*",
"@types/react": "18.3.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/runtime": "7.25.4",
"@flopflip/react": "workspace:*",
"@flopflip/types": "workspace:*",
"@types/react": "18.3.4",
"@types/react": "18.3.5",
"@types/react-redux": "7.1.33"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/tdeekens/flopflip#readme",
"devDependencies": {
"@flopflip/test-utils": "workspace:*",
"@types/react": "18.3.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1"
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.25.4",
"@flopflip/memory-adapter": "workspace:*",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.0",
"@testing-library/react": "16.0.1",
"jest-watch-typeahead": "2.2.2",
"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 @@ -32,7 +32,7 @@
"launchdarkly-js-client-sdk": "3.4.0"
},
"devDependencies": {
"@types/react": "18.3.4",
"@types/react": "18.3.5",
"typescript": "5.5.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit d3425da

Please sign in to comment.