Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Chore update deps #242

Merged
merged 4 commits into from
May 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions examples/custom-origins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@ pnpm nx build custom-origins
Then, you can use `Node.js to run the different code examples __in the [./usage-examples](./usage-examples) folder__:

```sh
cd examples/custom-origins/usage-examples
node usage-of-update-method.js
```

```sh
node usage-with-promises.js
```

```sh
node usage-with-selectors.js
```
8 changes: 1 addition & 7 deletions mocks/core-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"private": true,
"dependencies": {
"@data-provider/core": "workspace:*",
"is-promise": "4.0.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.6",
"redux": "4.1.2"
"@data-provider/core": "workspace:*"
},
"scripts": {
"start": "react-app-rewired start",
Expand Down
8 changes: 1 addition & 7 deletions mocks/react-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"private": true,
"dependencies": {
"@data-provider/react": "workspace:*",
"@data-provider/core": "workspace:*",
"is-promise": "4.0.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.6",
"redux": "4.1.2"
"@data-provider/core": "workspace:*"
},
"scripts": {
"start": "react-app-rewired start",
Expand Down
44 changes: 23 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,57 +36,59 @@
"@nrwl/eslint-plugin-nx": "13.8.3",
"@nrwl/tao": "13.8.3",
"@nrwl/workspace": "13.8.3",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.6",
"@stryker-mutator/core": "5.6.1",
"@stryker-mutator/jest-runner": "5.6.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@stryker-mutator/core": "6.0.2",
"@stryker-mutator/jest-runner": "6.0.2",
"@testing-library/cypress": "8.0.2",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.2",
"@typescript-eslint/parser": "5.23.0",
"@typescript-eslint/parser": "5.26.0",
"babel-jest": "27.5.1",
"babel-loader": "8.2.5",
"babel-plugin-module-resolver": "4.1.0",
"babel-polyfill": "6.26.0",
"commander": "9.1.0",
"commander": "9.2.0",
"cross-env": "7.0.3",
"cross-fetch": "3.1.5",
"cross-spawn": "7.0.3",
"cypress": "9.6.1",
"cypress": "9.7.0",
"cypress-fail-fast": "3.4.1",
"deepmerge": "4.2.2",
"eslint": "8.15.0",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"fs-extra": "10.1.0",
"handlebars": "4.7.7",
"husky": "7.0.4",
"husky": "8.0.1",
"is-ci": "3.0.1",
"is-promise": "4.0.0",
"jest": "27.5.1",
"json-server": "0.17.0",
"lint-staged": "12.4.1",
"lint-staged": "12.4.2",
"lodash": "4.17.21",
"prettier": "2.6.2",
"react": "17.0.2",
"prop-types": "15.8.1",
"react": "18.1.0",
"react-app-rewired": "2.2.1",
"react-dom": "17.0.2",
"react-redux": "7.2.6",
"react-scripts": "4.0.3",
"react-test-renderer": "17.0.2",
"redux": "4.1.2",
"react-dom": "18.1.0",
"react-redux": "8.0.2",
"react-scripts": "5.0.1",
"react-test-renderer": "18.1.0",
"redux": "4.2.0",
"regenerator-runtime": "0.13.9",
"request": "2.88.2",
"request-promise": "4.2.6",
"rollup": "2.73.0",
"rollup": "2.74.1",
"rollup-plugin-terser": "7.0.2",
"serve": "13.0.2",
"sinon": "13.0.2",
"sinon": "14.0.0",
"start-server-and-test": "1.14.0",
"strip-ansi": "6.0.0",
"tree-kill": "1.2.2",
"typescript": "4.6.4",
"typescript": "4.7.2",
"wait-on": "6.0.1",
"webpack": "5.72.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"@data-provider/core": "3.x"
},
"dependencies": {
"axios": "0.26.0",
"axios-retry": "3.2.4",
"path-to-regexp": "6.2.0",
"axios": "0.27.2",
"axios-retry": "3.2.5",
"path-to-regexp": "6.2.1",
"query-string": "7.1.1"
},
"devDependencies": {
Expand Down
Loading