Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Sep 27, 2021
1 parent 3884f25 commit cbb3e58
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 66 deletions.
2 changes: 1 addition & 1 deletion examples/ez-react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "^16.10.1",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"concurrently": "^6.2.1",
"concurrently": "^6.2.2",
"open-cli": "^7.0.1",
"typescript": "^4.4.3",
"wait-on": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/ez/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test-utils": "workspace:^0.1.0"
},
"devDependencies": {
"@types/lodash": "^4.14.174",
"@types/lodash": "^4.14.175",
"@types/randomstring": "^1.1.7",
"bob-esbuild-cli": "^2.0.0",
"esbuild-register": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"devDependencies": {
"@types/faker": "^5.5.8",
"@types/graphql-upload": "^8.0.7",
"@types/lodash": "^4.14.174",
"@types/lodash": "^4.14.175",
"@types/node": "^16.10.1",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"bob-ts": "^1.1.1",
"concurrently": "^6.2.1",
"concurrently": "^6.2.2",
"jest": "^27.2.2",
"open-cli": "^7.0.1",
"typescript": "^4.4.3",
Expand Down
2 changes: 1 addition & 1 deletion internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/randomstring": "^1.1.7",
"bob-esbuild-cli": "^2.0.0",
"bob-ts": "^1.1.1",
"concurrently": "^6.2.1",
"concurrently": "^6.2.2",
"es-jest": "^1.3.0",
"size-limit": "^5.0.4",
"tslib": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion internal/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "^16.10.1",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"concurrently": "^6.2.1",
"concurrently": "^6.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.13.2",
"esbuild-register": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"bufferutil": "^4.0.4",
"chalk": "^4.1.2",
"changesets-github-release": "^0.0.4",
"concurrently": "^6.2.1",
"concurrently": "^6.2.2",
"esbuild": "^0.13.2",
"fkill": "^7.2.1",
"globby": "^12.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/gqty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@size-limit/preset-small-lib": "^5.0.4",
"@types/concurrently": "^6.2.1",
"@types/lodash": "^4.14.174",
"@types/lodash": "^4.14.175",
"@types/mkdirp": "^1.0.2",
"@types/node": "^16.10.1",
"@types/react": "^17.0.24",
Expand All @@ -56,7 +56,7 @@
"@types/wait-on": "^5.3.1",
"@types/ws": "^8.2.0",
"bob-esbuild-cli": "^2.0.0",
"concurrently": "^6.2.1",
"concurrently": "^6.2.2",
"cross-env": "^7.0.3",
"get-port": "^5.1.1",
"graphql": "^15.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@testing-library/react": "^12.1.1",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.174",
"@types/lodash": "^4.14.175",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"bob-esbuild-cli": "^2.0.0",
Expand Down
Loading

1 comment on commit cbb3e58

@vercel
Copy link

@vercel vercel bot commented on cbb3e58 Sep 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.