Skip to content

Commit

Permalink
maint(Build): Upgrade and cleanup dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Jun 8, 2022
1 parent 71d9418 commit b87f279
Showing 1 changed file with 26 additions and 29 deletions.
55 changes: 26 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,39 @@
"@patternslib/patternslib": "*"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@release-it/conventional-changelog": "^4.1.0",
"@testing-library/jest-dom": "^5.16.2",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.4",
"core-js": "3.21.0",
"css-loader": "^6.6.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"expose-loader": "^3.0.0",
"husky": "^7.0.4",
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@release-it/conventional-changelog": "^5.0.0",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"core-js": "3.22.8",
"css-loader": "^6.7.1",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"identity-obj-proxy": "^3.0.0",
"imports-loader": "^3.1.1",
"inspectpack": "^4.7.1",
"jest": "^27.5.1",
"jest-watch-typeahead": "^1.0.0",
"prettier": "^2.5.1",
"imports-loader": "^4.0.0",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"jest-watch-typeahead": "^1.1.0",
"prettier": "^2.6.2",
"regenerator-runtime": "^0.13.9",
"release-it": "^14.12.4",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"release-it": "^15.0.0",
"sass": "^1.52.2",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.0",
"terser-webpack-plugin": "^5.3.1",
"timezone-mock": "^1.3.0",
"webpack": "^5.68.0",
"terser-webpack-plugin": "^5.3.3",
"timezone-mock": "^1.3.2",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-dev-server": "^4.9.2",
"webpack-modernizr-loader": "^5.0.0",
"whybundled": "^2.0.0",
"yarn": "^1.22.17"
"yarn": "^1.22.19"
},
"scripts": {
"start": "NODE_ENV=development webpack serve --config webpack.config.js",
Expand Down

0 comments on commit b87f279

Please sign in to comment.