Skip to content

Commit a65831d

Browse files
fix: cache
1 parent 777491e commit a65831d

33 files changed

+2321
-976
lines changed

package-lock.json

+106-62
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"jest-worker": "^26.3.0",
4848
"p-limit": "^3.0.2",
4949
"schema-utils": "^2.7.1",
50-
"serialize-javascript": "^4.0.0",
50+
"serialize-javascript": "^5.0.1",
5151
"source-map": "^0.6.1",
5252
"webpack-sources": "^1.4.3"
5353
},
@@ -67,21 +67,21 @@
6767
"csso": "^4.0.3",
6868
"del": "^5.1.0",
6969
"del-cli": "^3.0.1",
70-
"eslint": "^7.8.1",
70+
"eslint": "^7.9.0",
7171
"eslint-config-prettier": "^6.11.0",
7272
"eslint-plugin-import": "^2.22.0",
7373
"husky": "^4.3.0",
7474
"jest": "^26.4.2",
7575
"lint-staged": "^10.3.0",
7676
"memfs": "^3.2.0",
77-
"mini-css-extract-plugin": "^0.11.1",
77+
"mini-css-extract-plugin": "^0.11.2",
7878
"node-sass": "^4.14.1",
7979
"npm-run-all": "^4.1.5",
8080
"postcss": "^7.0.32",
8181
"prettier": "^2.1.1",
8282
"sass-loader": "^10.0.2",
8383
"standard-version": "^9.0.0",
84-
"webpack": "^4.44.1"
84+
"webpack": "^4.44.2"
8585
},
8686
"keywords": [
8787
"cssnano",

0 commit comments

Comments
 (0)