Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b44610a

Browse files
authoredDec 3, 2024··
chore(deps): update all non-major dependencies
1 parent b75d9c2 commit b44610a

File tree

4 files changed

+5215
-4087
lines changed

4 files changed

+5215
-4087
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.3.4
15+
- uses: actions/checkout@v2.7.0
1616

1717
- name: Testing
1818
run: yarn && yarn test

‎package-lock.json

+3,709-2,874
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
22
"devDependencies": {
3-
"chai": "4.3.4",
3+
"chai": "4.5.0",
44
"clean-webpack-plugin": "3.0.0",
55
"copy-webpack-plugin": "8.1.1",
6-
"css-loader": "5.2.4",
6+
"css-loader": "5.2.7",
77
"cz-conventional-changelog": "3.3.0",
8-
"eslint": "7.25.0",
8+
"eslint": "7.32.0",
99
"eslint-config-airbnb-base": "14.2.1",
10-
"eslint-config-prettier": "8.3.0",
11-
"eslint-plugin-import": "2.22.1",
10+
"eslint-config-prettier": "8.10.0",
11+
"eslint-plugin-import": "2.31.0",
1212
"esm": "3.2.25",
1313
"file-loader": "6.2.0",
1414
"fs-extra": "9.1.0",
1515
"html-loader": "2.1.2",
16-
"html-webpack-plugin": "5.3.1",
16+
"html-webpack-plugin": "5.6.3",
1717
"husky": "6.0.0",
18-
"istanbul-badges-readme": "1.2.1",
19-
"jsdom": "16.5.3",
20-
"mocha": "8.3.2",
18+
"istanbul-badges-readme": "1.9.0",
19+
"jsdom": "16.7.0",
20+
"mocha": "8.4.0",
2121
"nyc": "15.1.0",
22-
"prettier": "2.2.1",
23-
"pretty-quick": "3.1.0",
24-
"sinon": "10.0.0",
25-
"sinon-chai": "3.6.0",
22+
"prettier": "2.8.8",
23+
"pretty-quick": "3.3.1",
24+
"sinon": "10.0.1",
25+
"sinon-chai": "3.7.0",
2626
"sinon-chrome": "3.0.1",
2727
"style-loader": "2.0.0",
28-
"webpack": "5.36.1",
29-
"webpack-cli": "4.6.0",
30-
"webpack-dev-server": "3.11.2",
31-
"zip-webpack-plugin": "4.0.1"
28+
"webpack": "5.97.0",
29+
"webpack-cli": "4.10.0",
30+
"webpack-dev-server": "3.11.3",
31+
"zip-webpack-plugin": "4.0.2"
3232
},
3333
"scripts": {
3434
"build": "node utils/build.js",

‎yarn.lock

+1,488-1,195
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.