Skip to content

Commit beffa6c

Browse files
authored
Merge pull request #34 from Patternslib/upgrade
Upgrade
2 parents 48ff458 + 6ab63f1 commit beffa6c

File tree

2 files changed

+779
-934
lines changed

2 files changed

+779
-934
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@
44
"description": "Development base files for working with Patternslib and add-ons.",
55
"license": "MIT",
66
"dependencies": {
7-
"@babel/core": "^7.23.2",
8-
"@babel/eslint-parser": "^7.22.15",
9-
"@babel/preset-env": "^7.23.2",
10-
"@commitlint/cli": "^17.8.0",
11-
"@commitlint/config-conventional": "^17.8.0",
12-
"@release-it/conventional-changelog": "^7.0.2",
7+
"@babel/core": "^7.23.3",
8+
"@babel/eslint-parser": "^7.23.3",
9+
"@babel/preset-env": "^7.23.3",
10+
"@commitlint/cli": "^18.4.3",
11+
"@commitlint/config-conventional": "^18.4.3",
12+
"@release-it/conventional-changelog": "^8.0.1",
1313
"babel-loader": "^9.1.3",
1414
"css-loader": "^6.8.1",
15-
"eslint": "^8.51.0",
15+
"eslint": "^8.54.0",
1616
"eslint-config-prettier": "^9.0.0",
1717
"husky": "^8.0.3",
1818
"identity-obj-proxy": "^3.0.0",
1919
"jest": "^29.7.0",
2020
"jest-environment-jsdom": "^29.7.0",
2121
"jest-watch-typeahead": "^2.2.2",
22-
"prettier": "^3.0.3",
22+
"prettier": "^3.1.0",
2323
"regenerator-runtime": "^0.14.0",
24-
"release-it": "^16.2.1",
25-
"sass": "^1.69.3",
24+
"release-it": "^17.0.0",
25+
"sass": "^1.69.5",
2626
"sass-loader": "^13.3.2",
2727
"style-loader": "^3.3.3",
2828
"terser-webpack-plugin": "^5.3.9",
2929
"timezone-mock": "^1.3.6",
3030
"webpack": "^5.89.0",
31-
"webpack-bundle-analyzer": "^4.9.1",
31+
"webpack-bundle-analyzer": "^4.10.1",
3232
"webpack-cli": "^5.1.4",
3333
"webpack-dev-server": "^4.15.1",
3434
"whybundled": "^2.0.0",
35-
"yarn": "^1.22.19"
35+
"yarn": "^1.22.21"
3636
},
3737
"engines": {
3838
"node": ">=16"

0 commit comments

Comments
 (0)