Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thyhjwb6 committed Dec 10, 2019
1 parent c5140fd commit acb0dee
Show file tree
Hide file tree
Showing 7 changed files with 817 additions and 759 deletions.
25 changes: 13 additions & 12 deletions packages/docs-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,21 @@
"@royalnavy/icon-library": "^1.8.0",
"@royalnavy/react-component-library": "^1.8.0",
"change-case": "^3.1.0",
"formik": "^2.0.6",
"gatsby": "^2.18.5",
"eslint-plugin-import": "2.18.2",
"formik": "^2.0.7",
"gatsby": "^2.18.8",
"gatsby-image": "^2.2.34",
"gatsby-plugin-catch-links": "^2.1.19",
"gatsby-plugin-manifest": "^2.2.30",
"gatsby-plugin-mdx": "^1.0.58",
"gatsby-plugin-offline": "^3.0.25",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-mdx": "^1.0.59",
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sass": "^2.1.24",
"gatsby-plugin-sass-resources": "^2.0.0",
"gatsby-plugin-sharp": "^2.3.4",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-styled-components": "^3.1.14",
"gatsby-source-filesystem": "^2.1.39",
"gatsby-transformer-sharp": "^2.3.6",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-sharp": "^2.3.7",
"lodash": "^4.17.15",
"mixin-deep": "^2.0.1",
"normalize-scss": "^7.0.1",
Expand All @@ -70,7 +71,7 @@
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/core": "^7.7.5",
"@royalnavy/eslint-config-react": "^1.8.0",
"@svgr/cli": "^4.3.3",
"@testing-library/jest-dom": "^4.2.4",
Expand All @@ -79,16 +80,16 @@
"babel-jest": "^24.9.0",
"babel-plugin-styled-components": "^1.10.6",
"babel-preset-gatsby": "^0.2.23",
"eslint": "^6.7.1",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-junit": "^1.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.0.5",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",
"firebase-tools": "^7.8.1",
"firebase-tools": "^7.9.0",
"formik": "^2.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=10.13.0 <13"
},
"devDependencies": {
"eslint": "^6.7.1",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/icon-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"react": "^16.12.0"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@svgr/cli": "^4.3.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"npm-run-all": "^4.1.5",
"source-map-loader": "^0.2.4",
"typescript": "^3.7.2",
"typescript": "^3.7.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
Expand Down
41 changes: 21 additions & 20 deletions packages/react-component-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,55 +40,55 @@
"*.@(js|jsx|ts|tsx)": "eslint"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/plugin-transform-modules-commonjs": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@royalnavy/storybook-react-input-state": "^1.8.0",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-knobs": "^5.2.6",
"@storybook/addon-links": "^5.2.6",
"@storybook/addons": "^5.2.6",
"@storybook/react": "^5.2.6",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-knobs": "^5.2.8",
"@storybook/addon-links": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react": "^5.2.8",
"@svgr/webpack": "^4.3.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.3",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.23",
"@types/jsdom": "^12.2.4",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.14",
"@types/react": "^16.9.13",
"@types/node": "^12.12.16",
"@types/react": "^16.9.16",
"@types/react-addons-css-transition-group": "^15.0.5",
"@types/react-dom": "^16.9.4",
"@types/react-select": "^3.0.8",
"@types/storybook__react": "^4.0.2",
"@types/uuid": "^3.4.6",
"@types/yup": "^0.26.26",
"@typescript-eslint/eslint-plugin": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^2.11.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^5.0.0",
"css-loader": "^3.2.0",
"eslint": "^6.7.1",
"concurrently": "^5.0.1",
"css-loader": "^3.3.0",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-junit": "^1.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.0.5",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",
"express": "^4.17.1",
"file-loader": "^4.3.0",
"formik": "^2.0.6",
"formik": "^2.0.7",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^6.0.0",
"jest": "^24.9.0",
Expand All @@ -104,7 +104,7 @@
"sass-loader": "^8.0.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.1",
"typescript": "^3.7.2",
"typescript": "^3.7.3",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
Expand All @@ -128,12 +128,13 @@
"@types/react-responsive": "^8.0.2",
"classnames": "^2.2.6",
"date-fns": "^2.8.1",
"eslint-plugin-import": "2.18.2",
"react-addons-css-transition-group": "^15.6.2",
"react-children-utilities": "^1.3.3",
"react-compound-slider": "^2.4.0",
"react-indiana-drag-scroll": "^1.5.2",
"react-responsive": "^8.0.1",
"react-select": "^3.0.8",
"react-tether": "^2.0.5"
"react-tether": "^2.0.6"
}
}
2 changes: 1 addition & 1 deletion packages/reactapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@royalnavy/css-framework": "^1.8.0",
"@royalnavy/react-component-library": "^1.8.0",
"formik": "^2.0.6",
"formik": "^2.0.7",
"node-sass": "4.13.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
9 changes: 5 additions & 4 deletions packages/storybook-react-input-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,25 @@
"react-dom": "^16.9.0 | ^16.10.0 | ^16.11.0"
},
"dependencies": {
"eslint-plugin-import": "2.18.2",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@storybook/react": "^5.2.6",
"@storybook/react": "^5.2.8",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.7.1",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
Expand Down

0 comments on commit acb0dee

Please sign in to comment.