Skip to content

Commit 437f48d

Browse files
chore(deps): update all non-major dependencies
1 parent 744309f commit 437f48d

File tree

2 files changed

+5529
-6386
lines changed

2 files changed

+5529
-6386
lines changed

Diff for: package.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@tresjs/repl",
33
"type": "module",
44
"version": "1.0.0",
5-
"packageManager": "pnpm@8.6.10",
5+
"packageManager": "pnpm@8.15.9",
66
"description": "Vue component for editing TresJS based Vue components",
77
"author": "Yaël Guilloux (https://github.com/Tahul) ",
88
"license": "MIT",
@@ -47,51 +47,51 @@
4747
"prepublishOnly": "npm run build && npm run build-types"
4848
},
4949
"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"
5353
},
5454
"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",
6060
"@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",
6363
"@tresjs/eslint-config-vue": "^0.2.1",
6464
"@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",
6969
"@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",
7474
"codemirror": "^6.0.1",
7575
"fflate": "^0.8.2",
7676
"hash-sum": "^2.0.0",
7777
"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",
8080
"monaco-editor-textmate": "^4.0.0",
8181
"monaco-textmate": "^3.0.1",
8282
"monaco-volar": "^0.4.0",
8383
"onigasm": "^2.2.5",
8484
"path-browserify": "^1.0.1",
8585
"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",
8888
"simple-git-hooks": "^2.11.1",
8989
"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"
9696
}
9797
}

0 commit comments

Comments
 (0)