Skip to content

Commit fdf2038

Browse files
authored
Merge pull request #4 from Patternslib/upgrade
Upgrade
2 parents 82f5b65 + e59126a commit fdf2038

File tree

3 files changed

+648
-599
lines changed

3 files changed

+648
-599
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: test
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99
jobs:
1010
build:
1111
name: test

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,41 @@
44
"description": "Development base files for working with Patternslib and add-ons.",
55
"license": "MIT",
66
"dependencies": {
7-
"@babel/core": "^7.18.10",
7+
"@babel/core": "^7.18.13",
88
"@babel/eslint-parser": "^7.18.9",
99
"@babel/preset-env": "^7.18.10",
10-
"@commitlint/cli": "^17.0.3",
11-
"@commitlint/config-conventional": "^17.0.3",
10+
"@commitlint/cli": "^17.1.2",
11+
"@commitlint/config-conventional": "^17.1.0",
1212
"@release-it/conventional-changelog": "^5.1.0",
1313
"babel-loader": "^8.2.5",
14-
"core-js": "3.24.1",
14+
"core-js": "3.25.0",
1515
"css-loader": "^6.7.1",
16-
"eslint": "^8.22.0",
16+
"eslint": "^8.23.0",
1717
"eslint-config-prettier": "^8.5.0",
1818
"husky": "^8.0.1",
1919
"identity-obj-proxy": "^3.0.0",
2020
"imports-loader": "^4.0.1",
21-
"jest": "^28.1.3",
22-
"jest-environment-jsdom": "^28.1.3",
23-
"jest-watch-typeahead": "^2.0.0",
21+
"jest": "^29.0.2",
22+
"jest-environment-jsdom": "^29.0.2",
23+
"jest-watch-typeahead": "^2.1.1",
2424
"prettier": "^2.7.1",
2525
"regenerator-runtime": "^0.13.9",
26-
"release-it": "^15.3.0",
27-
"sass": "^1.54.4",
26+
"release-it": "^15.4.1",
27+
"sass": "^1.54.8",
2828
"sass-loader": "^13.0.2",
2929
"style-loader": "^3.3.0",
30-
"terser-webpack-plugin": "^5.3.5",
30+
"terser-webpack-plugin": "^5.3.6",
3131
"timezone-mock": "^1.3.4",
3232
"webpack": "^5.74.0",
33-
"webpack-bundle-analyzer": "^4.6.0",
33+
"webpack-bundle-analyzer": "^4.6.1",
3434
"webpack-cli": "^4.10.0",
35-
"webpack-dev-server": "^4.10.0",
35+
"webpack-dev-server": "^4.10.1",
3636
"whybundled": "^2.0.0",
3737
"yarn": "^1.22.19"
3838
},
3939
"devDependencies": {
4040
"@patternslib/patternslib": "*",
41-
"jquery": "^3.6.0"
41+
"jquery": "^3.6.1"
4242
},
4343
"scripts": {
4444
"test": "jest"

0 commit comments

Comments
 (0)