|
2 | 2 | "name": "@tresjs/repl",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "1.0.0",
|
5 |
| - "packageManager": "pnpm@8.6.10", |
| 5 | + "packageManager": "pnpm@8.15.9", |
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.60.3", |
51 |
| - "@vueuse/core": "^10.10.0", |
52 |
| - "unocss": "^0.60.3" |
| 50 | + "@unocss/reset": "^0.65.3", |
| 51 | + "@vueuse/core": "^10.11.1", |
| 52 | + "unocss": "^0.65.3" |
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "@babel/types": "^7.24.9", |
56 |
| - "@iconify-json/carbon": "^1.1.36", |
57 |
| - "@iconify-json/mdi": "^1.1.67", |
58 |
| - "@microsoft/api-extractor": "^7.47.3", |
59 |
| - "@release-it/conventional-changelog": "^8.0.1", |
| 55 | + "@babel/types": "^7.26.3", |
| 56 | + "@iconify-json/carbon": "^1.2.5", |
| 57 | + "@iconify-json/mdi": "^1.2.2", |
| 58 | + "@microsoft/api-extractor": "^7.48.1", |
| 59 | + "@release-it/conventional-changelog": "^8.0.2", |
60 | 60 | "@rollup/plugin-replace": "^5.0.7",
|
61 |
| - "@tresjs/cientos": "4.0.0-next.1", |
62 |
| - "@tresjs/core": "^4.2.2", |
| 61 | + "@tresjs/cientos": "4.0.3", |
| 62 | + "@tresjs/core": "^4.3.2", |
63 | 63 | "@tresjs/eslint-config-vue": "^0.2.1",
|
64 | 64 | "@types/codemirror": "^5.60.15",
|
65 |
| - "@types/node": "^20.14.12", |
66 |
| - "@types/three": "^0.167.0", |
67 |
| - "@unocss/preset-web-fonts": "^0.61.5", |
68 |
| - "@vitejs/plugin-vue": "^5.1.0", |
| 65 | + "@types/node": "^20.17.12", |
| 66 | + "@types/three": "^0.171.0", |
| 67 | + "@unocss/preset-web-fonts": "^0.65.3", |
| 68 | + "@vitejs/plugin-vue": "^5.2.1", |
69 | 69 | "@volar/cdn": "~1.11.1",
|
70 |
| - "@volar/monaco": "~2.3.4", |
71 |
| - "@volar/typescript": "~2.3.4", |
72 |
| - "@vue/language-service": "2.0.29", |
73 |
| - "bumpp": "^9.4.1", |
| 70 | + "@volar/monaco": "~2.4.11", |
| 71 | + "@volar/typescript": "~2.4.11", |
| 72 | + "@vue/language-service": "2.2.0", |
| 73 | + "bumpp": "^9.9.2", |
74 | 74 | "codemirror": "^6.0.1",
|
75 | 75 | "fflate": "^0.8.2",
|
76 | 76 | "hash-sum": "^2.0.0",
|
77 | 77 | "kolorist": "^1.8.0",
|
78 |
| - "lint-staged": "^15.2.7", |
79 |
| - "monaco-editor-core": "^0.50.0", |
| 78 | + "lint-staged": "^15.3.0", |
| 79 | + "monaco-editor-core": "^0.52.2", |
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.2",
|
86 |
| - "prettier": "^3.3.3", |
87 |
| - "release-it": "^17.6.0", |
| 86 | + "prettier": "^3.4.2", |
| 87 | + "release-it": "^17.11.0", |
88 | 88 | "simple-git-hooks": "^2.11.1",
|
89 | 89 | "sucrase": "^3.35.0",
|
90 |
| - "three": "^0.167.0", |
91 |
| - "typescript": "^5.5.4", |
92 |
| - "vite": "^5.3.5", |
93 |
| - "vite-plugin-banner": "^0.7.1", |
94 |
| - "vue": "^3.4.34", |
95 |
| - "vue-tsc": "2.0.29" |
| 90 | + "three": "^0.172.0", |
| 91 | + "typescript": "^5.7.2", |
| 92 | + "vite": "^5.4.11", |
| 93 | + "vite-plugin-banner": "^0.8.0", |
| 94 | + "vue": "^3.5.13", |
| 95 | + "vue-tsc": "2.2.0" |
96 | 96 | }
|
97 | 97 | }
|
0 commit comments