Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2023
1 parent fd66f53 commit b6c07b0
Show file tree
Hide file tree
Showing 7 changed files with 496 additions and 358 deletions.
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.2",
"react-scripts": "5.0.1",
"redux": "4.2.1",
"redux-logger": "3.0.6",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,49 +67,49 @@
"@manypkg/cli": "0.21.0",
"@preconstruct/cli": "2.8.1",
"@types/jest": "29.5.3",
"@types/lodash": "4.14.195",
"@types/node": "18.17.0",
"@types/lodash": "4.14.196",
"@types/node": "18.17.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-jest": "29.6.1",
"babel-jest": "29.6.2",
"babel-plugin-lodash": "3.3.4",
"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.31.1",
"core-js": "3.32.0",
"cross-env": "7.0.3",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-xo": "0.43.1",
"eslint-config-xo-react": "0.27.0",
"eslint-config-xo-typescript": "1.0.1",
"eslint-formatter-pretty": "5.0.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-testing-library": "5.11.0",
"eslint-plugin-testing-library": "5.11.1",
"husky": "8.0.3",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"jest": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"jest-localstorage-mock": "2.4.26",
"lint-staged": "13.2.3",
"pinst": "3.0.0",
"prettier": "3.0.0",
"prettier": "3.0.1",
"raf": "3.4.1",
"regenerator-runtime": "0.13.11",
"rimraf": "5.0.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tslib": "2.6.0",
"tslib": "2.6.1",
"typescript": "5.1.6"
},
"resolutions": {
"@types/react": "18.2.15",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"babel-plugin-lodash/@babel/types": "~7.20.0"
"babel-plugin-lodash/@babel/types": "~7.22.0"
},
"keywords": [
"react",
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.17.2"
"cypress": "12.17.3"
},
"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.15",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"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.2",
"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.15",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
Loading

0 comments on commit b6c07b0

Please sign in to comment.