Skip to content

Commit 19a8562

Browse files
authored
Merge pull request #44 from Patternslib/upgrade
Upgrade
2 parents 5693ecf + 2c1f311 commit 19a8562

File tree

2 files changed

+298
-245
lines changed

2 files changed

+298
-245
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,33 @@
44
"description": "Development base files for working with Patternslib and add-ons.",
55
"license": "MIT",
66
"dependencies": {
7-
"@babel/core": "^7.26.8",
8-
"@babel/eslint-parser": "^7.26.8",
9-
"@babel/preset-env": "^7.26.8",
10-
"@commitlint/cli": "^19.7.1",
11-
"@commitlint/config-conventional": "^19.7.1",
7+
"@babel/core": "^7.26.10",
8+
"@babel/eslint-parser": "^7.27.0",
9+
"@babel/preset-env": "^7.26.9",
10+
"@commitlint/cli": "^19.8.0",
11+
"@commitlint/config-conventional": "^19.8.0",
1212
"@release-it/conventional-changelog": "^8.0.1",
13-
"babel-loader": "^9.2.1",
13+
"babel-loader": "^10.0.0",
1414
"css-loader": "^7.1.2",
15-
"eslint": "^9.20.1",
16-
"eslint-config-prettier": "^10.0.1",
17-
"globals": "^15.15.0",
15+
"eslint": "^9.23.0",
16+
"eslint-config-prettier": "^10.1.1",
17+
"globals": "^16.0.0",
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.5.0",
22+
"prettier": "^3.5.3",
2323
"regenerator-runtime": "^0.14.1",
2424
"release-it": "^18.1.2",
25-
"sass": "^1.77.8",
26-
"sass-loader": "^16.0.4",
25+
"sass": "^1.86.2",
26+
"sass-loader": "^16.0.5",
2727
"style-loader": "^4.0.0",
28-
"terser-webpack-plugin": "^5.3.11",
28+
"terser-webpack-plugin": "^5.3.14",
2929
"timezone-mock": "^1.3.6",
30-
"webpack": "^5.97.1",
30+
"webpack": "^5.98.0",
3131
"webpack-bundle-analyzer": "^4.10.2",
3232
"webpack-cli": "^6.0.1",
33-
"webpack-dev-server": "^5.2.0",
33+
"webpack-dev-server": "^5.2.1",
3434
"whybundled": "^2.0.0",
3535
"yarn": "^1.22.22"
3636
},

0 commit comments

Comments
 (0)