Skip to content

Commit

Permalink
Merge branch 'main' into renovate/typescript-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bladey committed Jun 5, 2021
2 parents a5f1dea + 785416c commit ebbcbd4
Show file tree
Hide file tree
Showing 19 changed files with 475 additions and 168 deletions.
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@preconstruct/next": "^3.0.0",
"apollo-upload-client": "^14.1.3",
"cross-env": "^7.0.3",
"date-fns": "^2.21.3",
"date-fns": "^2.22.1",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"graphql": "^15.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@keystonejs/session": "^8.3.2",
"apollo-upload-client": "^14.1.3",
"cross-env": "^7.0.3",
"date-fns": "^2.21.3",
"date-fns": "^2.22.1",
"dotenv": "^8.6.0",
"eslint-plugin-emotion": "^10.0.27",
"express": "^4.17.1",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@
"@babel/core": "^7.14.3",
"@babel/helper-module-imports": "^7.13.12",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
"@babel/plugin-proposal-object-rest-spread": "^7.14.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "^2.16.0",
"@jest/test-sequencer": "^26.6.3",
"@manypkg/cli": "^0.17.0",
"@manypkg/cli": "^0.18.0",
"@preconstruct/cli": "2.1.0",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"all-contributors-cli": "^6.20.0",
"autoprefixer": "^10.2.5",
"autoprefixer": "^10.2.6",
"babel-plugin-emotion": "^10.2.2",
"chalk": "^4.1.1",
"chalk-cli": "^4.1.0",
Expand All @@ -74,23 +74,23 @@
"endent": "^2.0.1",
"eslint": "^7.27.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"falsey": "^1.0.0",
"is-ci": "^2.0.0",
"jest": "^26.6.3",
"jest-haste-map": "^26.6.2",
"jest-junit": "^12.0.0",
"jest-junit": "^12.1.0",
"jest-resolve": "^26.6.2",
"knex": "^0.95.6",
"luxon": "^1.27.0",
"mdast-util-to-string": "^2.0.0",
"memoize-one": "^5.2.1",
"mocha": "^8.4.0",
"mocha-junit-reporter": "^2.0.0",
"mongodb": "^3.6.8",
"mongodb": "^3.6.9",
"p-is-promise": "^3.0.0",
"pino-colada": "^2.1.0",
"postcss": "^8.3.0",
Expand All @@ -104,7 +104,7 @@
"stack-utils": "^2.0.3",
"start-server-and-test": "^1.12.3",
"supertest-light": "^1.0.3",
"tailwindcss": "^2.1.2",
"tailwindcss": "^2.1.4",
"terminal-link": "^2.1.1",
"terminal-link-cli": "^2.0.0",
"testcheck": "^1.0.0-rc.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"@keystonejs/keystone": "^19.3.3",
"@keystonejs/utils": "^6.1.2",
"cuid": "^2.1.8",
"mongoose": "^5.12.11",
"mongoose": "^5.12.12",
"p-settle": "^4.1.1"
},
"devDependencies": {
"mongodb": "^3.6.8",
"mongodb": "^3.6.9",
"mongodb-memory-server-core": "^6.9.6",
"pluralize": "^8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@apollo/client": "^3.3.19",
"@babel/runtime": "^7.14.0",
"@jesstelford/apollo-cache-invalidation": "^0.0.3-gh3-gh5",
"@types/react": "^17.0.6",
"@types/react": "^17.0.9",
"apollo-cache": "^1.3.5",
"apollo-link": "^1.2.14",
"apollo-utilities": "^1.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/app-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@keystonejs/session": "^8.3.2",
"@keystonejs/utils": "^6.1.2",
"@primer/octicons-react": "^11.3.0",
"@types/react": "^17.0.6",
"@types/react": "^17.0.9",
"apollo-upload-client": "^14.1.3",
"apply-ref": "^1.0.0",
"babel-loader": "^8.2.2",
Expand Down Expand Up @@ -72,7 +72,7 @@
"react-router-dom": "5.2.0",
"react-select": "^3.2.0",
"react-toast-notifications": "^2.4.4",
"react-transition-group": "^4.4.1",
"react-transition-group": "^4.4.2",
"react-uid": "^2.3.1",
"resize-observer-polyfill": "^1.5.1",
"style-loader": "^1.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/app-graphql-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"node": ">=10.0.0"
},
"dependencies": {
"@apollographql/graphql-playground-html": "^1.6.28",
"@apollographql/graphql-playground-react": "^1.7.40",
"@apollographql/graphql-playground-html": "^1.6.29",
"@apollographql/graphql-playground-react": "^1.7.41",
"@keystonejs/session": "^8.3.2",
"@keystonejs/utils": "^6.1.2",
"body-parser": "^1.19.0",
"chalk": "^4.1.1",
"falsey": "^1.0.0",
"graphql-tag": "^2.11.0",
"object-hash": "^2.1.1",
"object-hash": "^2.2.0",
"terminal-link": "^2.1.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/arch/packages/day-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@emotion/styled": "^10.0.27",
"@primer/octicons-react": "^11.3.0",
"chrono-node": "^1.4.8",
"date-fns": "^2.21.3",
"date-fns": "^2.22.1",
"intersection-observer": "^0.12.0",
"moment": "^2.29.1",
"react-window": "^1.8.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/arch/packages/modal-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"react-scrolllock": "^5.0.1",
"react-transition-group": "^4.4.1"
"react-transition-group": "^4.4.2"
},
"module": "dist/modal-utils.esm.js",
"repository": "https://github.com/keystonejs/keystone-5/tree/main/packages/arch/packages/modal-utils"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-keystone-5-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@keystonejs/adapter-prisma": "^3.2.2",
"@sindresorhus/slugify": "^1.1.2",
"arg": "^5.0.0",
"cfonts": "^2.9.2",
"cfonts": "^2.9.3",
"chalk": "^4.1.1",
"execa": "^5.0.0",
"execa": "^5.0.1",
"fs-extra": "^9.1.0",
"got": "^11.8.2",
"kleur": "^4.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/fields-cloudinary-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@keystonejs/file-adapters": "*",
"cloudinary": "^1.25.1",
"cloudinary": "^1.25.2",
"dotenv": "^8.6.0",
"graphql-upload": "^11.0.0",
"mime": "^2.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/fields-location-google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@keystonejs/fields": "^22.1.3",
"cuid": "^2.1.8",
"google-maps-react": "^2.0.6",
"mongoose": "^5.12.11",
"mongoose": "^5.12.12",
"node-fetch": "^2.6.1",
"react": "^17.0.2",
"react-toast-notifications": "^2.4.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"apollo-errors": "^1.9.0",
"bcryptjs": "^2.4.3",
"cuid": "^2.1.8",
"date-fns": "^2.21.3",
"date-fns": "^2.22.1",
"decimal.js": "^10.2.1",
"dumb-passwords": "^0.2.1",
"graphql": "^15.5.0",
Expand All @@ -54,7 +54,7 @@
"lodash.groupby": "^4.6.0",
"lodash.isequal": "^4.5.0",
"luxon": "^1.27.0",
"mongoose": "^5.12.11",
"mongoose": "^5.12.12",
"p-settle": "^4.1.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/file-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"node": ">=10.0.0"
},
"dependencies": {
"aws-sdk": "^2.914.0",
"cloudinary": "^1.25.1",
"aws-sdk": "^2.921.0",
"cloudinary": "^1.25.2",
"mkdirp": "^1.0.4",
"url-join": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/test-projects/access-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"cypress": "^5.6.0",
"cypress-multi-reporters": "^1.5.0",
"dotenv-safe": "^8.2.0",
"execa": "^5.0.0",
"execa": "^5.0.1",
"inflection": "^1.13.1",
"mocha": "^8.4.0",
"mocha-junit-reporter": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions tests/test-projects/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@keystonejs/keystone": "^19.3.3",
"@keystonejs/server-side-graphql-client": "^2.1.2",
"cross-env": "^7.0.3",
"date-fns": "^2.21.3",
"date-fns": "^2.22.1",
"express": "^4.17.1",
"graphql": "^15.5.0",
"react": "^17.0.2"
Expand All @@ -46,7 +46,7 @@
"cypress-file-upload": "^5.0.7",
"cypress-multi-reporters": "^1.5.0",
"dotenv-safe": "^8.2.0",
"execa": "^5.0.0",
"execa": "^5.0.1",
"mocha": "^8.4.0",
"mocha-junit-reporter": "^2.0.0",
"pino-colada": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/test-projects/client-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"cypress": "^5.6.0",
"cypress-multi-reporters": "^1.5.0",
"dotenv-safe": "^8.2.0",
"execa": "^5.0.0",
"execa": "^5.0.1",
"mocha": "^8.4.0",
"mocha-junit-reporter": "^2.0.0",
"pino-colada": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/test-projects/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"cypress": "^5.6.0",
"cypress-multi-reporters": "^1.5.0",
"dotenv-safe": "^8.2.0",
"execa": "^5.0.0",
"execa": "^5.0.1",
"mocha": "^8.4.0",
"mocha-junit-reporter": "^2.0.0",
"pino-colada": "^2.1.0",
Expand Down
Loading

0 comments on commit ebbcbd4

Please sign in to comment.