Skip to content

Commit

Permalink
Update babel, emotion, p-*, database, linter, gatsbt and react packages
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie committed Apr 18, 2019
1 parent 1a7b706 commit 81dc0be
Show file tree
Hide file tree
Showing 49 changed files with 729 additions and 616 deletions.
50 changes: 50 additions & 0 deletions .changeset/56532ba1/changes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"releases": [
{ "name": "@keystone-alpha/demo-project-blog", "type": "patch" },
{ "name": "@keystone-alpha/adapter-knex", "type": "patch" },
{ "name": "@keystone-alpha/adapter-mongoose", "type": "patch" },
{ "name": "@keystone-alpha/admin-ui", "type": "patch" },
{ "name": "@keystone-alpha/apollo-helpers", "type": "patch" },
{ "name": "@arch-ui/alert", "type": "patch" },
{ "name": "@arch-ui/badge", "type": "patch" },
{ "name": "@arch-ui/button", "type": "patch" },
{ "name": "@arch-ui/card", "type": "patch" },
{ "name": "@arch-ui/confirm", "type": "patch" },
{ "name": "@arch-ui/controls", "type": "patch" },
{ "name": "@arch-ui/day-picker", "type": "patch" },
{ "name": "@arch-ui/dialog", "type": "patch" },
{ "name": "@arch-ui/drawer", "type": "patch" },
{ "name": "@arch-ui/dropdown", "type": "patch" },
{ "name": "@arch-ui/fields", "type": "patch" },
{ "name": "@arch-ui/filters", "type": "patch" },
{ "name": "@arch-ui/hooks", "type": "patch" },
{ "name": "@arch-ui/icons", "type": "patch" },
{ "name": "@arch-ui/input", "type": "patch" },
{ "name": "@arch-ui/layout", "type": "patch" },
{ "name": "@arch-ui/loading", "type": "patch" },
{ "name": "@arch-ui/lozenge", "type": "patch" },
{ "name": "@arch-ui/modal-utils", "type": "patch" },
{ "name": "@arch-ui/navbar", "type": "patch" },
{ "name": "@arch-ui/options", "type": "patch" },
{ "name": "@arch-ui/pagination", "type": "patch" },
{ "name": "@arch-ui/pill", "type": "patch" },
{ "name": "@arch-ui/popout", "type": "patch" },
{ "name": "@arch-ui/select", "type": "patch" },
{ "name": "@arch-ui/theme", "type": "patch" },
{ "name": "@arch-ui/tooltip", "type": "patch" },
{ "name": "@arch-ui/typography", "type": "patch" },
{ "name": "@keystone-alpha/build-field-types", "type": "patch" },
{ "name": "@keystone-alpha/email", "type": "patch" },
{ "name": "@keystone-alpha/fields-wysiwyg-tinymce", "type": "patch" },
{ "name": "@keystone-alpha/fields", "type": "patch" },
{ "name": "@keystone-alpha/keystone", "type": "patch" },
{ "name": "@keystone-alpha/mongo-join-builder", "type": "patch" },
{ "name": "@keystone-alpha/test-utils", "type": "patch" },
{ "name": "@keystone-alpha/utils", "type": "patch" },
{ "name": "@keystone-alpha/cypress-project-basic", "type": "patch" },
{ "name": "@keystone-alpha/cypress-project-facebook-login", "type": "patch" },
{ "name": "@keystone-alpha/cypress-project-twitter-login", "type": "patch" },
{ "name": "@keystone-alpha/website", "type": "patch" }
],
"dependents": [{ "name": "@arch-ui/common", "type": "patch", "dependencies": ["@arch-ui/theme"] }]
}
1 change: 1 addition & 0 deletions .changeset/56532ba1/changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Update dependencies
8 changes: 4 additions & 4 deletions demo-projects/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"build": "next build"
},
"dependencies": {
"@emotion/core": "^10.0.9",
"@emotion/styled": "^10.0.9",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@keystone-alpha/adapter-mongoose": "^1.0.6",
"@keystone-alpha/admin-ui": "^3.1.0",
"@keystone-alpha/core": "^2.0.3",
Expand All @@ -32,7 +32,7 @@
"next": "^8.0.3",
"next-apollo": "^2.0.9",
"node-fetch": "^2.3.0",
"react": "^16.8.4",
"react": "^16.8.6",
"react-apollo": "2.4.0"
}
}
}
53 changes: 26 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
},
"dependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.3.4",
"@babel/core": "^7.4.3",
"@babel/helper-module-imports": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.3.4",
"@emotion/core": "^10.0.9",
"@babel/runtime": "^7.4.3",
"@emotion/core": "^10.0.10",
"@emotion/hash": "^0.7.1",
"@emotion/styled": "^10.0.9",
"@emotion/styled": "^10.0.10",
"@iframely/embed.js": "^1.1.1",
"@jesstelford/apollo-cache-invalidation": "^0.0.3-gh3-gh5",
"@mdx-js/mdx": "^0.16.8",
Expand Down Expand Up @@ -110,12 +110,12 @@
"gatsby-mdx": "^0.4.4",
"gatsby-plugin-google-analytics": "^2.0.18",
"gatsby-plugin-lunr": "^1.4.0",
"gatsby-plugin-manifest": "^2.0.26",
"gatsby-plugin-manifest": "^2.0.29",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.0.32",
"gatsby-plugin-sharp": "^2.0.35",
"gatsby-remark-copy-linked-files": "^2.0.11",
"gatsby-remark-images": "^3.0.10",
"gatsby-source-filesystem": "^2.0.28",
"gatsby-source-filesystem": "^2.0.29",
"gatsby-transformer-remark": "^2.3.8",
"get-selection-range": "^0.1.0",
"globby": "^9.1.0",
Expand All @@ -138,7 +138,7 @@
"jest-in-case": "^1.0.2",
"jest-worker": "24.0.0",
"keystone-email": "^1.1.0",
"knex": "^0.16.3",
"knex": "^0.16.5",
"listr": "^0.14.3",
"loader-utils": "^1.2.3",
"lodash.debounce": "^4.0.8",
Expand All @@ -159,42 +159,41 @@
"mjml": "^4.3.1",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"mongodb-memory-server": "^3.1.2",
"mongoose": "^5.4.19",
"mongodb-memory-server": "^5.0.4",
"mongoose": "^5.5.2",
"ms": "^2.1.1",
"next": "^8.0.3",
"next-apollo": "^2.0.9",
"node-fetch": "^2.3.0",
"object-hash": "^1.3.1",
"octicons": "^7.2.0",
"p-finally": "^1.0.0",
"p-lazy": "^1.0.0",
"p-limit": "^2.0.0",
"p-reflect": "^1.0.0",
"p-settle": "^2.1.0",
"p-waterfall": "^1.0.0",
"p-lazy": "^3.0.0",
"p-limit": "^2.2.0",
"p-reflect": "^2.1.0",
"p-settle": "^3.1.0",
"p-waterfall": "^2.1.0",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-twitter": "^1.0.4",
"pg": "^7.9.0",
"pg": "^7.10.0",
"pify": "^4.0.1",
"pino": "5.11.1",
"pirates": "^4.0.1",
"pluralize": "^7.0.0",
"preconstruct": "0.0.60",
"prettier": "^1.16.4",
"pretty-proptypes": "^0.5.0",
"prism-react-renderer": "^0.1.6",
"prop-types": "^15.7.2",
"raf-schd": "^4.0.0",
"react": "^16.8.4",
"react": "^16.8.6",
"react-addons-text-content": "^0.0.4",
"react-adopt": "^0.6.0",
"react-apollo": "2.4.0",
"react-apollo-hooks": "^0.4.4",
"react-color": "^2.17.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.8.4",
"react-dom": "^16.8.6",
"react-focus-marshal": "^1.0.1",
"react-helmet": "^5.2.0",
"react-node-resolver": "^2.0.1",
Expand Down Expand Up @@ -303,14 +302,14 @@
"eslint": "^5.16.0",
"eslint-plugin-cypress": "^2.2.1",
"eslint-plugin-emotion": "^10.0.7",
"eslint-plugin-flowtype": "^3.5.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-flowtype": "^3.6.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"execa": "1.0.0",
"flow-bin": "0.91.0",
"gatsby": "^2.3.14",
"gatsby": "^2.3.24",
"is-ci": "^2.0.0",
"jade": "^1.11.0",
"jest": "^24.7.1",
Expand All @@ -324,7 +323,7 @@
"mongodb": "^3.2.3",
"p-is-promise": "^2.1.0",
"pino-colada": "^1.4.4",
"prettier": "^1.16.4",
"prettier": "^1.17.0",
"start-server-and-test": "^1.7.13",
"supertest-light": "^1.0.2",
"terminal-link": "^1.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@keystone-alpha/keystone": "^3.1.0",
"@keystone-alpha/utils": "^2.0.0",
"knex": "^0.16.3",
"p-settle": "^2.1.0",
"pg": "^7.9.0"
"knex": "^0.16.5",
"p-settle": "^3.1.0",
"pg": "^7.10.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/adapter-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@keystone-alpha/mongo-join-builder": "^2.0.0",
"@keystone-alpha/utils": "^2.0.0",
"inflection": "^1.12.0",
"mongoose": "^5.4.19",
"p-settle": "^2.1.0"
"mongoose": "^5.5.2",
"p-settle": "^3.1.0"
}
}
}
18 changes: 9 additions & 9 deletions packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"@arch-ui/theme": "^0.0.3",
"@arch-ui/tooltip": "^0.0.5",
"@arch-ui/typography": "^0.0.4",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-env": "^7.4.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@emotion/core": "^10.0.9",
"@emotion/styled": "^10.0.9",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@keystone-alpha/build-field-types": "^0.0.53",
"@keystone-alpha/field-views-loader": "^2.0.0",
"@keystone-alpha/fields": "^5.0.0",
Expand Down Expand Up @@ -73,11 +73,11 @@
"preconstruct": "0.0.60",
"prop-types": "^15.7.2",
"raf-schd": "^4.0.0",
"react": "^16.8.4",
"react": "^16.8.6",
"react-apollo": "2.4.0",
"react-apollo-hooks": "^0.4.4",
"react-document-title": "^2.0.3",
"react-dom": "^16.8.4",
"react-dom": "^16.8.6",
"react-node-resolver": "^2.0.1",
"react-prop-toggle": "^1.0.2",
"react-pseudo-state": "^2.2.2",
Expand All @@ -92,4 +92,4 @@
"webpack-dev-middleware": "^3.6.1",
"webpack-hot-middleware": "^2.24.3"
}
}
}
6 changes: 3 additions & 3 deletions packages/apollo-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "echo 'noop - see the Keystone package.json#build script'"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"@babel/runtime": "^7.4.3",
"@jesstelford/apollo-cache-invalidation": "^0.0.3-gh3-gh5",
"graphql-tag": "^2.10.1",
"hoist-non-react-statics": "^3.0.1",
Expand All @@ -21,10 +21,10 @@
"react-apollo": "2.4.0"
},
"peerDependencies": {
"react": "^16.8.4"
"react": "^16.8.6"
},
"devDependencies": {
"react": "^16.8.4"
"react": "^16.8.6"
},
"main": "dist/apollo-helpers.cjs.js",
"module": "dist/apollo-helpers.esm.js"
Expand Down
10 changes: 5 additions & 5 deletions packages/arch/packages/alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"license": "MIT",
"main": "dist/alert.cjs.js",
"peerDependencies": {
"react": "^16.8.4"
"react": "^16.8.6"
},
"devDependencies": {
"react": "^16.8.4"
"react": "^16.8.6"
},
"dependencies": {
"@arch-ui/theme": "^0.0.3",
"@emotion/core": "^10.0.9",
"@emotion/styled": "^10.0.9"
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10"
},
"module": "dist/alert.esm.js"
}
}
12 changes: 6 additions & 6 deletions packages/arch/packages/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"license": "MIT",
"main": "dist/badge.cjs.js",
"peerDependencies": {
"react": "^16.8.4"
"react": "^16.8.6"
},
"devDependencies": {
"react": "^16.8.4"
"react": "^16.8.6"
},
"dependencies": {
"@arch-ui/theme": "0.0.3",
"@babel/runtime": "^7.3.4",
"@emotion/core": "^10.0.9",
"@emotion/styled": "^10.0.9"
"@babel/runtime": "^7.4.3",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10"
},
"module": "dist/badge.esm.js"
}
}
12 changes: 6 additions & 6 deletions packages/arch/packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"license": "MIT",
"main": "dist/button.cjs.js",
"peerDependencies": {
"react": "^16.8.4"
"react": "^16.8.6"
},
"devDependencies": {
"react": "^16.8.4"
"react": "^16.8.6"
},
"dependencies": {
"@arch-ui/color-utils": "^0.0.1",
"@arch-ui/common": "^0.0.3",
"@arch-ui/loading": "^0.0.4",
"@arch-ui/theme": "^0.0.3",
"@babel/runtime": "^7.3.4",
"@emotion/core": "^10.0.9",
"@emotion/styled": "^10.0.9",
"@babel/runtime": "^7.4.3",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"react-pseudo-state": "^2.2.2",
"react-router-dom": "5.0.0"
},
"module": "dist/button.esm.js"
}
}
10 changes: 5 additions & 5 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.8.4"
"react": "^16.8.6"
},
"devDependencies": {
"react": "^16.8.4"
"react": "^16.8.6"
},
"dependencies": {
"@arch-ui/theme": "0.0.3",
"@babel/runtime": "^7.3.4",
"@emotion/core": "^10.0.9"
"@babel/runtime": "^7.4.3",
"@emotion/core": "^10.0.10"
},
"module": "dist/card.esm.js"
}
}
Loading

0 comments on commit 81dc0be

Please sign in to comment.