Skip to content

Commit

Permalink
maint: Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Jul 27, 2023
1 parent d06ea25 commit b3bb92f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
"description": "Development base files for working with Patternslib and add-ons.",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/eslint-parser": "^7.21.8",
"@babel/preset-env": "^7.22.4",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@release-it/conventional-changelog": "^5.1.1",
"babel-loader": "^9.1.2",
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@release-it/conventional-changelog": "^7.0.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-watch-typeahead": "^2.2.2",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"regenerator-runtime": "^0.13.11",
"release-it": "^15.10.3",
"sass": "^1.62.1",
"sass-loader": "^13.3.1",
"release-it": "^16.1.3",
"sass": "^1.64.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"timezone-mock": "^1.3.6",
"webpack": "^5.84.1",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"whybundled": "^2.0.0",
"yarn": "^1.22.19"
},
Expand Down

0 comments on commit b3bb92f

Please sign in to comment.