Skip to content

Commit

Permalink
chore: update nonbreaking types
Browse files Browse the repository at this point in the history
  • Loading branch information
hoobdeebla committed Apr 10, 2021
1 parent 5416821 commit 21d1ece
Show file tree
Hide file tree
Showing 11 changed files with 128 additions and 156 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@types/jest": "^24.9.1",
"@types/joi": "^14.3.4",
"@types/lodash": "^4.14.168",
"@types/node": "^12.20.6",
"@types/node-fetch": "^2.5.8",
"@types/node": "^12.20.7",
"@types/node-fetch": "^2.5.10",
"@types/normalize-path": "^3.0.0",
"@types/react": "^16.9.56",
"@types/react": "^16.14.5",
"@types/semver": "^7.3.4",
"@types/signal-exit": "^3.0.0",
"@types/stack-trace": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.20.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"babel-jest": "^24.9.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
Expand Down
5 changes: 3 additions & 2 deletions packages/create-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
"devDependencies": {
"@ascorbic/worker-threads-shim": "^1.0.0",
"@babel/runtime": "^7.12.5",
"@types/configstore": "^4.0.0",
"@types/configstore": "^5.0.0",
"@types/fs-extra": "^9.0.10",
"@types/node": "^14.14.5",
"@types/node": "^14.14.37",
"ansi-wordwrap": "^1.0.2",
"common-tags": "^1.8.0",
"configstore": "^5.0.1",
"enquirer": "^2.3.6",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@emotion/styled": "^11.0.0",
"@feedback-fish/react": "^1.2.1",
"@types/react-instantsearch-dom": "^5.2.6",
"@types/socket.io-client": "^1.4.35",
"@types/socket.io-client": "^1.4.36",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^3.4.0-next.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"dependencies": {
"@babel/code-frame": "^7.10.4",
"@types/common-tags": "^1.8.0",
"better-opn": "^3.0.0",
"chalk": "^4.1.0",
"clipboardy": "^2.3.0",
Expand Down Expand Up @@ -56,8 +55,9 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"@types/common-tags": "^1.8.0",
"@types/hosted-git-info": "^3.0.1",
"@types/yargs": "^15.0.8",
"@types/yargs": "^15.0.13",
"babel-preset-gatsby-package": "^1.4.0-next.0",
"cross-env": "^7.0.3",
"ink": "^3.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dist/"
],
"dependencies": {
"ci-info": "2.0.0",
"ci-info": "^2.0.0",
"configstore": "^5.0.1",
"file-type": "^16.3.0",
"fs-extra": "^9.1.0",
Expand All @@ -41,7 +41,7 @@
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@types/ci-info": "2.0.0",
"@types/ci-info": "^2.0.0",
"babel-preset-gatsby-package": "^1.4.0-next.0",
"cross-env": "^7.0.3",
"typescript": "^4.1.5"
Expand Down
1 change: 0 additions & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@types/reach__router": "^1.3.7",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@testing-library/react": "^11.2.2",
"@types/babel__core": "^7.1.12",
"@types/babel__core": "^7.1.14",
"@types/babel__traverse": "^7.11.1",
"@types/fs-extra": "^9.0.10",
"@types/node": "^14.10.2",
"@types/node": "^14.14.37",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.8",
"@types/react": "^16.14.5",
"@types/react-dom": "^16.9.12",
"ast-pretty-print": "^2.0.1",
"babel-plugin-macros": "^3.0.1",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@types/sharp": "^0.27.1",
"@types/sharp": "^0.28.0",
"babel-preset-gatsby-package": "^1.4.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.4.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@types/sharp": "^0.27.1",
"@types/sharp": "^0.28.0",
"babel-preset-gatsby-package": "^1.4.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
"@mikaelkristiansson/domready": "^1.0.10",
"@nodelib/fs.walk": "^1.2.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/http-proxy": "^1.17.4",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"address": "1.1.2",
"anser": "^2.0.1",
"ansi-html": "^0.0.7",
Expand Down Expand Up @@ -166,11 +165,12 @@
"@babel/cli": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@types/cache-manager": "^3.4.0",
"@types/eslint": "^7.2.6",
"@types/eslint": "^7.2.9",
"@types/http-proxy": "^1.17.5",
"@types/micromatch": "^4.0.1",
"@types/normalize-path": "^3.0.0",
"@types/reach__router": "^1.3.5",
"@types/semver": "^7.1.0",
"@types/reach__router": "^1.3.7",
"@types/semver": "^7.3.4",
"@types/signal-exit": "^3.0.0",
"@types/string-similarity": "^4.0.0",
"@types/tmp": "^0.2.0",
Expand Down
Loading

0 comments on commit 21d1ece

Please sign in to comment.