mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-06 14:27:11 -04:00
chore(deps): pin dependencies
This commit is contained in:
parent
91240caa05
commit
3a50f37f8c
8 changed files with 182 additions and 640 deletions
86
package.json
86
package.json
|
@ -92,48 +92,48 @@
|
|||
"yaml": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^2.0.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": "^20.0.0",
|
||||
"@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.58.0",
|
||||
"@vitejs/plugin-vue": "^5.0.0",
|
||||
"@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": "^24.0.0",
|
||||
"less": "^4.1.3",
|
||||
"prettier": "^3.0.0",
|
||||
"typescript": "~5.3.0",
|
||||
"unocss": "^0.58.0",
|
||||
"unocss-preset-scrollbar": "^0.3.0",
|
||||
"unplugin-icons": "^0.18.0",
|
||||
"unplugin-vue-components": "^0.26.0",
|
||||
"vite": "^4.4.9",
|
||||
"vite-plugin-pwa": "^0.17.0",
|
||||
"vite-plugin-vue-markdown": "^0.23.5",
|
||||
"vite-svg-loader": "^5.0.0",
|
||||
"vitest": "^1.0.0",
|
||||
"workbox-window": "^7.0.0",
|
||||
"zx": "^7.2.1"
|
||||
"@antfu/eslint-config": "2.6.2",
|
||||
"@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": "20.11.2",
|
||||
"@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.58.3",
|
||||
"@vitejs/plugin-vue": "5.0.3",
|
||||
"@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": "24.0.0",
|
||||
"less": "4.1.3",
|
||||
"prettier": "3.0.0",
|
||||
"typescript": "5.3.3",
|
||||
"unocss": "0.58.3",
|
||||
"unocss-preset-scrollbar": "0.3.0",
|
||||
"unplugin-icons": "0.18.2",
|
||||
"unplugin-vue-components": "0.26.0",
|
||||
"vite": "4.4.9",
|
||||
"vite-plugin-pwa": "0.17.4",
|
||||
"vite-plugin-vue-markdown": "0.23.5",
|
||||
"vite-svg-loader": "5.1.0",
|
||||
"vitest": "1.1.3",
|
||||
"workbox-window": "7.0.0",
|
||||
"zx": "7.2.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue