add worker-timers

This commit is contained in:
Natsumi
2021-12-01 11:19:31 +13:00
parent 0ee166dbfd
commit b32740d46d
2 changed files with 313 additions and 171 deletions

View File

@@ -26,18 +26,18 @@
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^6.5.1",
"element-ui": "^2.15.6",
"eslint": "^8.2.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"famfamfam-flags": "^1.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"normalize.css": "^8.0.1",
"noty": "^3.2.0-beta-deprecated",
"prettier": "^2.4.1",
"prettier": "^2.5.0",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"raw-loader": "^4.0.2",
"sass": "^1.43.4",
"sass": "^1.44.0",
"sass-loader": "^12.3.0",
"uuid": "^8.3.2",
"vue": "^2.6.14",
@@ -45,7 +45,8 @@
"vue-lazyload": "^1.3.3",
"vue-marquee-text-component": "^1.2.0",
"vue-swatches": "^2.1.1",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1"
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"worker-timers": "^7.0.42"
}
}