mirror of
https://github.com/ad1217/PrinterStatus
synced 2024-11-10 18:45:08 -05:00
Bump dependencies
This commit is contained in:
parent
df4c518841
commit
e2f5d9d0c0
2874
package-lock.json
generated
2874
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
@ -1,18 +1,18 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
||||
"@types/express": "^4.17.1",
|
||||
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||
"@types/express": "^4.17.2",
|
||||
"@types/express-ws": "^3.0.0",
|
||||
"@types/http-proxy": "^1.17.0",
|
||||
"@types/js-yaml": "^3.12.1",
|
||||
"@types/node": "^12.7.4",
|
||||
"@types/node-fetch": "^2.5.0",
|
||||
"@types/http-proxy": "^1.17.3",
|
||||
"@types/js-yaml": "^3.12.2",
|
||||
"@types/node": "^13.7.4",
|
||||
"@types/node-fetch": "^2.5.4",
|
||||
"@types/parcel-bundler": "^1.12.1",
|
||||
"@types/ws": "^6.0.3",
|
||||
"@vue/component-compiler-utils": "^3.0.0",
|
||||
"sass": "^1.23.0-module.beta.1",
|
||||
"typescript": "^3.6.2",
|
||||
"vue-template-compiler": "^2.6.10"
|
||||
"@types/ws": "^7.2.1",
|
||||
"@vue/component-compiler-utils": "^3.1.1",
|
||||
"sass": "^1.25.0",
|
||||
"typescript": "^3.7.5",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.17.1",
|
||||
@ -20,12 +20,12 @@
|
||||
"http-proxy": "^1.18.0",
|
||||
"js-yaml": "^3.13.1",
|
||||
"node-fetch": "^2.6.0",
|
||||
"node-gyp": "^5.0.3",
|
||||
"parcel-bundler": "^1.12.3",
|
||||
"vue": "^2.6.10",
|
||||
"node-gyp": "^6.1.0",
|
||||
"parcel-bundler": "^1.12.4",
|
||||
"vue": "^2.6.11",
|
||||
"vue-hot-reload-api": "^2.3.3",
|
||||
"vue-property-decorator": "^8.2.2",
|
||||
"ws": "^7.1.2"
|
||||
"vue-property-decorator": "^8.4.0",
|
||||
"ws": "^7.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc src/server.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user