Bump dependencies
This commit is contained in:
parent
c8325d992d
commit
9d9a8b4068
14
package.json
14
package.json
@ -6,15 +6,15 @@
|
||||
"dependencies": {
|
||||
"aprs-parser": "github:ad1217/npm-aprs-parser#no-dynamic-require",
|
||||
"distinct-colors": "^1.0.4",
|
||||
"ol": "^6.13.0",
|
||||
"vue": "^3.2.31",
|
||||
"vue3-openlayers": "^0.1.63"
|
||||
"ol": "^6.15.1",
|
||||
"vue": "^3.3.4",
|
||||
"vue3-openlayers": "^0.1.75"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@modyfi/vite-plugin-yaml": "^1.0.1",
|
||||
"@rollup/plugin-yaml": "^3.1.0",
|
||||
"@vitejs/plugin-vue": "^2.2.4",
|
||||
"vite": "^2.8.6"
|
||||
"@modyfi/vite-plugin-yaml": "^1.0.4",
|
||||
"@rollup/plugin-yaml": "^4.1.1",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"vite": "^4.4.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "pnpm run -r --parallel dev",
|
||||
|
1897
pnpm-lock.yaml
1897
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,6 @@
|
||||
"dev": "node ./src/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"ws": "^5.2.3"
|
||||
"ws": "^8.13.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,19 +1,25 @@
|
||||
lockfileVersion: 5.3
|
||||
lockfileVersion: '6.0'
|
||||
|
||||
specifiers:
|
||||
ws: ^5.2.3
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
dependencies:
|
||||
ws: 5.2.3
|
||||
ws:
|
||||
specifier: ^8.13.0
|
||||
version: 8.13.0
|
||||
|
||||
packages:
|
||||
|
||||
/async-limiter/1.0.1:
|
||||
resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==}
|
||||
dev: false
|
||||
|
||||
/ws/5.2.3:
|
||||
resolution: {integrity: sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==}
|
||||
dependencies:
|
||||
async-limiter: 1.0.1
|
||||
/ws@8.13.0:
|
||||
resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
peerDependencies:
|
||||
bufferutil: ^4.0.1
|
||||
utf-8-validate: '>=5.0.2'
|
||||
peerDependenciesMeta:
|
||||
bufferutil:
|
||||
optional: true
|
||||
utf-8-validate:
|
||||
optional: true
|
||||
dev: false
|
||||
|
Loading…
Reference in New Issue
Block a user