diff --git a/package-lock.json b/package-lock.json index 0c771e1..1791150 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,15 +7,13 @@ "": { "name": "@kestra-io/ui-libs", "version": "0.0.0", - "dependencies": { - "shiki": "^1.1.7" - }, "devDependencies": { "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-vue": "^5.0.4", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.23.0", "sass": "^1.71.1", + "shiki": "^1.1.7", "vite": "^5.1.6", "vite-plugin-static-copy": "^1.0.1" }, @@ -812,7 +810,8 @@ "node_modules/@shikijs/core": { "version": "1.1.7", "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.1.7.tgz", - "integrity": "sha512-gTYLUIuD1UbZp/11qozD3fWpUTuMqPSf3svDMMrL0UmlGU7D9dPw/V1FonwAorCUJBltaaESxq90jrSjQyGixg==" + "integrity": "sha512-gTYLUIuD1UbZp/11qozD3fWpUTuMqPSf3svDMMrL0UmlGU7D9dPw/V1FonwAorCUJBltaaESxq90jrSjQyGixg==", + "dev": true }, "node_modules/@types/estree": { "version": "1.0.5", @@ -2802,6 +2801,7 @@ "version": "1.1.7", "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.1.7.tgz", "integrity": "sha512-9kUTMjZtcPH3i7vHunA6EraTPpPOITYTdA5uMrvsJRexktqP0s7P3s9HVK80b4pP42FRVe03D7fT3NmJv2yYhw==", + "dev": true, "dependencies": { "@shikijs/core": "1.1.7" } diff --git a/package.json b/package.json index bcc4e93..bf1109d 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,8 @@ "eslint": "^8.57.0", "eslint-plugin-vue": "^9.23.0", "sass": "^1.71.1", + "shiki": "^1.1.7", "vite": "^5.1.6", "vite-plugin-static-copy": "^1.0.1" - }, - "dependencies": { - "shiki": "^1.1.7" } }