Skip to content

Commit

Permalink
chore(deps): upgrade configs (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Jul 14, 2022
1 parent cc33df4 commit 518fe79
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion packages/browser-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@parcel/core": "^2.6.2",
"@parcel/transformer-sass": "^2.6.2",
"@silverhand/eslint-config": "^0.14.0",
"@silverhand/eslint-config-react": "^0.15.0",
"@silverhand/eslint-config-react": "^0.16.2",
"buffer": "^6.0.3",
"eslint": "^8.9.0",
"lint-staged": "^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@parcel/packager-ts": "^2.6.2",
"@parcel/transformer-typescript-types": "^2.6.2",
"@silverhand/eslint-config": "^0.14.0",
"@silverhand/ts-config": "^0.15.0",
"@silverhand/ts-config": "^0.16.2",
"@types/jest": "^27.4.0",
"eslint": "^8.9.0",
"node-fetch": "^2.6.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@parcel/packager-ts": "^2.6.2",
"@parcel/transformer-typescript-types": "^2.6.2",
"@silverhand/eslint-config": "^0.14.0",
"@silverhand/ts-config": "^0.15.0",
"@silverhand/ts-config": "^0.16.2",
"@types/jest": "^27.4.1",
"@types/lodash.get": "^4.4.6",
"@types/lodash.once": "^4.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@parcel/packager-ts": "^2.6.2",
"@parcel/transformer-typescript-types": "^2.6.2",
"@silverhand/eslint-config": "^0.14.0",
"@silverhand/ts-config": "^0.15.0",
"@silverhand/ts-config": "^0.16.2",
"@types/jest": "^27.4.1",
"@types/lodash.get": "^4.4.6",
"@types/node": "^17.0.19",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@parcel/core": "^2.6.2",
"@parcel/transformer-sass": "^2.6.2",
"@silverhand/eslint-config": "^0.14.0",
"@silverhand/eslint-config-react": "^0.15.0",
"@silverhand/ts-config": "^0.15.0",
"@silverhand/ts-config-react": "^0.15.0",
"@silverhand/eslint-config-react": "^0.16.2",
"@silverhand/ts-config": "^0.16.2",
"@silverhand/ts-config-react": "^0.16.2",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@parcel/packager-ts": "^2.6.2",
"@parcel/transformer-typescript-types": "^2.6.2",
"@silverhand/eslint-config": "^0.14.0",
"@silverhand/eslint-config-react": "^0.15.0",
"@silverhand/ts-config": "^0.15.0",
"@silverhand/ts-config-react": "^0.15.0",
"@silverhand/eslint-config-react": "^0.16.2",
"@silverhand/ts-config": "^0.16.2",
"@silverhand/ts-config-react": "^0.16.2",
"@testing-library/react-hooks": "^8.0.0",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.39",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@parcel/packager-ts": "^2.6.2",
"@parcel/transformer-typescript-types": "^2.6.2",
"@silverhand/eslint-config": "^0.14.0",
"@silverhand/ts-config": "^0.15.0",
"@silverhand/ts-config": "^0.16.2",
"@types/jest": "^27.4.1",
"eslint": "^8.9.0",
"jest": "^27.5.1",
Expand Down
102 changes: 51 additions & 51 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 518fe79

Please sign in to comment.