Skip to content

Commit 0907717

Browse files
authored
🍕 fix: vite process env (#59)
1 parent a96c1e7 commit 0907717

File tree

5 files changed

+660
-650
lines changed

5 files changed

+660
-650
lines changed

.eslintrc-auto-import.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"RouteLocationRaw": true,
2121
"RouteRecordRaw": true,
2222
"SetupContext": true,
23+
"Slot": true,
24+
"Slots": true,
2325
"VNode": true,
2426
"WritableComputedRef": true,
2527
"_": true,
@@ -37,6 +39,7 @@
3739
"createGlobalState": true,
3840
"createInjectionState": true,
3941
"createReactiveFn": true,
42+
"createRef": true,
4043
"createReusableTemplate": true,
4144
"createRouter": true,
4245
"createSharedComposable": true,
@@ -321,7 +324,6 @@
321324
"watchThrottled": true,
322325
"watchTriggerable": true,
323326
"watchWithFilter": true,
324-
"whenever": true,
325-
"createRef": true
327+
"whenever": true
326328
}
327329
}

auto-imports.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ declare global {
312312
// for type re-export
313313
declare global {
314314
// @ts-ignore
315-
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef, App, ComponentInternalInstance, GlobalComponents, SetupContext } from 'vue'
315+
export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef, App, ComponentInternalInstance, GlobalComponents, SetupContext } from 'vue'
316316
import('vue')
317317
// @ts-ignore
318318
export type { RouteRecordRaw, RouteLocationRaw } from 'vue-router'

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
},
2929
"dependencies": {
3030
"@nzoth/toolkit": "^0.0.4",
31-
"@vueuse/core": "^13.0.0",
31+
"@vueuse/core": "^13.1.0",
3232
"axios": "1.8.4",
33-
"dompurify": "^3.2.4",
33+
"dompurify": "^3.2.5",
3434
"js-cookie": "^3.0.5",
3535
"lodash-es": "^4.17.21",
36-
"marked": "^15.0.7",
36+
"marked": "^15.0.9",
3737
"naive-ui": "^2.41.0",
3838
"nprogress": "^0.2.0",
39-
"pinia": "^3.0.1",
39+
"pinia": "^3.0.2",
4040
"uuid": "^11.1.0",
4141
"vfile": "^6.0.3",
4242
"vue": "^3.5.13",
@@ -45,56 +45,56 @@
4545
"devDependencies": {
4646
"@babel/core": "^7.26.10",
4747
"@babel/preset-env": "^7.26.9",
48-
"@eslint/js": "^9.23.0",
49-
"@iconify/json": "^2.2.322",
48+
"@eslint/js": "^9.25.1",
49+
"@iconify/json": "^2.2.330",
5050
"@iconify/vue": "^4.3.0",
5151
"@stylistic/eslint-plugin": "^4.2.0",
5252
"@stylistic/stylelint-plugin": "^3.1.2",
5353
"@types/js-cookie": "^3.0.6",
5454
"@types/lodash-es": "^4.17.12",
5555
"@types/markdown-it": "^14.1.2",
56-
"@types/node": "^22.13.14",
56+
"@types/node": "^22.14.1",
5757
"@types/nprogress": "^0.2.3",
58-
"@typescript-eslint/eslint-plugin": "^8.28.0",
59-
"@typescript-eslint/parser": "^8.28.0",
60-
"@unocss/preset-icons": "66.1.0-beta.8",
61-
"@unocss/preset-rem-to-px": "66.1.0-beta.8",
58+
"@typescript-eslint/eslint-plugin": "^8.31.0",
59+
"@typescript-eslint/parser": "^8.31.0",
60+
"@unocss/preset-icons": "66.1.0-beta.12",
61+
"@unocss/preset-rem-to-px": "66.1.0-beta.12",
6262
"@vitejs/plugin-vue": "^5.2.3",
6363
"@vitejs/plugin-vue-jsx": "^4.1.2",
6464
"@vscode/markdown-it-katex": "~1.1.1",
6565
"@vue/babel-plugin-jsx": "^1.4.0",
6666
"@vue/compiler-sfc": "^3.5.13",
6767
"cross-env": "^7.0.3",
6868
"crypto-js": "^4.2.0",
69-
"eslint": "^9.23.0",
69+
"eslint": "^9.25.1",
7070
"eslint-plugin-html": "8.1.2",
7171
"eslint-plugin-import": "^2.31.0",
7272
"eslint-plugin-vue": "^10.0.0",
7373
"globals": "^16.0.0",
7474
"highlight.js": "^11.11.1",
7575
"identity-obj-proxy": "^3.0.0",
76-
"katex": "^0.16.21",
76+
"katex": "^0.16.22",
7777
"markdown-it": "^14.1.0",
7878
"markdown-it-highlightjs": "^4.2.0",
7979
"postcss": "^8.5.3",
8080
"postcss-html": "^1.8.0",
8181
"postcss-scss": "^4.0.9",
8282
"prismjs": "^1.30.0",
83-
"rollup": "^4.38.0",
84-
"sass": "1.86.0",
85-
"stylelint": "^16.17.0",
83+
"rollup": "^4.40.0",
84+
"sass": "1.87.0",
85+
"stylelint": "^16.18.0",
8686
"stylelint-config-recommended-scss": "14.1.0",
8787
"stylelint-config-recommended-vue": "^1.6.0",
88-
"stylelint-config-standard": "^37.0.0",
88+
"stylelint-config-standard": "^38.0.0",
8989
"stylelint-config-standard-scss": "14.0.0",
90-
"typescript": "^5.8.2",
90+
"typescript": "^5.8.3",
9191
"ua-parser-js": "^2.0.3",
92-
"unocss": "66.1.0-beta.8",
92+
"unocss": "66.1.0-beta.12",
9393
"unplugin-auto-import": "^19.1.2",
9494
"unplugin-icons": "^22.1.0",
95-
"unplugin-vue-components": "^28.4.1",
96-
"vite": "^6.2.3",
95+
"unplugin-vue-components": "^28.5.0",
96+
"vite": "^6.3.2",
9797
"vite-raw-plugin": "^1.0.2",
98-
"vue-eslint-parser": "^10.1.1"
98+
"vue-eslint-parser": "^10.1.3"
9999
}
100100
}

0 commit comments

Comments
 (0)