Skip to content

Commit

Permalink
Update dependencies (kriasoft#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya authored Oct 12, 2021
1 parent 3b945d7 commit 475fbdb
Show file tree
Hide file tree
Showing 8 changed files with 786 additions and 793 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# These are supported funding model platforms

github: kriasoft
patreon: koistya
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packageExtensions:
"@babel/runtime": ^7.15.4
relay-compiler@*:
dependencies:
relay-compiler-language-typescript: ^14.1.3
relay-compiler-language-typescript: ^14.2.1
relay-config: ^12.0.0

plugins:
Expand Down
18 changes: 9 additions & 9 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@google-cloud/logging": "^9.6.1",
"@google-cloud/storage": "^5.14.4",
"@google-cloud/storage": "^5.15.0",
"@sendgrid/mail": "^7.4.7",
"argon2": "^0.28.2",
"chalk": "^4.1.2",
Expand All @@ -29,7 +29,7 @@
"gm": "^1.23.1",
"google-auth-library": "^7.10.0",
"got": "^11.8.2",
"graphql": "^15.6.0",
"graphql": "^15.6.1",
"graphql-relay": "^0.9.0",
"handlebars": "^4.7.7",
"http-errors": "^1.8.0",
Expand All @@ -38,25 +38,25 @@
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"moment-timezone": "^0.5.33",
"nanoid": "^3.1.28",
"nanoid": "^3.1.29",
"pg": "^8.7.1",
"pretty-error": "^3.0.4",
"simple-oauth2": "^4.2.0",
"slugify": "^1.6.0",
"slugify": "^1.6.1",
"source-map-support": "^0.5.20",
"validator": "^13.6.0",
"validator-fluent": "^0.4.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.15.3",
"@jest/types": "^27.2.4",
"@jest/types": "^27.2.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
Expand All @@ -72,7 +72,7 @@
"@types/jsonwebtoken": "^8.5.5",
"@types/lodash": "^4.14.175",
"@types/minimist": "^1.2.2",
"@types/node": "^16.10.2",
"@types/node": "^16.10.3",
"@types/simple-oauth2": "^4.1.1",
"@types/supertest": "^2.0.11",
"@types/validator": "^13.6.3",
Expand Down
2 changes: 1 addition & 1 deletion db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"knex-types": "^0.3.1",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"nanoid": "^3.1.28",
"nanoid": "^3.1.29",
"ora": "^5.4.1",
"pg": "^8.7.1",
"prettier": "^2.4.1"
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
},
"dependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/node": "^7.15.4",
"@babel/core": "^7.15.8",
"@babel/node": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.15.3",
"@emotion/babel-plugin": "^11.3.0",
"@emotion/eslint-plugin": "^11.2.0",
"@emotion/react": "^11.4.1",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"babel-jest": "^27.2.4",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"babel-jest": "^27.2.5",
"cross-spawn": "^7.0.3",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
Expand All @@ -46,16 +46,16 @@
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.2",
"inquirer": "^8.1.5",
"jest": "^27.2.4",
"inquirer": "^8.2.0",
"jest": "^27.2.5",
"prettier": "^2.4.1",
"typescript": "^4.4.3"
},
"devDependencies": {
"@jest/types": "^27.2.4",
"@jest/types": "^27.2.5",
"@types/inquirer": "^8.1.3",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.2",
"@types/node": "^16.10.3",
"@types/prettier": "^2.4.1"
},
"packageManager": "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"gh:delete-deployment": "node ./github delete-deployment"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/core": "^7.15.8",
"@babel/register": "^7.15.3",
"@google-cloud/storage": "^5.14.4",
"@octokit/rest": "^18.11.4",
"@google-cloud/storage": "^5.15.0",
"@octokit/rest": "^18.12.0",
"api": "workspace:*",
"cross-spawn": "^7.0.3",
"envars": "^0.2.0",
Expand Down
36 changes: 18 additions & 18 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.1",
"@mui/lab": "^5.0.0-alpha.49",
"@mui/material": "^5.0.2",
"@mui/icons-material": "^5.0.3",
"@mui/lab": "^5.0.0-alpha.50",
"@mui/material": "^5.0.3",
"history": "^5.0.1",
"path-to-regexp": "^6.2.0",
"react": "^17.0.2",
Expand All @@ -31,36 +31,36 @@
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.15.3",
"@cloudflare/workers-types": "^2.2.2",
"@emotion/babel-plugin": "^11.3.0",
"@emotion/eslint-plugin": "^11.2.0",
"@jest/types": "^27.2.4",
"@jest/types": "^27.2.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@types/babel__core": "^7.1.16",
"@types/babel__plugin-transform-runtime": "^7.9.2",
"@types/babel__preset-env": "^7.9.2",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.2",
"@types/react": "^17.0.26",
"@types/node": "^16.10.3",
"@types/react": "^17.0.28",
"@types/react-dom": "^17.0.9",
"@types/react-relay": "^11.0.2",
"@types/relay-compiler": "^8.0.1",
"@types/relay-runtime": "^12.0.0",
"@types/webpack-dev-server": "^4.1.0",
"@types/webpack-dev-server": "^4.3.1",
"@types/webpack-env": "^1.16.2",
"@types/webpack-manifest-plugin": "^3.0.5",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"babel-plugin-relay": "^12.0.0",
"browserslist": "^4.17.2",
"browserslist": "^4.17.3",
"copy-webpack-plugin": "^9.0.1",
"cross-spawn": "^7.0.3",
"dotenv": "^10.0.0",
Expand All @@ -73,24 +73,24 @@
"form-data": "^4.0.0",
"globby": "^12.0.2",
"got": "^11.8.2",
"graphql": "^15.6.0",
"graphql": "^15.6.1",
"html-webpack-plugin": "^5.3.2",
"http-proxy-middleware": "^2.0.1",
"ignore-webpack-plugin": "^0.3.0",
"inline-chunk-html-plugin": "^1.1.1",
"react-refresh": "^0.10.0",
"relay-compiler": "^12.0.0",
"relay-compiler-language-typescript": "^14.1.3",
"relay-compiler-language-typescript": "^14.2.1",
"relay-config": "^12.0.0",
"source-map-loader": "^3.0.0",
"terser-webpack-plugin": "^5.2.4",
"type-fest": "^2.3.4",
"type-fest": "^2.5.0",
"typescript": "^4.4.3",
"url-loader": "^4.1.1",
"webpack": "^5.55.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "4.3.0",
"webpack": "^5.58.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "4.3.1",
"webpack-manifest-plugin": "^4.0.2"
},
"sideEffects": false,
Expand Down
Loading

0 comments on commit 475fbdb

Please sign in to comment.