Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Jun 15, 2022
1 parent 2f21d79 commit 904df2b
Show file tree
Hide file tree
Showing 11 changed files with 773 additions and 825 deletions.
12 changes: 6 additions & 6 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"lint": "eslint --ext .js --ext .vue --max-warnings 5 ./"
},
"dependencies": {
"@apollo/client": "^3.6.5",
"@apollo/client": "^3.6.8",
"@vue/apollo-option": "^4.0.0-alpha.17",
"graphql": "^16.5.0",
"graphql-tag": "^2.12.6",
"js-cookie": "^3.0.1",
"lodash.clonedeep": "^4.5.0",
"object-path": "^0.11.8",
"vue": "^3.2.36",
"vue-router": "^4.0.15"
"vue": "^3.2.37",
"vue-router": "^4.0.16"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.36",
"eslint-plugin-vue": "^9.0.1",
"vite": "^2.9.9"
"@vue/compiler-sfc": "^3.2.37",
"eslint-plugin-vue": "^9.1.1",
"vite": "^2.9.12"
}
}
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "yarn lint"
},
"dependencies": {
"@parameter1/joi": "^2.3.0",
"@parameter1/joi": "^2.3.1",
"@parameter1/object-path": "^2.0.0",
"@parameter1/slug": "^2.0.0",
"@parameter1/sso-mongodb": "^0.3.2",
Expand Down
4 changes: 2 additions & 2 deletions graphql/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test": "yarn lint"
},
"dependencies": {
"@parameter1/graphql": "^2.6.1",
"@parameter1/graphql": "^2.6.2",
"@parameter1/object-path": "^2.0.0",
"@parameter1/utils": "^2.0.0",
"apollo-server-core": "^3.8.1"
"apollo-server-core": "^3.9.0"
}
}
8 changes: 4 additions & 4 deletions graphql/managed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"test": "yarn lint"
},
"dependencies": {
"@parameter1/graphql": "^2.6.1",
"@parameter1/graphql": "^2.6.2",
"@parameter1/object-path": "^2.0.0",
"@parameter1/prop-types": "^2.1.0",
"@parameter1/prop-types": "^2.1.1",
"@parameter1/sso-graphql": "^0.3.2",
"@parameter1/sso-mongodb": "^0.3.2",
"@parameter1/utils": "^2.0.0",
"@sendgrid/mail": "^7.7.0",
"apollo-server-core": "^3.8.1",
"apollo-server-fastify": "^3.8.1",
"apollo-server-core": "^3.9.0",
"apollo-server-fastify": "^3.9.0",
"envalid": "^7.3.1",
"fastify": "^3.29.0",
"graphql": "^16.5.0",
Expand Down
8 changes: 4 additions & 4 deletions graphql/materialized/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"test": "yarn lint"
},
"dependencies": {
"@parameter1/graphql": "^2.6.1",
"@parameter1/graphql": "^2.6.2",
"@parameter1/object-path": "^2.0.0",
"@parameter1/prop-types": "^2.1.0",
"@parameter1/prop-types": "^2.1.1",
"@parameter1/sso-graphql": "^0.3.2",
"@parameter1/sso-mongodb": "^0.3.2",
"@parameter1/utils": "^2.0.0",
"apollo-server-core": "^3.8.1",
"apollo-server-fastify": "^3.8.1",
"apollo-server-core": "^3.9.0",
"apollo-server-fastify": "^3.9.0",
"envalid": "^7.3.1",
"fastify": "^3.29.0",
"graphql": "^16.5.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prepublish": "yarn build"
},
"devDependencies": {
"vite": "^2.9.9"
"vite": "^2.9.12"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
],
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"lerna": "^5.0.0",
"lerna": "^5.1.4",
"mocha": "^10.0.0"
},
"resolutions": {
Expand Down
6 changes: 3 additions & 3 deletions packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"dependencies": {
"@parameter1/email-utils": "^2.0.0",
"@parameter1/joi": "^2.3.0",
"@parameter1/mongodb": "^3.4.0",
"@parameter1/joi": "^2.3.1",
"@parameter1/mongodb": "^4.0.0",
"@parameter1/object-path": "^2.0.0",
"@parameter1/utils": "^2.0.0",
"@sindresorhus/is": "^4.6.0",
"@sindresorhus/is": "^5.1.0",
"camel-case": "^4.1.2",
"immutable": "^4.1.0",
"inflected": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"dependencies": {
"@parameter1/email-utils": "^2.0.0",
"@parameter1/mongodb": "^3.4.0",
"@parameter1/mongodb": "^4.0.0",
"@parameter1/object-path": "^2.0.0",
"@parameter1/prop-types": "^2.1.0",
"@parameter1/prop-types": "^2.1.1",
"@parameter1/slug": "^2.0.0",
"@parameter1/utils": "^2.0.0",
"jsonwebtoken": "^8.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"test": "yarn lint"
},
"dependencies": {
"@parameter1/graphql": "^2.6.1",
"@parameter1/prop-types": "^2.1.0",
"node-fetch": "^3.2.4"
"@parameter1/graphql": "^2.6.2",
"@parameter1/prop-types": "^2.1.1",
"node-fetch": "^3.2.6"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 904df2b

Please sign in to comment.