Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeByMike committed Apr 22, 2020
1 parent b6d4f2a commit 67200fa
Show file tree
Hide file tree
Showing 46 changed files with 157 additions and 109 deletions.
48 changes: 48 additions & 0 deletions .changeset/big-pillows-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
'@keystonejs/demo-project-blog': patch
'@keystonejs/demo-project-meetup': patch
'@keystonejs/apollo-helpers': patch
'@keystonejs/app-admin-ui': 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/hooks': patch
'@arch-ui/icons': 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/select': patch
'@arch-ui/tooltip': patch
'@arch-ui/typography': patch
'@keystonejs/build-field-types': patch
'@keystonejs/email': patch
'@keystonejs/field-content': patch
'@keystonejs/fields-markdown': patch
'@keystonejs/fields-mongoid': patch
'@keystonejs/fields-wysiwyg-tinymce': patch
'@keystonejs/fields': patch
'@keystonejs/oembed-adapters': patch
'@keystonejs/cypress-project-basic': patch
'@keystonejs/cypress-project-client-validation': patch
'@keystonejs/cypress-project-social-login': patch
'@keystonejs/website': patch
---

Upgraded React and Emotion packages.
4 changes: 2 additions & 2 deletions demo-projects/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@apollo/react-ssr": "^3.1.3",
"@arch-ui/layout": "^0.2.11",
"@arch-ui/typography": "^0.0.16",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@keystonejs/adapter-mongoose": "^8.0.0",
"@keystonejs/app-admin-ui": "^5.9.5",
Expand All @@ -44,7 +44,7 @@
"isomorphic-unfetch": "^3.0.0",
"next": "^9.3.2",
"node-fetch": "^2.3.0",
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/demo-projects/blog"
Expand Down
4 changes: 2 additions & 2 deletions demo-projects/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@apollo/react-ssr": "^3.1.3",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@keystonejs/adapter-mongoose": "^8.0.0",
"@keystonejs/app-admin-ui": "^5.10.0",
"@keystonejs/app-graphql": "^5.1.5",
Expand Down Expand Up @@ -44,7 +44,7 @@
"lodash.uniqby": "^4.7.0",
"next": "^9.3.2",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0",
"react-toast-notifications": "^2.3.0",
"react-use-form-state": "^0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"pug": "2.0.4",
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0",
"rehype-highlight": "^3.0.0",
"rehype-slug": "^2.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"react-adopt": "^0.6.0"
},
"peerDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"devDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"main": "dist/apollo-helpers.cjs.js",
"module": "dist/apollo-helpers.esm.js",
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 @@ -38,7 +38,7 @@
"@arch-ui/typography": "^0.0.16",
"@babel/core": "^7.9.0",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@keystonejs/build-field-types": "^5.2.4",
"@keystonejs/field-views-loader": "^5.2.1",
Expand Down Expand Up @@ -72,7 +72,7 @@
"memoize-one": "^5.1.1",
"prop-types": "^15.7.2",
"raf-schd": "^4.0.0",
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0",
"react-prop-toggle": "^1.0.2",
"react-pseudo-state": "^2.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/arch/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"@arch-ui/theme": "^0.0.10",
"@arch-ui/tooltip": "^0.1.11",
"@arch-ui/typography": "^0.0.16",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@reach/router": "^1.3.3",
"clipboard-copy": "^3.0.0",
"gatsby": "^2.13.25",
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/arch/packages/alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"license": "MIT",
"main": "dist/alert.cjs.js",
"peerDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"devDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"dependencies": {
"@arch-ui/theme": "^0.0.10",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27"
},
"module": "dist/alert.esm.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/arch/packages/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"license": "MIT",
"main": "dist/badge.cjs.js",
"peerDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"devDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"dependencies": {
"@arch-ui/theme": "0.0.10",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27"
},
"module": "dist/badge.esm.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/arch/packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"license": "MIT",
"main": "dist/button.cjs.js",
"peerDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"devDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"dependencies": {
"@arch-ui/color-utils": "^0.0.2",
"@arch-ui/common": "^0.0.11",
"@arch-ui/loading": "^0.0.16",
"@arch-ui/theme": "^0.0.10",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"react-pseudo-state": "^2.2.2",
"react-router-dom": "5.1.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/arch/packages/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"license": "MIT",
"main": "dist/card.cjs.js",
"peerDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"devDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"dependencies": {
"@arch-ui/theme": "0.0.10",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.27"
"@emotion/core": "^10.0.28"
},
"module": "dist/card.esm.js",
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/arch/packages/card"
Expand Down
6 changes: 3 additions & 3 deletions packages/arch/packages/confirm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"license": "MIT",
"main": "dist/confirm.cjs.js",
"peerDependencies": {
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0"
},
"devDependencies": {
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0"
},
"dependencies": {
"@arch-ui/modal-utils": "^1.0.9",
"@arch-ui/theme": "^0.0.10",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"focus-trap-react": "^6.0.0",
"react-scrolllock": "^4.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/arch/packages/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"license": "MIT",
"main": "dist/controls.cjs.js",
"peerDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"devDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"dependencies": {
"@arch-ui/input": "^0.1.7",
"@arch-ui/theme": "^0.0.10",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"react-pseudo-state": "^2.2.2",
"react-radios": "^1.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/arch/packages/day-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"license": "MIT",
"main": "dist/day-picker.cjs.js",
"peerDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"devDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"dependencies": {
"@arch-ui/icons": "^0.1.0",
Expand All @@ -18,7 +18,7 @@
"@arch-ui/theme": "^0.0.10",
"@arch-ui/typography": "^0.0.16",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"chrono-node": "^1.3.5",
"date-fns": "^1.30.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/arch/packages/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"license": "MIT",
"main": "dist/dialog.cjs.js",
"peerDependencies": {
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0"
},
"devDependencies": {
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0"
},
"dependencies": {
Expand All @@ -19,7 +19,7 @@
"@arch-ui/theme": "^0.0.10",
"@arch-ui/typography": "^0.0.16",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"focus-trap-react": "^6.0.0",
"react-scrolllock": "^4.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/arch/packages/drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"license": "MIT",
"main": "dist/drawer.cjs.js",
"peerDependencies": {
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0"
},
"devDependencies": {
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0"
},
"dependencies": {
Expand All @@ -19,7 +19,7 @@
"@arch-ui/theme": "^0.0.10",
"@arch-ui/typography": "^0.0.16",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"focus-trap-react": "^6.0.0",
"react-scrolllock": "^4.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/arch/packages/dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"license": "MIT",
"main": "dist/dropdown.cjs.js",
"peerDependencies": {
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0"
},
"devDependencies": {
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0"
},
"dependencies": {
"@arch-ui/modal-utils": "^1.0.9",
"@arch-ui/theme": "^0.0.10",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"focus-trap-react": "^6.0.0",
"react-router-dom": "5.1.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/arch/packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"license": "MIT",
"main": "dist/fields.cjs.js",
"peerDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"devDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"dependencies": {
"@arch-ui/icons": "^0.1.0",
"@arch-ui/lozenge": "^0.0.15",
"@arch-ui/theme": "^0.0.10",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27"
},
"module": "dist/fields.esm.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/arch/packages/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"license": "MIT",
"main": "dist/filters.cjs.js",
"peerDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"devDependencies": {
"react": "^16.13.0"
"react": "^16.13.1"
},
"dependencies": {
"@arch-ui/controls": "^0.1.6",
"@arch-ui/layout": "^0.2.11",
"@arch-ui/theme": "^0.0.10",
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.27",
"@emotion/core": "^10.0.28",
"react-radios": "^1.1.0"
},
"module": "dist/filters.esm.js",
Expand Down
Loading

0 comments on commit 67200fa

Please sign in to comment.