chore: 🤖 upgrade libs
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -7,7 +7,7 @@ declare module 'vue' {
|
|||||||
AboutMe: typeof import('./src/components/presentation/AboutMe.vue')['default']
|
AboutMe: typeof import('./src/components/presentation/AboutMe.vue')['default']
|
||||||
AppHeader: typeof import('./src/components/AppHeader.vue')['default']
|
AppHeader: typeof import('./src/components/AppHeader.vue')['default']
|
||||||
BlogPosts: typeof import('./src/components/posts/BlogPosts.vue')['default']
|
BlogPosts: typeof import('./src/components/posts/BlogPosts.vue')['default']
|
||||||
Island: typeof import('./node_modules/.pnpm/iles@0.7.32_sass@1.49.9/node_modules/iles/dist/client/app/components/Island.vue')['default']
|
Island: typeof import('./node_modules/.pnpm/iles@0.7.38_sass@1.51.0/node_modules/iles/dist/client/app/components/Island.vue')['default']
|
||||||
JulienCalixte: typeof import('./src/components/core/JulienCalixte.vue')['default']
|
JulienCalixte: typeof import('./src/components/core/JulienCalixte.vue')['default']
|
||||||
ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default']
|
ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default']
|
||||||
Welcome: typeof import('./src/components/Welcome.vue')['default']
|
Welcome: typeof import('./src/components/Welcome.vue')['default']
|
||||||
|
|||||||
19
package.json
19
package.json
@@ -2,9 +2,9 @@
|
|||||||
"name": "iles-app",
|
"name": "iles-app",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "iles dev --open",
|
"dev": "iles dev",
|
||||||
"build": "iles build",
|
"build": "iles build",
|
||||||
"preview": "iles preview --open --port 5050",
|
"preview": "iles preview --port 5050",
|
||||||
"test": "iles test",
|
"test": "iles test",
|
||||||
"typecheck": "vue-tsc --noEmit"
|
"typecheck": "vue-tsc --noEmit"
|
||||||
},
|
},
|
||||||
@@ -12,15 +12,16 @@
|
|||||||
"node": "^14.18 || >= 16.0.0"
|
"node": "^14.18 || >= 16.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@islands/headings": "^0.1.1",
|
"@islands/headings": "^0.1.2",
|
||||||
"@islands/prism": "^0.1.1",
|
"@islands/prism": "^0.1.1",
|
||||||
"iles": "^0.7.19",
|
"iles": "^0.7.38",
|
||||||
"sass": "^1.49.9",
|
"sass": "^1.51.0",
|
||||||
"typescript": "^4.5",
|
"typescript": "^4.6.4",
|
||||||
"vitest": "*",
|
"vitest": "^0.12.6",
|
||||||
"vue-tsc": "^0.29"
|
"vue": "^3.2.33",
|
||||||
|
"vue-tsc": "^0.34.13"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pinia": "^2.0.11"
|
"pinia": "^2.0.14"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
1015
pnpm-lock.yaml
generated
1015
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user