chore(deps): update all non-major dependencies (#847)

* chore(deps): update all non-major dependencies

* Format

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
renovate[bot] 2021-09-13 18:35:18 +00:00 committed by GitHub
parent 6e75c35ccc
commit 2c15cd4fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 671 additions and 418 deletions

View File

@ -5,17 +5,17 @@
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/copy-webpack-plugin": "^8.0.1",
"@types/jest": "^27.0.1",
"@types/node": "^14.17.14",
"@types/node": "^14.17.15",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
@ -31,9 +31,9 @@
"fork-ts-checker-webpack-plugin": "^6.3.3",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.1.0",
"jest": "^27.2.0",
"lerna": "^4.0.0",
"prettier": "^2.3.2",
"prettier": "2.3.2",
"pug-html-loader": "^1.1.5",
"raw-loader": "^4.0.2",
"rimraf": "^3.0.2",
@ -47,9 +47,9 @@
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"url-loader": "^4.1.1",
"webpack": "^5.52.0",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.0"
"webpack-dev-server": "^4.2.0"
},
"scripts": {
"lerna": "lerna",

View File

@ -1,7 +1,5 @@
{
"processors": [
"stylelint-processor-styled-components"
],
"processors": ["stylelint-processor-styled-components"],
"extends": [
"stylelint-config-recommended",
"stylelint-config-styled-components",

View File

@ -59,7 +59,7 @@
"@storybook/react": "^6.3.8",
"@types/enzyme": "^3.10.9",
"@types/enzyme-adapter-react-16": "^1.0.6",
"csstype": "^3.0.8",
"csstype": "^3.0.9",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",

View File

@ -42,7 +42,7 @@
"@types/lodash.curry": "^4.1.6",
"base16": "^1.0.0",
"color": "^3.2.1",
"csstype": "^3.0.8",
"csstype": "^3.0.9",
"lodash.curry": "^4.1.1"
},
"devDependencies": {

View File

@ -52,7 +52,7 @@
"@types/react-test-renderer": "^16.9.5",
"@types/styled-components": "^5.1.14",
"react": "^16.14.0",
"react-bootstrap": "^1.6.1",
"react-bootstrap": "^1.6.3",
"react-dom": "^16.14.0",
"react-hot-loader": "^4.13.0",
"react-icons": "^4.2.0",

View File

@ -72,7 +72,7 @@
"@types/semver": "^7.3.8",
"@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.1",
"jest": "^27.1.0",
"jest": "^27.2.0",
"ncp": "^2.0.0",
"socketcluster-client": "^14.3.2",
"supertest": "^6.1.6"

View File

@ -72,7 +72,7 @@
"enzyme-to-json": "^3.6.2",
"history": "^4.10.1",
"immutable": "^4.0.0-rc.14",
"jest": "^27.1.0",
"jest": "^27.2.0",
"lodash.shuffle": "^4.2.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",

View File

@ -29,7 +29,7 @@
},
"dependencies": {
"@babel/code-frame": "^7.14.5",
"@types/chrome": "^0.0.156",
"@types/chrome": "^0.0.157",
"anser": "^2.0.2",
"html-entities": "^2.3.2",
"redux-devtools-themes": "^1.0.0"

View File

@ -69,7 +69,7 @@
"history": "^4.10.1",
"lodash.shuffle": "^4.2.0",
"react": "^16.14.0",
"react-bootstrap": "^1.6.1",
"react-bootstrap": "^1.6.3",
"react-dom": "^16.14.0",
"react-redux": "^7.2.5",
"react-router": "^5.2.1",

View File

@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.172",
"jest": "^27.1.0",
"jest": "^27.2.0",
"redux": "^4.1.1",
"rxjs": "^7.3.0"
},

View File

@ -35,6 +35,11 @@
{
"matchPackageNames": ["node"],
"groupName": "node"
},
{
"matchPackageNames": ["prettier"],
"matchUpdateTypes": ["major", "minor", "patch"],
"groupName": "prettier"
}
]
}

1048
yarn.lock

File diff suppressed because it is too large Load Diff