Skip to content

Commit 3fb2dae

Browse files
chore: update tests
1 parent 9ade607 commit 3fb2dae

12 files changed

+20972
-4981
lines changed

package-lock.json

+20,483-4,490
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+12-14
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"pretest": "npm run lint",
3232
"test": "npm run test:coverage",
3333
"prepare": "npm run build",
34-
"release": "standard-version",
35-
"defaults": "webpack-defaults"
34+
"release": "standard-version"
3635
},
3736
"files": [
3837
"dist"
@@ -45,30 +44,29 @@
4544
"serialize-javascript": "^5.0.1"
4645
},
4746
"devDependencies": {
48-
"@babel/cli": "^7.12.1",
49-
"@babel/core": "^7.12.3",
50-
"@babel/preset-env": "^7.12.11",
51-
"@commitlint/cli": "^11.0.0",
52-
"@commitlint/config-conventional": "^11.0.0",
47+
"@babel/cli": "^7.13.14",
48+
"@babel/core": "^7.13.14",
49+
"@babel/preset-env": "^7.13.12",
50+
"@commitlint/cli": "^12.0.1",
51+
"@commitlint/config-conventional": "^12.0.1",
5352
"@gfx/zopfli": "^1.0.15",
54-
"@webpack-contrib/defaults": "^6.3.0",
5553
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
5654
"babel-jest": "^26.6.3",
5755
"cross-env": "^7.0.2",
5856
"del": "^6.0.0",
5957
"del-cli": "^3.0.1",
60-
"eslint": "^7.17.0",
61-
"eslint-config-prettier": "^7.1.0",
58+
"eslint": "^7.23.0",
59+
"eslint-config-prettier": "^8.1.0",
6260
"eslint-plugin-import": "^2.22.1",
6361
"file-loader": "^6.2.0",
6462
"husky": "^4.3.7",
6563
"jest": "^26.6.3",
66-
"lint-staged": "^10.5.1",
67-
"memfs": "^3.2.0",
64+
"lint-staged": "^10.5.4",
65+
"memfs": "^3.2.1",
6866
"npm-run-all": "^4.1.5",
6967
"prettier": "^2.1.2",
70-
"standard-version": "^9.1.0",
71-
"webpack": "^5.12.3",
68+
"standard-version": "^9.1.1",
69+
"webpack": "^5.28.0",
7270
"webpack-stats-plugin": "^1.0.3",
7371
"workbox-webpack-plugin": "^6.0.2"
7472
},

0 commit comments

Comments
 (0)