chore: update web client build-dependencies (#3526)

This commit is contained in:
Charles Kerr 2022-07-26 11:23:53 -05:00 committed by GitHub
parent 1a0afbe95e
commit 01df5e9f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1362 additions and 1808 deletions

View File

@ -18,35 +18,33 @@
"lint:stylelint:fix": "stylelint --fix assets/css/*scss"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@primer/stylelint-config": "12.5.0",
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@primer/stylelint-config": "^12.6.1",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^8.15.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-sonarjs": "^0.14.0",
"eslint-plugin-unicorn": "^43.0.2",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.6.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"sass": "^1.32.13",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"stylelint": "^14.8.2",
"prettier": "^2.7.1",
"sass": "^1.54.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard": "^26.0.0",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.72.1",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"dependencies": {
"lodash.isequal": "^4.5.0",
"package.json": "^2.0.1",
"yarn.lock": "^0.0.1-security"
"lodash.isequal": "^4.5.0"
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff