Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #805 from rajzik/deps
Browse files Browse the repository at this point in the history
deps: Update to latest.
  • Loading branch information
rajzik authored Oct 25, 2020
2 parents 72d98c9 + c8817cb commit e774b74
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 102 deletions.
2 changes: 1 addition & 1 deletion packages/config-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"babel-plugin-parameter-decorator": "^1.0.16",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-typescript-to-proptypes": "^1.4.1",
"react-refresh": "^0.8.3"
"react-refresh": "^0.9.0"
},
"devDependencies": {
"babel-test": "^0.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/config-danger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node": ">=10.16.0"
},
"devDependencies": {
"@types/node": "^14.11.11"
"@types/node": "^14.14.2"
},
"dependencies": {
"@rajzik/conventional-changelog-beemo": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.13.0",
"eslint-config-prettier": "^6.14.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^3.9.2",
"eslint-plugin-unicorn": "^23.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@beemo/driver-babel": "^1.2.6",
"@beemo/driver-jest": "^1.2.3",
"@rajzik/lumos-common": "^5.0.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/jest-dom": "^5.11.5",
"@types/jest": "^26.0.15",
"airbnb-js-shims": "^2.2.1",
"cross-env": "^7.0.2",
Expand Down
16 changes: 8 additions & 8 deletions packages/config-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"devDependencies": {
"@types/css-minimizer-webpack-plugin": "^1.1.0",
"@types/html-minifier-terser": "^5.1.1",
"@types/html-webpack-plugin": "^3.2.3",
"@types/html-webpack-plugin": "^3.2.4",
"@types/terser-webpack-plugin": "^5.0.0",
"@types/webpack-bundle-analyzer": "^3.8.0"
"@types/webpack-bundle-analyzer": "^3.9.0"
},
"dependencies": {
"@babel/core": "^7.12.3",
Expand All @@ -46,20 +46,20 @@
"file-loader": "^6.1.1",
"html-webpack-plugin": "^4.5.0",
"is-docker": "^2.1.1",
"postcss": "^8.1.2",
"postcss": "^8.1.3",
"postcss-browser-reporter": "^0.6.0",
"postcss-import": "^12.0.1",
"postcss-import": "^13.0.0",
"postcss-loader": "^4.0.4",
"postcss-modules": "^3.2.2",
"postcss-modules-values": "^4.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-reporter": "^7.0.1",
"postcss-url": "^8.0.0",
"react-refresh": "^0.8.3",
"postcss-url": "^9.0.0",
"react-refresh": "^0.9.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.0.0",
"terser-webpack-plugin": "^5.0.1",
"url-loader": "^4.1.1",
"webpack": "^5.1.3",
"webpack": "^5.2.0",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "4.1.0",
"webpack-dev-server": "^3.11.0",
Expand Down
Loading

0 comments on commit e774b74

Please sign in to comment.