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 Jul 3, 2023
1 parent 6a5087c commit 6a3312f
Show file tree
Hide file tree
Showing 13 changed files with 324 additions and 414 deletions.
312 changes: 156 additions & 156 deletions .yarn/releases/yarn-3.6.0.cjs → .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:

postinstall: ./scripts/postinstall.sh

yarnPath: .yarn/releases/yarn-3.6.0.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lodash.flowright": "3.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"react-redux": "8.1.1",
"react-scripts": "5.0.1",
"redux": "4.2.1",
"redux-logger": "3.0.6",
Expand Down
12 changes: 6 additions & 6 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5242,7 +5242,7 @@ __metadata:
lodash.flowright: 3.5.0
react: 18.2.0
react-dom: 18.2.0
react-redux: 8.0.5
react-redux: 8.1.1
react-scripts: 5.0.1
redux: 4.2.1
redux-logger: 3.0.6
Expand Down Expand Up @@ -10721,9 +10721,9 @@ __metadata:
languageName: node
linkType: hard

"react-redux@npm:8.0.5":
version: 8.0.5
resolution: "react-redux@npm:8.0.5"
"react-redux@npm:8.1.1":
version: 8.1.1
resolution: "react-redux@npm:8.1.1"
dependencies:
"@babel/runtime": ^7.12.1
"@types/hoist-non-react-statics": ^3.3.1
Expand All @@ -10737,7 +10737,7 @@ __metadata:
react: ^16.8 || ^17.0 || ^18.0
react-dom: ^16.8 || ^17.0 || ^18.0
react-native: ">=0.59"
redux: ^4
redux: ^4 || ^5.0.0-beta.0
peerDependenciesMeta:
"@types/react":
optional: true
Expand All @@ -10749,7 +10749,7 @@ __metadata:
optional: true
redux:
optional: true
checksum: a108f4f7ead6ac005e656d46051474a2bbdb31ede481bbbb3d8d779c1a35e1940b8655577cc5021313411864d305f67fc719aa48d6e5ed8288cf9cbe8b7042e4
checksum: 370676330727764d78f35e9c5a0ed0591d79482fe9b70fffcab4aa6bcccc6194e4f1ebd818b4b390351dea5557e70d3bd4d95d7a0ac9baa1f45d6bf2230ee713
languageName: node
linkType: hard

Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.1",
"@changesets/cli": "2.26.2",
"@commercetools/jest-enzyme-matchers": "1.1.2",
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@manypkg/cli": "0.21.0",
"@preconstruct/cli": "2.7.0",
"@preconstruct/cli": "2.8.0",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@types/node": "18.16.19",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"babel-jest": "29.5.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-transform-dynamic-import": "2.1.0",
Expand All @@ -79,7 +79,7 @@
"colors": "1.4.0",
"core-js": "3.31.0",
"cross-env": "7.0.3",
"eslint": "8.43.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-xo": "0.43.1",
"eslint-config-xo-react": "0.27.0",
Expand All @@ -95,19 +95,19 @@
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-localstorage-mock": "2.4.26",
"lint-staged": "13.2.2",
"lint-staged": "13.2.3",
"pinst": "3.0.0",
"prettier": "2.8.8",
"raf": "3.4.1",
"regenerator-runtime": "0.13.11",
"rimraf": "5.0.1",
"ts-jest": "29.1.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tslib": "2.5.3",
"typescript": "5.1.3"
"tslib": "2.6.0",
"typescript": "5.1.6"
},
"resolutions": {
"@types/react": "18.2.13",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6"
},
"keywords": [
Expand All @@ -122,7 +122,7 @@
"workspaces": [
"packages/*"
],
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"preconstruct": {
"packages": [
"demo",
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.1.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"typescript": "4.x || 5.x"
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": "12.15.0"
"cypress": "12.16.0"
},
"peerDependencies": {
"cypress": "4.x || 5.x || 6.x || 7.x || 8.x || 9.x || 10.x || 11.x || 12.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 @@ -29,7 +29,7 @@
"devDependencies": {
"@flopflip/memory-adapter": "13.0.2",
"@flopflip/test-utils": "*",
"@types/react": "18.2.13",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"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 @@ -31,7 +31,7 @@
"@flopflip/test-utils": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"react-redux": "8.1.1",
"redux": "4.2.1"
},
"dependencies": {
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.13",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"react": "18.2.0",
"react-dom": "18.2.0"
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 @@ -29,7 +29,7 @@
"@babel/runtime": "7.22.5",
"@flopflip/adapter-utilities": "13.0.2",
"@flopflip/types": "13.0.2",
"@splitsoftware/splitio": "10.22.4",
"@splitsoftware/splitio": "10.22.5",
"lodash": "4.17.21",
"ts-deepmerge": "6.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"launchdarkly-js-client-sdk": "3.1.3"
},
"devDependencies": {
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"typescript": "4.x || 5.x"
Expand Down
Loading

0 comments on commit 6a3312f

Please sign in to comment.