|
2 | 2 | "name": "@tresjs/sandbox",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "1.0.0",
|
5 |
| - "packageManager": "pnpm@8.6.10", |
| 5 | + "packageManager": "pnpm@8.14.0", |
6 | 6 | "description": "Vue component for editing TresJS based Vue components",
|
7 | 7 | "author": "Yaël Guilloux (https://github.com/Tahul) ",
|
8 | 8 | "license": "MIT",
|
|
47 | 47 | "prepublishOnly": "npm run build && npm run build-types"
|
48 | 48 | },
|
49 | 49 | "dependencies": {
|
50 |
| - "@unocss/reset": "^0.57.3", |
51 |
| - "@vueuse/core": "^10.6.0", |
52 |
| - "unocss": "^0.57.3" |
| 50 | + "@unocss/reset": "^0.58.3", |
| 51 | + "@vueuse/core": "^10.7.1", |
| 52 | + "unocss": "^0.58.3" |
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "@babel/types": "^7.23.3", |
56 |
| - "@iconify-json/carbon": "^1.1.21", |
57 |
| - "@iconify-json/mdi": "^1.1.55", |
58 |
| - "@microsoft/api-extractor": "^7.38.2", |
| 55 | + "@babel/types": "^7.23.6", |
| 56 | + "@iconify-json/carbon": "^1.1.27", |
| 57 | + "@iconify-json/mdi": "^1.1.64", |
| 58 | + "@microsoft/api-extractor": "^7.39.1", |
59 | 59 | "@release-it/conventional-changelog": "^7.0.2",
|
60 | 60 | "@rollup/plugin-replace": "^5.0.5",
|
61 |
| - "@tresjs/cientos": "^3.6.0", |
62 |
| - "@tresjs/core": "^3.5.0", |
| 61 | + "@tresjs/cientos": "^3.7.0", |
| 62 | + "@tresjs/core": "^3.6.0", |
63 | 63 | "@tresjs/eslint-config-vue": "^0.2.1",
|
64 |
| - "@types/codemirror": "^5.60.8", |
65 |
| - "@types/node": "^20.9.0", |
66 |
| - "@types/three": "^0.158.2", |
67 |
| - "@unocss/preset-web-fonts": "^0.57.3", |
68 |
| - "@vitejs/plugin-vue": "^4.4.1", |
| 64 | + "@types/codemirror": "^5.60.15", |
| 65 | + "@types/node": "^20.10.6", |
| 66 | + "@types/three": "^0.160.0", |
| 67 | + "@unocss/preset-web-fonts": "^0.58.3", |
| 68 | + "@vitejs/plugin-vue": "^4.6.2", |
69 | 69 | "@volar/cdn": "~1.11.1",
|
70 | 70 | "@volar/monaco": "~1.11.1",
|
71 | 71 | "@volar/typescript": "~1.11.1",
|
72 |
| - "@vue/language-service": "1.8.22", |
73 |
| - "bumpp": "^9.2.0", |
74 |
| - "codemirror": "^5.65.14", |
| 72 | + "@vue/language-service": "1.8.27", |
| 73 | + "bumpp": "^9.2.1", |
| 74 | + "codemirror": "^5.65.16", |
75 | 75 | "fflate": "^0.8.1",
|
76 | 76 | "hash-sum": "^2.0.0",
|
77 | 77 | "kolorist": "^1.8.0",
|
78 |
| - "lint-staged": "^13.2.3", |
79 |
| - "monaco-editor-core": "^0.44.0", |
| 78 | + "lint-staged": "^13.3.0", |
| 79 | + "monaco-editor-core": "^0.45.0", |
80 | 80 | "monaco-editor-textmate": "^4.0.0",
|
81 | 81 | "monaco-textmate": "^3.0.1",
|
82 | 82 | "monaco-volar": "^0.4.0",
|
83 | 83 | "onigasm": "^2.2.5",
|
84 | 84 | "path-browserify": "^1.0.1",
|
85 | 85 | "pathe": "^1.1.1",
|
86 |
| - "prettier": "^3.0.0", |
87 |
| - "release-it": "^16.2.1", |
| 86 | + "prettier": "^3.1.1", |
| 87 | + "release-it": "^16.3.0", |
88 | 88 | "simple-git-hooks": "^2.9.0",
|
89 |
| - "sucrase": "^3.34.0", |
90 |
| - "three": "^0.158.0", |
91 |
| - "typescript": "^5.2.2", |
| 89 | + "sucrase": "^3.35.0", |
| 90 | + "three": "^0.160.0", |
| 91 | + "typescript": "^5.3.3", |
92 | 92 | "vite": "^4.5.0",
|
93 | 93 | "vite-plugin-banner": "^0.7.1",
|
94 |
| - "vue": "^3.3.8", |
95 |
| - "vue-tsc": "1.8.22" |
| 94 | + "vue": "^3.4.5", |
| 95 | + "vue-tsc": "1.8.27" |
96 | 96 | }
|
97 | 97 | }
|
0 commit comments