Skip to content

Commit

Permalink
maint: Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Nov 22, 2023
1 parent 48ff458 commit 8c20da1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@
"description": "Development base files for working with Patternslib and add-ons.",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@release-it/conventional-changelog": "^7.0.2",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@release-it/conventional-changelog": "^8.0.1",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"eslint": "^8.51.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"regenerator-runtime": "^0.14.0",
"release-it": "^16.2.1",
"sass": "^1.69.3",
"release-it": "^17.0.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"timezone-mock": "^1.3.6",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"whybundled": "^2.0.0",
"yarn": "^1.22.19"
"yarn": "^1.22.21"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 8c20da1

Please sign in to comment.