Skip to content

Commit

Permalink
update many packages (#3477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noviny authored Aug 26, 2020
1 parent 890f138 commit 5935b89
Show file tree
Hide file tree
Showing 62 changed files with 1,982 additions and 890 deletions.
65 changes: 65 additions & 0 deletions .changeset/brown-sloths-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
'@keystonejs/api-tests': patch
'@keystonejs/demo-project-blog': patch
'@keystonejs/demo-custom-fields': patch
'@keystonejs/demo-project-meetup': patch
'@keystonejs/demo-project-todo': patch
'@keystonejs/adapter-knex': patch
'@keystonejs/apollo-helpers': patch
'@keystonejs/app-admin-ui': patch
'@keystonejs/app-graphql-playground': patch
'@keystonejs/app-next': patch
'@keystonejs/app-nuxt': patch
'@arch-ui/docs': patch
'@arch-ui/alert': patch
'@arch-ui/badge': patch
'@arch-ui/button': patch
'@arch-ui/card': patch
'@arch-ui/confirm': patch
'@arch-ui/controls': patch
'@arch-ui/day-picker': patch
'@arch-ui/dialog': patch
'@arch-ui/drawer': patch
'@arch-ui/dropdown': patch
'@arch-ui/fields': patch
'@arch-ui/filters': patch
'@arch-ui/input': patch
'@arch-ui/layout': patch
'@arch-ui/loading': patch
'@arch-ui/lozenge': patch
'@arch-ui/modal-utils': patch
'@arch-ui/navbar': patch
'@arch-ui/options': patch
'@arch-ui/pagination': patch
'@arch-ui/pill': patch
'@arch-ui/popout': patch
'@arch-ui/tooltip': patch
'@arch-ui/typography': patch
'@keystonejs/auth-passport': patch
'@keystonejs/example-projects-blank': patch
'@keystonejs/example-projects-nuxt': patch
'@keystonejs/example-projects-starter': patch
'@keystonejs/example-projects-todo': patch
'create-keystone-app': patch
'@keystonejs/fields': patch
'@keystonejs/fields-cloudinary-image': patch
'@keystonejs/fields-color': patch
'@keystonejs/fields-content': patch
'@keystonejs/fields-location-google': patch
'@keystonejs/fields-markdown': patch
'@keystonejs/fields-oembed': patch
'@keystonejs/fields-unsplash': patch
'@keystonejs/fields-wysiwyg-tinymce': patch
'@keystonejs/file-adapters': patch
'@keystonejs/keystone': patch
'@keystonejs/cypress-project-access-control': patch
'@keystonejs/cypress-project-basic': patch
'@keystonejs/cypress-project-client-validation': patch
'@keystonejs/cypress-project-login': patch
'@keystonejs/cypress-project-social-login': patch
'@keystonejs/website': patch
---

Updating dependencies:

These changes bring the keystone dev experience inline with installing keystone from npm :D
4 changes: 2 additions & 2 deletions api-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@keystonejs/server-side-graphql-client": "*",
"@keystonejs/session": "*",
"cookie-signature": "^1.1.0",
"globby": "^11.0.0",
"globby": "^11.0.1",
"superagent": "^5.3.1",
"supertest-light": "^1.0.3",
"testcheck": "^1.0.0-rc.2"
Expand All @@ -29,7 +29,7 @@
"@keystonejs/list-plugins": "^7.1.0",
"@keystonejs/test-utils": "^8.0.1",
"@keystonejs/utils": "^5.4.2",
"date-fns": "^2.14.0",
"date-fns": "^2.15.0",
"express": "^4.17.1"
}
}
8 changes: 4 additions & 4 deletions demo-projects/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@apollo/client": "^3.1.3",
"@arch-ui/layout": "^0.2.13",
"@arch-ui/typography": "^0.0.17",
"@emotion/core": "^10.0.28",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@keystonejs/adapter-mongoose": "^9.0.3",
"@keystonejs/app-admin-ui": "^7.3.2",
Expand All @@ -34,13 +34,13 @@
"@keystonejs/keystone": "^14.0.0",
"@keystonejs/server-side-graphql-client": "^1.1.0",
"apollo-upload-client": "^14.1.1",
"cross-env": "^7.0.0",
"date-fns": "^2.14.0",
"cross-env": "^7.0.2",
"date-fns": "^2.15.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^14.6.0",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.5.1",
"next": "^9.5.2",
"node-fetch": "^2.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
Expand Down
6 changes: 3 additions & 3 deletions demo-projects/custom-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@arch-ui/fields": "^3.0.3",
"@arch-ui/lozenge": "^0.0.16",
"@arch-ui/theme": "^0.0.10",
"@emotion/core": "^10.0.28",
"@emotion/core": "^10.0.35",
"@keystonejs/adapter-mongoose": "^9.0.3",
"@keystonejs/app-admin-ui": "^7.3.2",
"@keystonejs/app-graphql": "^6.1.0",
"@keystonejs/app-static": "^5.1.2",
"@keystonejs/fields": "^17.0.0",
"@keystonejs/keystone": "^14.0.0",
"@primer/octicons-react": "^10.0.0",
"cross-env": "^7.0.0",
"@primer/octicons-react": "^10.1.0",
"cross-env": "^7.0.2",
"react": "^16.13.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/demo-projects/custom-fields"
Expand Down
8 changes: 4 additions & 4 deletions demo-projects/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@apollo/client": "^3.1.3",
"@emotion/core": "^10.0.28",
"@emotion/core": "^10.0.35",
"@keystonejs/adapter-mongoose": "^9.0.3",
"@keystonejs/app-admin-ui": "^7.3.2",
"@keystonejs/app-graphql": "^6.1.0",
Expand All @@ -30,8 +30,8 @@
"@keystonejs/server-side-graphql-client": "^1.1.1",
"@keystonejs/session": "^8.1.0",
"apollo-upload-client": "^14.1.1",
"cross-env": "^7.0.0",
"date-fns": "^2.14.0",
"cross-env": "^7.0.2",
"date-fns": "^2.15.0",
"dotenv": "^8.2.0",
"eslint-plugin-emotion": "^10.0.27",
"express": "^4.17.1",
Expand All @@ -40,7 +40,7 @@
"graphql": "^14.6.0",
"isomorphic-unfetch": "^3.0.0",
"lodash.uniqby": "^4.7.0",
"next": "^9.5.1",
"next": "^9.5.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion demo-projects/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@keystonejs/app-static": "^5.1.2",
"@keystonejs/fields": "^17.0.0",
"@keystonejs/keystone": "^14.0.0",
"cross-env": "^7.0.0"
"cross-env": "^7.0.2"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/demo-projects/todo"
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"@types/jest": "^25.2.3",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"all-contributors-cli": "^6.2.0",
"babel-plugin-emotion": "^10.0.27",
"all-contributors-cli": "^6.17.2",
"babel-plugin-emotion": "^10.0.33",
"chalk": "^2.4.2",
"chalk-cli": "^4.1.0",
"cross-env": "^7.0.0",
"cross-env": "^7.0.2",
"cypress": "^4.5.0",
"cypress-multi-reporters": "^1.2.4",
"dotenv": "^8.2.0",
Expand All @@ -86,16 +86,16 @@
"jest-resolve": "^26.1.0",
"kleur": "^3.0.3",
"knex": "^0.21.1",
"luxon": "^1.11.4",
"luxon": "^1.25.0",
"mdast-util-to-string": "^1.1.0",
"memoize-one": "^5.1.1",
"meow": "^7.0.1",
"meow": "^7.1.0",
"mjml": "^4.3.1",
"mjml-react": "^1.0.57",
"mkdirp": "^0.5.1",
"mocha": "^7.1.2",
"mocha-junit-reporter": "^1.23.3",
"moment": "^2.24.0",
"moment": "^2.27.0",
"mongodb": "^3.5.7",
"p-is-promise": "^3.0.0",
"pino-colada": "^1.6.1",
Expand All @@ -111,19 +111,19 @@
"rimraf": "^3.0.2",
"split": "^1.0.1",
"stack-utils": "^2.0.2",
"start-server-and-test": "^1.11.0",
"start-server-and-test": "^1.11.3",
"supertest-light": "^1.0.3",
"terminal-link": "^1.3.0",
"terminal-link-cli": "^2.0.0",
"terser": "^3.14.1",
"testcheck": "^1.0.0-rc.2",
"tinymce": "^5.2.2",
"tinymce": "^5.4.2",
"tmp": "^0.2.1",
"to-pascal-case": "^1.0.0",
"ts-morph": "^7.3.0",
"typescript": "^3.9.7",
"underscore.string": "^3.3.5",
"unist-util-visit": "^2.0.2",
"unist-util-visit": "^2.0.3",
"unsplash-js": "^6.0.0",
"uuid": "^7.0.3",
"webpack": "4.41.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@sindresorhus/slugify": "^0.11.0",
"knex": "^0.21.1",
"p-settle": "^3.1.0",
"pg": "^8.0.3"
"pg": "^8.3.2"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/adapter-knex"
}
4 changes: 2 additions & 2 deletions packages/apollo-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"@apollo/react-components": "^3.1.5",
"@babel/runtime": "^7.8.4",
"@jesstelford/apollo-cache-invalidation": "^0.0.3-gh3-gh5",
"@types/react": "^16.8.12",
"@types/react": "^16.9.47",
"apollo-cache": "^1.3.5",
"apollo-link": "^1.2.14",
"apollo-utilities": "^1.3.4",
"graphql-tag": "^2.11.0",
"hoist-non-react-statics": "^3.0.1",
"hoist-non-react-statics": "^3.3.2",
"lodash.mapvalues": "^4.6.0",
"memoize-one": "^5.1.1",
"react-adopt": "^0.6.0"
Expand Down
22 changes: 11 additions & 11 deletions packages/app-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,28 @@
"@arch-ui/typography": "^0.0.17",
"@babel/core": "^7.9.0",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.28",
"@emotion/core": "^10.0.35",
"@keystonejs/field-views-loader": "^6.0.0",
"@keystonejs/fields": "^17.0.0",
"@keystonejs/session": "^8.1.0",
"@keystonejs/utils": "^5.4.2",
"@primer/octicons-react": "^10.0.0",
"@types/react": "^16.8.12",
"@primer/octicons-react": "^10.1.0",
"@types/react": "^16.9.47",
"apollo-upload-client": "^14.1.1",
"apply-ref": "^0.2.3",
"babel-loader": "^8.0.5",
"babel-plugin-emotion": "^10.0.27",
"babel-plugin-emotion": "^10.0.33",
"babel-preset-react-app": "^9.0.2",
"clipboard-copy": "^3.0.0",
"clipboard-copy": "^3.1.0",
"compression": "^1.7.4",
"cross-fetch": "^3.0.4",
"cross-fetch": "^3.0.5",
"css-loader": "^3.2.0",
"express": "^4.17.1",
"express-history-api-fallback": "^2.2.1",
"falsey": "^1.0.0",
"file-loader": "^3.0.1",
"graphql": "^14.6.0",
"html-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^4.3.0",
"lodash.debounce": "^4.0.8",
"lodash.set": "^4.3.2",
"lodash.throttle": "^4.1.1",
Expand All @@ -72,11 +72,11 @@
"react-router-dom": "5.2.0",
"react-select": "^3.1.0",
"react-toast-notifications": "^2.4.0",
"react-transition-group": "^4.3.0",
"react-uid": "^2.2.0",
"react-transition-group": "^4.4.1",
"react-uid": "^2.3.0",
"resize-observer-polyfill": "^1.5.1",
"style-loader": "^1.0.0",
"use-resize-observer": "^6.0.0",
"style-loader": "^1.2.1",
"use-resize-observer": "^6.1.0",
"webpack": "4.41.6",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-graphql-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@apollographql/graphql-playground-html": "^1.6.24",
"@apollographql/graphql-playground-html": "^1.6.26",
"@apollographql/graphql-playground-react": "^1.7.32",
"@keystonejs/logger": "^5.1.2",
"@keystonejs/session": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"next": "^9.5.1"
"next": "^9.5.2"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/app-next"
}
2 changes: 1 addition & 1 deletion packages/app-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"express": "^4.17.1",
"nuxt": "^2.11.0"
"nuxt": "^2.14.3"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/app-nuxt"
}
4 changes: 2 additions & 2 deletions packages/arch/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@arch-ui/theme": "^0.0.10",
"@arch-ui/tooltip": "^0.1.12",
"@arch-ui/typography": "^0.0.17",
"@emotion/core": "^10.0.28",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@reach/router": "^1.3.4",
"clipboard-copy": "^3.0.0",
"clipboard-copy": "^3.1.0",
"gatsby": "^2.13.25",
"react": "^16.13.1",
"react-dom": "^16.13.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/arch/packages/alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@arch-ui/theme": "^0.0.10",
"@emotion/core": "^10.0.28",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27"
},
"module": "dist/alert.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/arch/packages/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@arch-ui/theme": "0.0.10",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.28",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27"
},
"module": "dist/badge.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/arch/packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@arch-ui/loading": "^0.0.17",
"@arch-ui/theme": "^0.0.10",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.28",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"react-pseudo-state": "^2.2.2",
"react-router-dom": "5.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/arch/packages/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@arch-ui/theme": "0.0.10",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.28"
"@emotion/core": "^10.0.35"
},
"module": "dist/card.esm.js",
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/arch/packages/card"
Expand Down
2 changes: 1 addition & 1 deletion packages/arch/packages/confirm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@arch-ui/modal-utils": "^1.0.10",
"@arch-ui/theme": "^0.0.10",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.28",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"focus-trap-react": "^6.0.0",
"react-scrolllock": "^4.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/arch/packages/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@arch-ui/input": "^0.1.9",
"@arch-ui/theme": "^0.0.10",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.28",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"react-pseudo-state": "^2.2.2",
"react-radios": "^1.1.0"
Expand Down
Loading

0 comments on commit 5935b89

Please sign in to comment.