Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg: Update all non-major dependencies #2119

Merged
merged 2 commits into from
Jul 30, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
setup:
docker: &docker
# specify the version you desire here
- image: cimg/node:18.4
- image: cimg/node:18.7
resource_class: large
steps:
- checkout
Expand All @@ -19,8 +19,8 @@ jobs:
- run:
name: yarn install
command: |
npm install -g corepack
corepack enable
sudo npm install -g corepack
sudo corepack enable
yarn install --immutable
- save_cache:
paths:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.6
FROM node:18.7

WORKDIR /app/website

Expand Down
8 changes: 4 additions & 4 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@linaria/shaker": "3.0.0-beta.22",
"@types/eslint": "8.4.5",
"@types/parse-link-header": "^2.0.0",
"@types/prettier": "^2",
"@types/prettier": "2.6.4",
"@types/react": "^18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.31.0",
Expand All @@ -44,7 +44,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1",
"react-refresh": "0.14.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand All @@ -58,13 +58,13 @@
"webpack-dev-server": "4.9.3"
},
"dependencies": {
"@anansi/router": "0.6.10",
"@anansi/router": "0.6.11",
"@ant-design/icons": "^4.7.0",
"@rest-hooks/core": "^3.2.8",
"@rest-hooks/endpoint": "^2.2.11",
"@rest-hooks/experimental": "^5.0.3",
"@rest-hooks/rest": "^5.0.5",
"antd": "4.22.0",
"antd": "4.22.2",
"parse-link-header": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@babel/core": "^7.18.9",
"@babel/node": "^7.18.9",
"@types/babel__core": "^7",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"inquirer": "^8.1.1",
"redux": "4.2.0",
"redux-thunk": "^2.3.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-relationships/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/node": "^7.18.9",
"@types/babel__core": "^7",
"mockdate": "^3.0.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@linaria/react": "3.0.0-beta.22",
"@linaria/shaker": "3.0.0-beta.22",
"@types/eslint": "8.4.5",
"@types/prettier": "^2",
"@types/prettier": "2.6.4",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
Expand All @@ -42,7 +42,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1",
"react-refresh": "0.14.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"@babel/node": "7.18.9",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@lerna-lite/cli": "^1.8.0",
"@lerna-lite/cli": "1.9.0",
"@rest-hooks/core": "workspace:^",
"@rest-hooks/test": "^7.2.1",
"@testing-library/react": "13.3.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "11.0.0",
"@types/jest": "28.1.6",
"@types/lodash": "^4.14.166",
"@types/node": "18.6.1",
"@types/node": "18.6.2",
"@types/react": "18.0.15",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@babel/core": "^7.18.9",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@babel/core": "^7.18.9",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/img/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@babel/core": "^7.18.9",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/normalizr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"downlevel-dts": "^0.10.0",
"immutable": "4.1.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@babel/core": "^7.18.9",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-enhanced-reducer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@babel/core": "^7.18.9",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-rc.1",
"@tsconfig/docusaurus": "1.0.6",
"@types/react": "17.0.47",
"@types/react": "17.0.48",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"serve": "14.0.1"
Expand Down