chore(deps): update npm development dependencies (#2027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-01 23:12:42 +02:00 committed by GitHub
parent 66f8cfae5a
commit 5a089a086d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -84,8 +84,8 @@
"prettier": "2.8.8",
"rollup-plugin-visualizer": "5.9.0",
"sass": "1.62.1",
"typescript": "5.0.4",
"unplugin-icons": "0.16.1",
"typescript": "5.1.3",
"unplugin-icons": "0.16.2",
"unplugin-vue-components": "0.25.0",
"unplugin-vue-router": "0.6.4",
"vite": "4.3.9",

22
package-lock.json generated
View File

@ -79,8 +79,8 @@
"prettier": "2.8.8",
"rollup-plugin-visualizer": "5.9.0",
"sass": "1.62.1",
"typescript": "5.0.4",
"unplugin-icons": "0.16.1",
"typescript": "5.1.3",
"unplugin-icons": "0.16.2",
"unplugin-vue-components": "0.25.0",
"unplugin-vue-router": "0.6.4",
"vite": "4.3.9",
@ -6577,16 +6577,16 @@
}
},
"node_modules/typescript": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
"integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
"devOptional": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=12.20"
"node": ">=14.17"
}
},
"node_modules/ufo": {
@ -6623,16 +6623,16 @@
}
},
"node_modules/unplugin-icons": {
"version": "0.16.1",
"resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.16.1.tgz",
"integrity": "sha512-qTunFUkpAyDnwzwV7YV1ZgCWRYfLuURcCurhhXOWMy2ipY88qx1pADvral2hJu4Xymh0X0t3Zcll3BIru2AVLQ==",
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.16.2.tgz",
"integrity": "sha512-CwQS1/deta/I1GwVhcdrJBp0+Qf/XWPLoMMbuVA9ZWhdOhKF7A38zvfE2JnC99t64WfZM44ikdSKPZJzXFL3iw==",
"dev": true,
"dependencies": {
"@antfu/install-pkg": "^0.1.1",
"@antfu/utils": "^0.7.2",
"@antfu/utils": "^0.7.4",
"@iconify/utils": "^2.1.5",
"debug": "^4.3.4",
"kolorist": "^1.7.0",
"kolorist": "^1.8.0",
"local-pkg": "^0.4.3",
"unplugin": "^1.3.1"
},