mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 06:47:13 -04:00
chore(deps): pin dependencies
This commit is contained in:
parent
d4cd49c99a
commit
8646db3d3b
4 changed files with 217 additions and 604 deletions
86
package.json
86
package.json
|
@ -94,48 +94,48 @@
|
|||
"yaml": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.41.0",
|
||||
"@iconify-json/mdi": "^1.1.50",
|
||||
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
||||
"@playwright/test": "^1.32.3",
|
||||
"@rushstack/eslint-patch": "^1.2.0",
|
||||
"@tsconfig/node18": "^18.2.0",
|
||||
"@types/bcryptjs": "^2.4.2",
|
||||
"@types/crypto-js": "^4.1.1",
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@types/jsdom": "^21.0.0",
|
||||
"@types/lodash": "^4.14.192",
|
||||
"@types/mime-types": "^2.1.1",
|
||||
"@types/netmask": "^2.0.0",
|
||||
"@types/node": "^18.15.11",
|
||||
"@types/node-forge": "^1.3.2",
|
||||
"@types/qrcode": "^1.5.0",
|
||||
"@types/ua-parser-js": "^0.7.36",
|
||||
"@types/uuid": "^9.0.0",
|
||||
"@unocss/eslint-config": "^0.57.0",
|
||||
"@vitejs/plugin-vue": "^4.3.2",
|
||||
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
||||
"@vue/compiler-sfc": "^3.2.47",
|
||||
"@vue/runtime-dom": "^3.3.4",
|
||||
"@vue/test-utils": "^2.3.2",
|
||||
"@vue/tsconfig": "^0.4.0",
|
||||
"consola": "^3.0.2",
|
||||
"eslint": "^8.47.0",
|
||||
"hygen": "^6.2.11",
|
||||
"jsdom": "^22.0.0",
|
||||
"less": "^4.1.3",
|
||||
"prettier": "^3.0.0",
|
||||
"typescript": "~5.2.0",
|
||||
"unocss": "^0.57.0",
|
||||
"unocss-preset-scrollbar": "^0.2.1",
|
||||
"unplugin-icons": "^0.17.0",
|
||||
"unplugin-vue-components": "^0.25.0",
|
||||
"vite": "^4.4.9",
|
||||
"vite-plugin-pwa": "^0.16.0",
|
||||
"vite-plugin-vue-markdown": "^0.23.5",
|
||||
"vite-svg-loader": "^4.0.0",
|
||||
"vitest": "^0.34.0",
|
||||
"workbox-window": "^7.0.0",
|
||||
"zx": "^7.2.1"
|
||||
"@antfu/eslint-config": "0.41.0",
|
||||
"@iconify-json/mdi": "1.1.50",
|
||||
"@intlify/unplugin-vue-i18n": "2.0.0",
|
||||
"@playwright/test": "1.32.3",
|
||||
"@rushstack/eslint-patch": "1.2.0",
|
||||
"@tsconfig/node18": "18.2.0",
|
||||
"@types/bcryptjs": "2.4.2",
|
||||
"@types/crypto-js": "4.1.1",
|
||||
"@types/dompurify": "3.0.5",
|
||||
"@types/jsdom": "21.1.0",
|
||||
"@types/lodash": "4.14.192",
|
||||
"@types/mime-types": "2.1.1",
|
||||
"@types/netmask": "2.0.0",
|
||||
"@types/node": "18.15.11",
|
||||
"@types/node-forge": "1.3.2",
|
||||
"@types/qrcode": "1.5.0",
|
||||
"@types/ua-parser-js": "0.7.36",
|
||||
"@types/uuid": "9.0.0",
|
||||
"@unocss/eslint-config": "0.57.1",
|
||||
"@vitejs/plugin-vue": "4.3.2",
|
||||
"@vitejs/plugin-vue-jsx": "3.0.2",
|
||||
"@vue/compiler-sfc": "3.2.47",
|
||||
"@vue/runtime-dom": "3.3.4",
|
||||
"@vue/test-utils": "2.3.2",
|
||||
"@vue/tsconfig": "0.4.0",
|
||||
"consola": "3.0.2",
|
||||
"eslint": "8.47.0",
|
||||
"hygen": "6.2.11",
|
||||
"jsdom": "22.0.0",
|
||||
"less": "4.1.3",
|
||||
"prettier": "3.0.0",
|
||||
"typescript": "5.2.2",
|
||||
"unocss": "0.57.1",
|
||||
"unocss-preset-scrollbar": "0.2.1",
|
||||
"unplugin-icons": "0.17.0",
|
||||
"unplugin-vue-components": "0.25.0",
|
||||
"vite": "4.4.9",
|
||||
"vite-plugin-pwa": "0.16.0",
|
||||
"vite-plugin-vue-markdown": "0.23.5",
|
||||
"vite-svg-loader": "4.0.0",
|
||||
"vitest": "0.34.0",
|
||||
"workbox-window": "7.0.0",
|
||||
"zx": "7.2.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue