Skip to content

Commit

Permalink
Update patch dependencies (patch) (keystonejs#6764)
Browse files Browse the repository at this point in the history
* Update patch dependencies

* resolve patch dependy type issues

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>
  • Loading branch information
3 people authored Oct 11, 2021
1 parent 6125303 commit 15d0d4c
Show file tree
Hide file tree
Showing 11 changed files with 529 additions and 433 deletions.
4 changes: 2 additions & 2 deletions examples-staging/ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"seed-data": "keystone-next --seed-data"
},
"dependencies": {
"@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/runtime": "^7.15.4",
Expand Down
8 changes: 4 additions & 4 deletions examples/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"test": "jest --runInBand --testTimeout=60000"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@keystone-next/auth": "^34.0.0",
"@keystone-next/keystone": "^26.1.0"
},
"devDependencies": {
"babel-jest": "^27.2.4",
"jest": "^27.2.4",
"babel-jest": "^27.2.5",
"jest": "^27.2.5",
"typescript": "^4.4.3"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"lint:filters": "cd prisma-utils && yarn verify"
},
"dependencies": {
"@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-syntax-dynamic-import": "^7.8.3",
"@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",
"@changesets/changelog-github": "^0.4.1",
"@changesets/cli": "^2.17.0",
"@jest/test-sequencer": "^27.2.4",
"@jest/test-sequencer": "^27.2.5",
"@manypkg/cli": "^0.18.0",
"@preconstruct/cli": "2.1.4",
"@preconstruct/cli": "2.1.5",
"@preconstruct/eslint-plugin-format-js-tag": "^0.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@types/babel__core": "^7.1.16",
Expand All @@ -69,7 +69,7 @@
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"is-ci": "^3.0.0",
"jest": "^27.2.4",
"jest": "^27.2.5",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@keystone-ui/fields": "^5.0.1",
"@keystone-ui/pill": "^5.0.2",
"@types/react": "^17.0.27",
"cloudinary": "^1.27.0",
"cloudinary": "^1.27.1",
"cuid": "^2.1.8",
"graphql-upload": "^12.0.0",
"react": "^17.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/fields-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@keystone-next/keystone": "*",
"@testing-library/react": "^12.1.2",
"array.prototype.flat": "^1.2.5",
"jest-diff": "^27.2.4",
"pretty-format": "^27.2.4",
"jest-diff": "^27.2.5",
"pretty-format": "^27.2.5",
"slate-hyperscript": "^0.60.8"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions packages/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@babel/core": "^7.15.5",
"@babel/core": "^7.15.8",
"@babel/runtime": "^7.15.4",
"@emotion/hash": "^0.8.0",
"@emotion/weak-memoize": "^0.2.5",
Expand All @@ -48,9 +48,9 @@
"@keystone-ui/toast": "^4.0.4",
"@keystone-ui/tooltip": "^4.0.3",
"@preconstruct/next": "^3.0.0",
"@prisma/client": "3.2.0",
"@prisma/migrate": "3.2.0",
"@prisma/sdk": "3.2.0",
"@prisma/client": "3.2.1",
"@prisma/migrate": "3.2.1",
"@prisma/sdk": "3.2.1",
"@sindresorhus/slugify": "^1.1.2",
"@types/apollo-upload-client": "14.1.0",
"@types/bcryptjs": "^2.4.2",
Expand Down Expand Up @@ -109,8 +109,8 @@
"pirates": "^4.0.1",
"pluralize": "^8.0.0",
"prettier": "^2.4.1",
"prisma": "3.2.0",
"prompts": "^2.4.1",
"prisma": "3.2.1",
"prompts": "^2.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"resolve": "^1.20.0",
Expand Down
4 changes: 2 additions & 2 deletions prisma-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"main": "dist/keystone-next-prisma-utils.cjs.js",
"dependencies": {
"@prisma/generator-helper": "3.2.0",
"@prisma/sdk": "3.2.0",
"@prisma/generator-helper": "3.2.1",
"@prisma/sdk": "3.2.1",
"fs-extra": "^10.0.0",
"prettier": "^2.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/admin-ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@keystone-next/keystone": "*",
"execa": "^5.1.1",
"express": "^4.17.1",
"playwright": "^1.15.1",
"playwright": "^1.15.2",
"treekill": "^1.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/api-tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const expectPrismaError = (
args.map(({ path, message, code, target }) => ({
extensions: {
code: 'KS_PRISMA_ERROR',
prisma: { clientVersion: '3.2.0', code, meta: { target } },
prisma: { clientVersion: '3.2.1', code, meta: { target } },
},
path,
message,
Expand Down
2 changes: 1 addition & 1 deletion tests/examples-smoke-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/tough-cookie": "^4.0.1",
"execa": "^5.1.1",
"node-fetch": "^2.6.5",
"playwright": "^1.15.1",
"playwright": "^1.15.2",
"tree-kill": "^1.2.2"
}
}
Loading

0 comments on commit 15d0d4c

Please sign in to comment.