Updates moodules
This commit is contained in:
12
package.json
12
package.json
@@ -24,19 +24,19 @@
|
||||
"dependencies": {
|
||||
"@iconify-json/carbon": "^1.1.7",
|
||||
"@iconify-json/cil": "^1.1.2",
|
||||
"@iconify-json/mdi": "^1.1.31",
|
||||
"@iconify-json/mdi": "^1.1.32",
|
||||
"@iconify-json/mdi-light": "^1.1.2",
|
||||
"@iconify-json/octicon": "^1.1.17",
|
||||
"@intlify/vite-plugin-vue-i18n": "^6.0.1",
|
||||
"@oruga-ui/oruga-next": "^0.5.6",
|
||||
"@oruga-ui/theme-bulma": "^0.2.6",
|
||||
"@oruga-ui/theme-bulma": "^0.2.7",
|
||||
"@vitejs/plugin-vue": "3.1.0",
|
||||
"@vue/compiler-sfc": "^3.2.39",
|
||||
"@vueuse/core": "^9.2.0",
|
||||
"@vueuse/router": "^9.2.0",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"bulma": "^0.9.4",
|
||||
"date-fns": "^2.29.2",
|
||||
"date-fns": "^2.29.3",
|
||||
"fuzzysort": "^2.0.1",
|
||||
"hotkeys-js": "^3.10.0",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
@@ -47,7 +47,7 @@
|
||||
"typescript": "^4.8.3",
|
||||
"unplugin-auto-import": "^0.11.2",
|
||||
"unplugin-icons": "^0.14.9",
|
||||
"unplugin-vue-components": "^0.22.4",
|
||||
"unplugin-vue-components": "^0.22.7",
|
||||
"vite": "3.1.0",
|
||||
"vite-plugin-pages": "^0.26.0",
|
||||
"vite-plugin-vue-layouts": "^0.7.0",
|
||||
@@ -58,7 +58,7 @@
|
||||
"devDependencies": {
|
||||
"@pinia/testing": "^0.0.14",
|
||||
"@types/lodash.debounce": "^4.0.7",
|
||||
"@types/node": "^18.7.16",
|
||||
"@types/node": "^18.7.17",
|
||||
"@types/semver": "^7.3.12",
|
||||
"@vue/test-utils": "^2.0.2",
|
||||
"c8": "^7.12.0",
|
||||
@@ -71,7 +71,7 @@
|
||||
"prettier": "^2.7.1",
|
||||
"release-it": "^15.4.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"vitest": "^0.23.1",
|
||||
"vitest": "^0.23.2",
|
||||
"vue-tsc": "^0.40.13"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
130
pnpm-lock.yaml
generated
130
pnpm-lock.yaml
generated
@@ -3,15 +3,15 @@ lockfileVersion: 5.4
|
||||
specifiers:
|
||||
'@iconify-json/carbon': ^1.1.7
|
||||
'@iconify-json/cil': ^1.1.2
|
||||
'@iconify-json/mdi': ^1.1.31
|
||||
'@iconify-json/mdi': ^1.1.32
|
||||
'@iconify-json/mdi-light': ^1.1.2
|
||||
'@iconify-json/octicon': ^1.1.17
|
||||
'@intlify/vite-plugin-vue-i18n': ^6.0.1
|
||||
'@oruga-ui/oruga-next': ^0.5.6
|
||||
'@oruga-ui/theme-bulma': ^0.2.6
|
||||
'@oruga-ui/theme-bulma': ^0.2.7
|
||||
'@pinia/testing': ^0.0.14
|
||||
'@types/lodash.debounce': ^4.0.7
|
||||
'@types/node': ^18.7.16
|
||||
'@types/node': ^18.7.17
|
||||
'@types/semver': ^7.3.12
|
||||
'@vitejs/plugin-vue': 3.1.0
|
||||
'@vue/compiler-sfc': ^3.2.39
|
||||
@@ -21,7 +21,7 @@ specifiers:
|
||||
ansi-to-html: ^0.7.2
|
||||
bulma: ^0.9.4
|
||||
c8: ^7.12.0
|
||||
date-fns: ^2.29.2
|
||||
date-fns: ^2.29.3
|
||||
eventsourcemock: ^2.0.0
|
||||
fuzzysort: ^2.0.1
|
||||
hotkeys-js: ^3.10.0
|
||||
@@ -41,11 +41,11 @@ specifiers:
|
||||
typescript: ^4.8.3
|
||||
unplugin-auto-import: ^0.11.2
|
||||
unplugin-icons: ^0.14.9
|
||||
unplugin-vue-components: ^0.22.4
|
||||
unplugin-vue-components: ^0.22.7
|
||||
vite: 3.1.0
|
||||
vite-plugin-pages: ^0.26.0
|
||||
vite-plugin-vue-layouts: ^0.7.0
|
||||
vitest: ^0.23.1
|
||||
vitest: ^0.23.2
|
||||
vue: ^3.2.39
|
||||
vue-i18n: ^9.2.2
|
||||
vue-router: ^4.1.5
|
||||
@@ -54,19 +54,19 @@ specifiers:
|
||||
dependencies:
|
||||
'@iconify-json/carbon': 1.1.7
|
||||
'@iconify-json/cil': 1.1.2
|
||||
'@iconify-json/mdi': 1.1.31
|
||||
'@iconify-json/mdi': 1.1.32
|
||||
'@iconify-json/mdi-light': 1.1.2
|
||||
'@iconify-json/octicon': 1.1.17
|
||||
'@intlify/vite-plugin-vue-i18n': 6.0.1_vite@3.1.0+vue-i18n@9.2.2
|
||||
'@oruga-ui/oruga-next': 0.5.6_vue@3.2.39
|
||||
'@oruga-ui/theme-bulma': 0.2.6
|
||||
'@oruga-ui/theme-bulma': 0.2.7
|
||||
'@vitejs/plugin-vue': 3.1.0_vite@3.1.0+vue@3.2.39
|
||||
'@vue/compiler-sfc': 3.2.39
|
||||
'@vueuse/core': 9.2.0_vue@3.2.39
|
||||
'@vueuse/router': 9.2.0_u55wpvgoaskkfdnhr4v2vlugdi
|
||||
ansi-to-html: 0.7.2
|
||||
bulma: 0.9.4
|
||||
date-fns: 2.29.2
|
||||
date-fns: 2.29.3
|
||||
fuzzysort: 2.0.1
|
||||
hotkeys-js: 3.10.0
|
||||
lodash.debounce: 4.0.8
|
||||
@@ -77,7 +77,7 @@ dependencies:
|
||||
typescript: 4.8.3
|
||||
unplugin-auto-import: 0.11.2_re6csl7eeastiiyshsk3b5ioaa
|
||||
unplugin-icons: 0.14.9_6igbc34rdygfc6m44bomdw5yyu
|
||||
unplugin-vue-components: 0.22.4_vite@3.1.0+vue@3.2.39
|
||||
unplugin-vue-components: 0.22.7_vite@3.1.0+vue@3.2.39
|
||||
vite: 3.1.0_sass@1.54.9
|
||||
vite-plugin-pages: 0.26.0_6igbc34rdygfc6m44bomdw5yyu
|
||||
vite-plugin-vue-layouts: 0.7.0_xik7h4qq3w5aalpcbhbvf3kbuu
|
||||
@@ -88,7 +88,7 @@ dependencies:
|
||||
devDependencies:
|
||||
'@pinia/testing': 0.0.14_pinia@2.0.22+vue@3.2.39
|
||||
'@types/lodash.debounce': 4.0.7
|
||||
'@types/node': 18.7.16
|
||||
'@types/node': 18.7.17
|
||||
'@types/semver': 7.3.12
|
||||
'@vue/test-utils': 2.0.2_vue@3.2.39
|
||||
c8: 7.12.0
|
||||
@@ -100,8 +100,8 @@ devDependencies:
|
||||
npm-run-all: 4.1.5
|
||||
prettier: 2.7.1
|
||||
release-it: 15.4.1
|
||||
ts-node: 10.9.1_jq3ovzqw3j7j4aj2v37zonaj5u
|
||||
vitest: 0.23.1_jsdom@20.0.0+sass@1.54.9
|
||||
ts-node: 10.9.1_tjxxr4okrdgzkzqzhfljhcr2hu
|
||||
vitest: 0.23.2_jsdom@20.0.0+sass@1.54.9
|
||||
vue-tsc: 0.40.13_typescript@4.8.3
|
||||
|
||||
packages:
|
||||
@@ -197,10 +197,10 @@ packages:
|
||||
'@iconify/types': 1.1.0
|
||||
dev: false
|
||||
|
||||
/@iconify-json/mdi/1.1.31:
|
||||
resolution: {integrity: sha512-2lUKoj6tqvVQ6q8XmhxfeqWdC34IhUpjz6eYMvwLLEgF+0cIL0ANLqBL7+/Vklt7Ugv5vJ0btJBHvW5Ij9Ikyw==}
|
||||
/@iconify-json/mdi/1.1.32:
|
||||
resolution: {integrity: sha512-2Hpzh7rdp136d3NRYYaL8jh4TBJ+8s2lFx2ifFXt3KsMgOP9p3DXE9LtgebLQQGRyEZxUHl9sXK059MGgBLpCg==}
|
||||
dependencies:
|
||||
'@iconify/types': 1.1.0
|
||||
'@iconify/types': 2.0.0
|
||||
dev: false
|
||||
|
||||
/@iconify-json/octicon/1.1.17:
|
||||
@@ -213,6 +213,10 @@ packages:
|
||||
resolution: {integrity: sha512-Jh0llaK2LRXQoYsorIH8maClebsnzTcve+7U3rQUSnC11X4jtPnFuyatqFLvMxZ8MLG8dB4zfHsbPfuvxluONw==}
|
||||
dev: false
|
||||
|
||||
/@iconify/types/2.0.0:
|
||||
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
||||
dev: false
|
||||
|
||||
/@iconify/utils/1.0.33:
|
||||
resolution: {integrity: sha512-vGeAqo7aGPxOQmGdVoXFUOuyN+0V7Lcrx2EvaiRjxUD1x6Om0Tvq2bdm7E24l2Pz++4S0mWMCVFXe/17EtKImQ==}
|
||||
dependencies:
|
||||
@@ -494,8 +498,8 @@ packages:
|
||||
vue: 3.2.39
|
||||
dev: false
|
||||
|
||||
/@oruga-ui/theme-bulma/0.2.6:
|
||||
resolution: {integrity: sha512-ywHBHIyE9hGJx5Qxc/ishFXXa+Gwnv9l68LygoxhPFQRsH0FHjZO/bKTwPefuy0+Utdxzh+Hm5YLsw1TKnzqQw==}
|
||||
/@oruga-ui/theme-bulma/0.2.7:
|
||||
resolution: {integrity: sha512-YcMiQ3+EA1cXEZSSIt7cURDO1gtpjKdJpvNvOZXCOHBag/D2OV7N7dHmdoSI/M17jKzGdNgmW/aKqIYFR9t3Rw==}
|
||||
dependencies:
|
||||
bulma: 0.9.4
|
||||
dev: false
|
||||
@@ -578,7 +582,7 @@ packages:
|
||||
dependencies:
|
||||
'@types/http-cache-semantics': 4.0.1
|
||||
'@types/keyv': 3.1.4
|
||||
'@types/node': 18.7.16
|
||||
'@types/node': 18.7.17
|
||||
'@types/responselike': 1.0.0
|
||||
dev: true
|
||||
|
||||
@@ -609,7 +613,7 @@ packages:
|
||||
/@types/keyv/3.1.4:
|
||||
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
|
||||
dependencies:
|
||||
'@types/node': 18.7.16
|
||||
'@types/node': 18.7.17
|
||||
dev: true
|
||||
|
||||
/@types/lodash.debounce/4.0.7:
|
||||
@@ -626,8 +630,8 @@ packages:
|
||||
resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==}
|
||||
dev: false
|
||||
|
||||
/@types/node/18.7.16:
|
||||
resolution: {integrity: sha512-EQHhixfu+mkqHMZl1R2Ovuvn47PUw18azMJOTwSZr9/fhzHNGXAJ0ma0dayRVchprpCj0Kc1K1xKoWaATWF1qg==}
|
||||
/@types/node/18.7.17:
|
||||
resolution: {integrity: sha512-0UyfUnt02zIuqp7yC8RYtDkp/vo8bFaQ13KkSEvUAohPOAlnVNbj5Fi3fgPSuwzakS+EvvnnZ4x9y7i6ASaSPQ==}
|
||||
dev: true
|
||||
|
||||
/@types/parse-json/4.0.0:
|
||||
@@ -637,7 +641,7 @@ packages:
|
||||
/@types/responselike/1.0.0:
|
||||
resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
|
||||
dependencies:
|
||||
'@types/node': 18.7.16
|
||||
'@types/node': 18.7.17
|
||||
dev: true
|
||||
|
||||
/@types/semver/7.3.12:
|
||||
@@ -1416,8 +1420,8 @@ packages:
|
||||
whatwg-url: 11.0.0
|
||||
dev: true
|
||||
|
||||
/date-fns/2.29.2:
|
||||
resolution: {integrity: sha512-0VNbwmWJDS/G3ySwFSJA3ayhbURMTJLtwM2DTxf9CWondCnh6DTNlO9JgRSq6ibf4eD0lfMJNBxUdEAHHix+bA==}
|
||||
/date-fns/2.29.3:
|
||||
resolution: {integrity: sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==}
|
||||
engines: {node: '>=0.11'}
|
||||
dev: false
|
||||
|
||||
@@ -2031,6 +2035,17 @@ packages:
|
||||
merge2: 1.4.1
|
||||
micromatch: 4.0.5
|
||||
|
||||
/fast-glob/3.2.12:
|
||||
resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==}
|
||||
engines: {node: '>=8.6.0'}
|
||||
dependencies:
|
||||
'@nodelib/fs.stat': 2.0.5
|
||||
'@nodelib/fs.walk': 1.2.8
|
||||
glob-parent: 5.1.2
|
||||
merge2: 1.4.1
|
||||
micromatch: 4.0.5
|
||||
dev: false
|
||||
|
||||
/fast-levenshtein/2.0.6:
|
||||
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
|
||||
dev: true
|
||||
@@ -3078,6 +3093,13 @@ packages:
|
||||
sourcemap-codec: 1.4.8
|
||||
dev: false
|
||||
|
||||
/magic-string/0.26.3:
|
||||
resolution: {integrity: sha512-u1Po0NDyFcwdg2nzHT88wSK0+Rih0N1M+Ph1Sp08k8yvFFU3KR72wryS7e1qMPJypt99WB7fIFVCA92mQrMjrg==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
sourcemap-codec: 1.4.8
|
||||
dev: false
|
||||
|
||||
/make-dir/3.1.0:
|
||||
resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==}
|
||||
engines: {node: '>=8'}
|
||||
@@ -4189,8 +4211,8 @@ packages:
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/strip-literal/0.4.0:
|
||||
resolution: {integrity: sha512-ql/sBDoJOybTKSIOWrrh8kgUEMjXMwRAkZTD0EwiwxQH/6tTPkZvMIEjp0CRlpi6V5FMiJyvxeRkEi1KrGISoA==}
|
||||
/strip-literal/0.4.1:
|
||||
resolution: {integrity: sha512-z+F/xmDM8GOdvA5UoZXFxEnxdvMOZ+XEBIwjfLfc8hMSuHpGxjXAUCfuEo+t1GOHSb8+qgI/IBRpxXVMaABYWA==}
|
||||
dependencies:
|
||||
acorn: 8.8.0
|
||||
|
||||
@@ -4233,8 +4255,8 @@ packages:
|
||||
resolution: {integrity: sha512-ak+PZZEuH3mw6CCFOgf5S90YH0MARnZNhxjhjguAmoJimEMAJuNip/rJRd6/wyylHItomVpKTzZk9zrhTrQCoQ==}
|
||||
dev: true
|
||||
|
||||
/tinypool/0.2.4:
|
||||
resolution: {integrity: sha512-Vs3rhkUH6Qq1t5bqtb816oT+HeJTXfwt2cbPH17sWHIYKTotQIFPk3tf2fgqRrVyMDVOc1EnPgzIxfIulXVzwQ==}
|
||||
/tinypool/0.3.0:
|
||||
resolution: {integrity: sha512-NX5KeqHOBZU6Bc0xj9Vr5Szbb1j8tUHIeD18s41aDJaPeC5QTdEhK0SpdpUrZlj2nv5cctNcSjaKNanXlfcVEQ==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
dev: true
|
||||
|
||||
@@ -4285,7 +4307,7 @@ packages:
|
||||
punycode: 2.1.1
|
||||
dev: true
|
||||
|
||||
/ts-node/10.9.1_jq3ovzqw3j7j4aj2v37zonaj5u:
|
||||
/ts-node/10.9.1_tjxxr4okrdgzkzqzhfljhcr2hu:
|
||||
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -4304,7 +4326,7 @@ packages:
|
||||
'@tsconfig/node12': 1.0.11
|
||||
'@tsconfig/node14': 1.0.3
|
||||
'@tsconfig/node16': 1.0.3
|
||||
'@types/node': 18.7.16
|
||||
'@types/node': 18.7.17
|
||||
acorn: 8.7.1
|
||||
acorn-walk: 8.2.0
|
||||
arg: 4.1.3
|
||||
@@ -4381,7 +4403,7 @@ packages:
|
||||
mlly: 0.5.13
|
||||
pathe: 0.3.5
|
||||
scule: 0.3.2
|
||||
strip-literal: 0.4.0
|
||||
strip-literal: 0.4.1
|
||||
unplugin: 0.9.3_vite@3.1.0
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
@@ -4467,8 +4489,8 @@ packages:
|
||||
- webpack
|
||||
dev: false
|
||||
|
||||
/unplugin-vue-components/0.22.4_vite@3.1.0+vue@3.2.39:
|
||||
resolution: {integrity: sha512-2rRZcM9OnJGXnYxQNfaceEYuPeVACcWySIjy8WBwIiN3onr980TmA3XE5pRJFt8zoQrUA+c46oyIq96noLqrEQ==}
|
||||
/unplugin-vue-components/0.22.7_vite@3.1.0+vue@3.2.39:
|
||||
resolution: {integrity: sha512-MJEAKJF9bRykTRvJ4WXF0FNMAyt1PX3iwpu2NN+li35sAKjQv6sC1col5aZDLiwDZDo2AGwxNkzLJFKaun9qHw==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@babel/parser': ^7.15.8
|
||||
@@ -4481,12 +4503,12 @@ packages:
|
||||
'@rollup/pluginutils': 4.2.1
|
||||
chokidar: 3.5.3
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.11
|
||||
fast-glob: 3.2.12
|
||||
local-pkg: 0.4.2
|
||||
magic-string: 0.26.2
|
||||
magic-string: 0.26.3
|
||||
minimatch: 5.1.0
|
||||
resolve: 1.22.1
|
||||
unplugin: 0.9.2_vite@3.1.0
|
||||
unplugin: 0.9.5_vite@3.1.0
|
||||
vue: 3.2.39
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
@@ -4496,30 +4518,6 @@ packages:
|
||||
- webpack
|
||||
dev: false
|
||||
|
||||
/unplugin/0.9.2_vite@3.1.0:
|
||||
resolution: {integrity: sha512-Wo9lx9rA0O3AWhLYYNZ6DgnNhL5t5r7kV/Jg5BXjTQtY+DEWrD8VLFSaOmKN0tgqZCMqZ+XrzgOe/3DzIO4/SA==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
rollup: ^2.50.0
|
||||
vite: ^2.3.0 || ^3.0.0-0
|
||||
webpack: 4 || 5
|
||||
peerDependenciesMeta:
|
||||
esbuild:
|
||||
optional: true
|
||||
rollup:
|
||||
optional: true
|
||||
vite:
|
||||
optional: true
|
||||
webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
acorn: 8.8.0
|
||||
chokidar: 3.5.3
|
||||
vite: 3.1.0_sass@1.54.9
|
||||
webpack-sources: 3.2.3
|
||||
webpack-virtual-modules: 0.4.4
|
||||
dev: false
|
||||
|
||||
/unplugin/0.9.3_vite@3.1.0:
|
||||
resolution: {integrity: sha512-GWXxizZG+tobNs8fuGTCeilerkkfZTZax2iivuE4pxLaF9wTnPJHOq8tbLKDb5ohVb+2BXNjrU9xx59yWTUnuw==}
|
||||
peerDependencies:
|
||||
@@ -4685,8 +4683,8 @@ packages:
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
|
||||
/vitest/0.23.1_jsdom@20.0.0+sass@1.54.9:
|
||||
resolution: {integrity: sha512-kn9pG+h6VA3yj/xRvwgLKEd33rOlzMqJEg3tl5HSm3WUPlkY1Lr1FK8RN1uIqVKvFxmz6HGU3EQW+xW2kazRkQ==}
|
||||
/vitest/0.23.2_jsdom@20.0.0+sass@1.54.9:
|
||||
resolution: {integrity: sha512-kTBKp3ROPDkYC+x2zWt4znkDtnT08W1FQ6ngRFuqxpBGNuNVS+eWZKfffr8y2JGvEzZ9EzMAOcNaiqMj/FZqMw==}
|
||||
engines: {node: '>=v14.16.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -4709,14 +4707,14 @@ packages:
|
||||
dependencies:
|
||||
'@types/chai': 4.3.3
|
||||
'@types/chai-subset': 1.3.3
|
||||
'@types/node': 18.7.16
|
||||
'@types/node': 18.7.17
|
||||
chai: 4.3.6
|
||||
debug: 4.3.4
|
||||
jsdom: 20.0.0
|
||||
local-pkg: 0.4.2
|
||||
strip-literal: 0.4.0
|
||||
strip-literal: 0.4.1
|
||||
tinybench: 2.1.5
|
||||
tinypool: 0.2.4
|
||||
tinypool: 0.3.0
|
||||
tinyspy: 1.0.2
|
||||
vite: 3.1.0_sass@1.54.9
|
||||
transitivePeerDependencies:
|
||||
|
||||
Reference in New Issue
Block a user