Skip to content

Commit

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

* chore: downgrade cypress

* chore: changeset

* chore: add 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 4, 2024
1 parent e7ad5f6 commit 9d6e379
Show file tree
Hide file tree
Showing 17 changed files with 799 additions and 744 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-planes-hide.md
@@ -0,0 +1,5 @@
---
"@flopflip/http-adapter": minor
---

Refetch flags when adapter is reconfigured
17 changes: 17 additions & 0 deletions .changeset/happy-mayflies-sniff.md
@@ -0,0 +1,17 @@
---
"@flopflip/launchdarkly-adapter": patch
"@flopflip/localstorage-adapter": patch
"@flopflip/adapter-utilities": patch
"@flopflip/combine-adapters": patch
"@flopflip/graphql-adapter": patch
"@flopflip/react-broadcast": patch
"@flopflip/splitio-adapter": patch
"@flopflip/memory-adapter": patch
"@flopflip/http-adapter": patch
"@flopflip/react-redux": patch
"@flopflip/test-utils": patch
"@flopflip/react": patch
"@flopflip/types": patch
---

Update dependencies
62 changes: 31 additions & 31 deletions package.json
Expand Up @@ -38,46 +38,46 @@
},
"homepage": "https://github.com/tdeekens/flopflip#readme",
"dependencies": {
"@babel/cli": "7.23.9",
"@babel/core": "7.24.0",
"@babel/eslint-parser": "7.23.10",
"@babel/plugin-external-helpers": "7.23.3",
"@babel/plugin-proposal-export-default-from": "7.23.3",
"@babel/cli": "7.24.1",
"@babel/core": "7.24.4",
"@babel/eslint-parser": "7.24.1",
"@babel/plugin-external-helpers": "7.24.1",
"@babel/plugin-proposal-export-default-from": "7.24.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-class-properties": "7.23.3",
"@babel/plugin-transform-destructuring": "7.23.3",
"@babel/plugin-transform-export-namespace-from": "7.23.4",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@babel/plugin-transform-nullish-coalescing-operator": "7.23.4",
"@babel/plugin-transform-object-rest-spread": "7.24.0",
"@babel/plugin-transform-optional-chaining": "7.23.4",
"@babel/plugin-transform-private-methods": "7.23.3",
"@babel/plugin-transform-private-property-in-object": "7.23.4",
"@babel/plugin-transform-react-constant-elements": "7.23.3",
"@babel/plugin-transform-regenerator": "7.23.3",
"@babel/plugin-transform-runtime": "7.24.0",
"@babel/plugin-transform-class-properties": "7.24.1",
"@babel/plugin-transform-destructuring": "7.24.1",
"@babel/plugin-transform-export-namespace-from": "7.24.1",
"@babel/plugin-transform-modules-commonjs": "7.24.1",
"@babel/plugin-transform-nullish-coalescing-operator": "7.24.1",
"@babel/plugin-transform-object-rest-spread": "7.24.1",
"@babel/plugin-transform-optional-chaining": "7.24.1",
"@babel/plugin-transform-private-methods": "7.24.1",
"@babel/plugin-transform-private-property-in-object": "7.24.1",
"@babel/plugin-transform-react-constant-elements": "7.24.1",
"@babel/plugin-transform-regenerator": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@babel/preset-env": "7.24.4",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@commercetools/jest-enzyme-matchers": "1.1.2",
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@manypkg/cli": "0.21.2",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@manypkg/cli": "0.21.3",
"@preconstruct/cli": "2.8.3",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.202",
"@types/node": "20.11.25",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@types/lodash": "4.17.0",
"@types/node": "20.12.4",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"babel-jest": "29.7.0",
"babel-plugin-transform-dynamic-import": "2.1.0",
"check-node-version": "4.2.1",
"codecov": "3.8.3",
"colors": "1.4.0",
"core-js": "3.36.0",
"core-js": "3.36.1",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -87,7 +87,7 @@
"eslint-formatter-pretty": "5.0.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "12.0.0",
"eslint-plugin-testing-library": "6.2.0",
Expand All @@ -104,7 +104,7 @@
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tslib": "2.6.2",
"typescript": "5.4.2"
"typescript": "5.4.3"
},
"keywords": [
"react",
Expand All @@ -115,7 +115,7 @@
"HoC",
"store-enhancer"
],
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.6",
"preconstruct": {
"packages": [
"demo",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-utilities/package.json
Expand Up @@ -28,13 +28,13 @@
"types"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.4",
"@flopflip/types": "13.4.1",
"globalthis": "1.0.3",
"lodash": "4.17.21"
},
"devDependencies": {
"typescript": "5.4.2"
"typescript": "5.4.3"
},
"peerDependencies": {
"typescript": "4.x || 5.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/combine-adapters/package.json
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.4",
"@flopflip/adapter-utilities": "13.4.1",
"@flopflip/types": "13.4.1",
"mitt": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-adapter/package.json
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.4",
"@flopflip/adapter-utilities": "13.4.1",
"@flopflip/localstorage-cache": "13.4.1",
"@flopflip/sessionstorage-cache": "13.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-adapter/package.json
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.4",
"@flopflip/adapter-utilities": "13.4.1",
"@flopflip/localstorage-cache": "13.4.1",
"@flopflip/sessionstorage-cache": "13.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/launchdarkly-adapter/package.json
Expand Up @@ -26,13 +26,13 @@
"globalthis": "1.0.3"
},
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.4",
"@flopflip/adapter-utilities": "13.4.1",
"@flopflip/localstorage-cache": "13.4.1",
"@flopflip/sessionstorage-cache": "13.4.1",
"@flopflip/types": "13.4.1",
"debounce-fn": "4.0.0",
"launchdarkly-js-client-sdk": "3.1.4",
"launchdarkly-js-client-sdk": "3.2.0",
"lodash": "4.17.21",
"mitt": "3.0.1",
"tiny-warning": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/localstorage-adapter/package.json
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.4",
"@flopflip/adapter-utilities": "13.4.1",
"@flopflip/localstorage-cache": "13.4.1",
"@flopflip/types": "13.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/memory-adapter/package.json
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.4",
"@flopflip/adapter-utilities": "13.4.1",
"@flopflip/types": "13.4.1",
"mitt": "3.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-broadcast/package.json
Expand Up @@ -31,8 +31,8 @@
"@flopflip/localstorage-adapter": "13.4.1",
"@flopflip/memory-adapter": "13.4.1",
"@flopflip/test-utils": "*",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand All @@ -41,7 +41,7 @@
"react-dom": "^16.8 || ^17.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.4",
"@flopflip/react": "^13.4.1",
"@flopflip/types": "13.4.1",
"use-sync-external-store": "1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-redux/package.json
Expand Up @@ -37,10 +37,10 @@
"redux": "4.2.1"
},
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.4",
"@flopflip/react": "^13.4.1",
"@flopflip/types": "13.4.1",
"@types/react": "18.2.64",
"@types/react": "18.2.74",
"@types/react-redux": "7.1.33"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Expand Up @@ -28,8 +28,8 @@
"homepage": "https://github.com/tdeekens/flopflip#readme",
"devDependencies": {
"@flopflip/test-utils": "*",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand All @@ -38,7 +38,7 @@
"react-dom": "^16.8 || ^17.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.4",
"@flopflip/types": "13.4.1",
"@types/react-is": "17.0.7",
"lodash": "4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/splitio-adapter/package.json
Expand Up @@ -26,10 +26,10 @@
"globalthis": "1.0.3"
},
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.4",
"@flopflip/adapter-utilities": "13.4.1",
"@flopflip/types": "13.4.1",
"@splitsoftware/splitio": "10.25.1",
"@splitsoftware/splitio": "10.25.2",
"lodash": "4.17.21",
"ts-deepmerge": "7.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Expand Up @@ -15,10 +15,10 @@
"types"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.4",
"@flopflip/memory-adapter": "13.4.1",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/react": "14.2.2",
"jest-runner-eslint": "2.2.0",
"jest-watch-typeahead": "2.2.2",
"react": "18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/types/package.json
Expand Up @@ -28,11 +28,11 @@
"types"
],
"dependencies": {
"launchdarkly-js-client-sdk": "3.1.4"
"launchdarkly-js-client-sdk": "3.2.0"
},
"devDependencies": {
"@types/react": "18.2.64",
"typescript": "5.4.2"
"@types/react": "18.2.74",
"typescript": "5.4.3"
},
"peerDependencies": {
"typescript": "4.x || 5.x"
Expand Down

0 comments on commit 9d6e379

Please sign in to comment.