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 Mar 22, 2024
1 parent 4387b9f commit e99f580
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 55 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
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.3",
"@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.3",
"@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.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"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.5",
"preconstruct": {
"packages": [
"demo",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"types"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.1",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.1",
"@flopflip/adapter-utilities": "13.4.1",
"@flopflip/types": "13.4.1",
"mitt": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/tdeekens/flopflip#readme",
"devDependencies": {
"cypress": "13.6.4"
"cypress": "13.7.1"
},
"peerDependencies": {
"cypress": "4.x || 5.x || 6.x || 7.x || 8.x || 9.x || 10.x || 11.x || 12.x || 13.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.1",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.1",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"globalthis": "1.0.3"
},
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.1",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.1",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.1",
"@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
Original file line number Diff line number Diff line change
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.69",
"@types/react-dom": "18.2.22",
"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.1",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"redux": "4.2.1"
},
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.1",
"@flopflip/react": "^13.4.1",
"@flopflip/types": "13.4.1",
"@types/react": "18.2.64",
"@types/react": "18.2.69",
"@types/react-redux": "7.1.33"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
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.69",
"@types/react-dom": "18.2.22",
"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.1",
"@flopflip/types": "13.4.1",
"@types/react-is": "17.0.7",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/splitio-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"globalthis": "1.0.3"
},
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.1",
"@flopflip/adapter-utilities": "13.4.1",
"@flopflip/types": "13.4.1",
"@splitsoftware/splitio": "10.25.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"types"
],
"dependencies": {
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.1",
"@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
Original file line number Diff line number Diff line change
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.69",
"typescript": "5.4.3"
},
"peerDependencies": {
"typescript": "4.x || 5.x"
Expand Down

0 comments on commit e99f580

Please sign in to comment.