Skip to content

Commit

Permalink
fix(deps): update all dependencies (#1889)
Browse files Browse the repository at this point in the history
* fix(deps): update all dependencies

* chore: downgrade cypress

* chore: changeset

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: tdeekens <tobias.deekens@commercetools.com>
  • Loading branch information
renovate[bot] and tdeekens committed Apr 11, 2024
1 parent 72f308b commit 612461e
Show file tree
Hide file tree
Showing 9 changed files with 172 additions and 155 deletions.
10 changes: 10 additions & 0 deletions .changeset/blue-balloons-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@flopflip/adapter-utilities": patch
"@flopflip/react-broadcast": patch
"@flopflip/react-redux": patch
"@flopflip/test-utils": patch
"@flopflip/react": patch
"@flopflip/types": patch
---

Update dependencies
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"@preconstruct/cli": "2.8.3",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.0",
"@types/node": "20.12.4",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"babel-jest": "29.7.0",
"babel-plugin-transform-dynamic-import": "2.1.0",
"check-node-version": "4.2.1",
Expand Down Expand Up @@ -104,7 +104,7 @@
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tslib": "2.6.2",
"typescript": "5.4.3"
"typescript": "5.4.5"
},
"keywords": [
"react",
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.4.3"
"typescript": "5.4.5"
},
"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 @@ -31,7 +31,7 @@
"@flopflip/localstorage-adapter": "13.6.0",
"@flopflip/memory-adapter": "13.6.0",
"@flopflip/test-utils": "*",
"@types/react": "18.2.74",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"react": "18.2.0",
"react-dom": "18.2.0"
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.24.4",
"@flopflip/react": "^13.6.0",
"@flopflip/types": "13.6.0",
"@types/react": "18.2.74",
"@types/react": "18.2.75",
"@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": "*",
"@types/react": "18.2.74",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"react": "18.2.0",
"react-dom": "18.2.0"
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.24.4",
"@flopflip/memory-adapter": "13.6.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.2",
"@testing-library/react": "14.3.0",
"jest-runner-eslint": "2.2.0",
"jest-watch-typeahead": "2.2.2",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"launchdarkly-js-client-sdk": "3.2.0"
},
"devDependencies": {
"@types/react": "18.2.74",
"typescript": "5.4.3"
"@types/react": "18.2.75",
"typescript": "5.4.5"
},
"peerDependencies": {
"typescript": "4.x || 5.x"
Expand Down

0 comments on commit 612461e

Please sign in to comment.