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 Oct 31, 2024
1 parent 4b4dab2 commit 3a1bc04
Show file tree
Hide file tree
Showing 8 changed files with 208 additions and 401 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@biomejs/biome": "1.9.3",
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@commercetools/jest-enzyme-matchers": "1.1.2",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@manypkg/cli": "0.21.4",
"@manypkg/cli": "0.22.0",
"@preconstruct/cli": "2.8.9",
"@types/jest": "29.5.13",
"@types/lodash": "4.17.10",
"@types/node": "20.16.11",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/node": "20.17.4",
"babel-jest": "29.7.0",
"babel-plugin-transform-dynamic-import": "2.1.0",
"check-node-version": "4.2.1",
"colors": "1.4.0",
"core-js": "3.38.1",
"core-js": "3.39.0",
"cross-env": "7.0.3",
"husky": "9.1.6",
"jest": "29.7.0",
Expand All @@ -86,7 +86,7 @@
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.7.0",
"tslib": "2.8.0",
"typescript": "5.6.3"
},
"keywords": [
Expand All @@ -98,7 +98,7 @@
"HoC",
"store-enhancer"
],
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"preconstruct": {
"packages": [
"demo",
Expand All @@ -109,7 +109,7 @@
},
"pnpm": {
"overrides": {
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
},
"patchedDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/launchdarkly-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@flopflip/sessionstorage-cache": "workspace:*",
"@flopflip/types": "workspace:*",
"debounce-fn": "4.0.0",
"launchdarkly-js-client-sdk": "3.4.0",
"launchdarkly-js-client-sdk": "3.5.0",
"lodash": "4.17.21",
"mitt": "3.0.1",
"tiny-warning": "1.0.3",
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.11",
"@types/react": "18.3.12",
"@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-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/runtime": "7.26.0",
"@flopflip/react": "workspace:*",
"@flopflip/types": "workspace:*",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-redux": "7.1.34"
},
"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.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"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 @@ -17,7 +17,7 @@
"dependencies": {
"@babel/runtime": "7.26.0",
"@flopflip/memory-adapter": "workspace:*",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"jest-watch-typeahead": "2.2.2",
"react": "18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"types"
],
"dependencies": {
"launchdarkly-js-client-sdk": "3.4.0"
"launchdarkly-js-client-sdk": "3.5.0"
},
"devDependencies": {
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"typescript": "5.6.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3a1bc04

Please sign in to comment.