Skip to content

Commit

Permalink
chore(deps): update dev deps and deps (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu authored Dec 12, 2024
1 parent 41eae54 commit d1608f5
Show file tree
Hide file tree
Showing 6 changed files with 1,557 additions and 2,144 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"@tresjs/leches": "^0.14.0",
"markdown-it": "^14.0.0",
"unocss": "^0.59.4",
"markdown-it": "^14.1.0",
"unocss": "^0.65.1",
"vite-svg-loader": "^5.1.0"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.15.0",
"description": "TresJs physics support, powered by rapier",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
"license": "MIT",
Expand Down Expand Up @@ -67,27 +67,27 @@
"@dimforge/rapier3d-compat": "^0.14.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@tresjs/core": "^4.2.10",
"@tresjs/eslint-config": "^1.3.0",
"@types/node": "^22.5.4",
"@types/three": "^0.168.0",
"@vitejs/plugin-vue": "^5.1.3",
"@release-it/conventional-changelog": "^9.0.3",
"@tresjs/core": "^4.3.1",
"@tresjs/eslint-config": "^1.4.0",
"@types/node": "^22.10.2",
"@types/three": "^0.170.0",
"@vitejs/plugin-vue": "^5.2.1",
"dts": "^0.1.1",
"eslint": "^9.10.0",
"eslint-plugin-vue": "^9.28.0",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0",
"kolorist": "^1.8.0",
"pathe": "^1.1.2",
"release-it": "^17.6.0",
"release-it": "^17.10.0",
"rollup-plugin-analyzer": "^4.0.0",
"three": "^0.168.0",
"typescript": "^5.6.2",
"unocss": "^0.62.3",
"vite": "^5.4.4",
"three": "^0.171.0",
"typescript": "^5.7.2",
"unocss": "^0.65.1",
"vite": "^6.0.3",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "^4.2.1",
"vite-plugin-dts": "^4.3.0",
"vitepress": "1.3.4",
"vue": "^3.5.4",
"vue-tsc": "^2.1.6"
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
}
}
9 changes: 8 additions & 1 deletion playground/.eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
"watch": true,
"watchEffect": true,
"watchPostEffect": true,
"watchSyncEffect": true
"watchSyncEffect": true,
"DirectiveBinding": true,
"MaybeRef": true,
"MaybeRefOrGetter": true,
"onWatcherCleanup": true,
"useId": true,
"useModel": true,
"useTemplateRef": true
}
}
7 changes: 6 additions & 1 deletion playground/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
Expand Down Expand Up @@ -35,6 +36,7 @@ declare global {
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
const onUnmounted: typeof import('vue')['onUnmounted']
const onUpdated: typeof import('vue')['onUpdated']
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
const provide: typeof import('vue')['provide']
const reactive: typeof import('vue')['reactive']
const readonly: typeof import('vue')['readonly']
Expand All @@ -52,7 +54,10 @@ declare global {
const useAttrs: typeof import('vue')['useAttrs']
const useCssModule: typeof import('vue')['useCssModule']
const useCssVars: typeof import('vue')['useCssVars']
const useId: typeof import('vue')['useId']
const useModel: typeof import('vue')['useModel']
const useSlots: typeof import('vue')['useSlots']
const useTemplateRef: typeof import('vue')['useTemplateRef']
const watch: typeof import('vue')['watch']
const watchEffect: typeof import('vue')['watchEffect']
const watchPostEffect: typeof import('vue')['watchPostEffect']
Expand All @@ -61,6 +66,6 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
import('vue')
}
18 changes: 9 additions & 9 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"preview": "vite preview"
},
"dependencies": {
"@tresjs/cientos": "^3.9.0",
"vue": "^3.4.27",
"vue-router": "^4.3.3"
"@tresjs/cientos": "^4.0.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.2.1",
"pathe": "^1.1.2",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.13",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.3",
"vite-plugin-qrcode": "^0.2.3",
"vue-tsc": "^2.0.21"
"vue-tsc": "^2.1.10"
}
}
Loading

0 comments on commit d1608f5

Please sign in to comment.