Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 17, 2024
1 parent 744309f commit ef6689e
Show file tree
Hide file tree
Showing 2 changed files with 4,958 additions and 6,100 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tresjs/repl",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@8.6.10",
"packageManager": "pnpm@8.15.9",
"description": "Vue component for editing TresJS based Vue components",
"author": "Yaël Guilloux (https://github.com/Tahul) ",
"license": "MIT",
Expand Down Expand Up @@ -47,36 +47,36 @@
"prepublishOnly": "npm run build && npm run build-types"
},
"dependencies": {
"@unocss/reset": "^0.60.3",
"@vueuse/core": "^10.10.0",
"unocss": "^0.60.3"
"@unocss/reset": "^0.62.4",
"@vueuse/core": "^10.11.1",
"unocss": "^0.62.4"
},
"devDependencies": {
"@babel/types": "^7.24.9",
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/mdi": "^1.1.67",
"@microsoft/api-extractor": "^7.47.3",
"@release-it/conventional-changelog": "^8.0.1",
"@babel/types": "^7.25.6",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/mdi": "^1.2.0",
"@microsoft/api-extractor": "^7.47.9",
"@release-it/conventional-changelog": "^8.0.2",
"@rollup/plugin-replace": "^5.0.7",
"@tresjs/cientos": "4.0.0-next.1",
"@tresjs/core": "^4.2.2",
"@tresjs/cientos": "4.0.2",
"@tresjs/core": "^4.2.10",
"@tresjs/eslint-config-vue": "^0.2.1",
"@types/codemirror": "^5.60.15",
"@types/node": "^20.14.12",
"@types/three": "^0.167.0",
"@unocss/preset-web-fonts": "^0.61.5",
"@vitejs/plugin-vue": "^5.1.0",
"@types/node": "^20.16.5",
"@types/three": "^0.168.0",
"@unocss/preset-web-fonts": "^0.62.4",
"@vitejs/plugin-vue": "^5.1.3",
"@volar/cdn": "~1.11.1",
"@volar/monaco": "~2.3.4",
"@volar/typescript": "~2.3.4",
"@vue/language-service": "2.0.29",
"bumpp": "^9.4.1",
"@volar/monaco": "~2.4.5",
"@volar/typescript": "~2.4.5",
"@vue/language-service": "2.1.6",
"bumpp": "^9.5.2",
"codemirror": "^6.0.1",
"fflate": "^0.8.2",
"hash-sum": "^2.0.0",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.7",
"monaco-editor-core": "^0.50.0",
"lint-staged": "^15.2.10",
"monaco-editor-core": "^0.51.0",
"monaco-editor-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"monaco-volar": "^0.4.0",
Expand All @@ -87,11 +87,11 @@
"release-it": "^17.6.0",
"simple-git-hooks": "^2.11.1",
"sucrase": "^3.35.0",
"three": "^0.167.0",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-banner": "^0.7.1",
"vue": "^3.4.34",
"vue-tsc": "2.0.29"
"three": "^0.168.0",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vite-plugin-banner": "^0.8.0",
"vue": "^3.5.6",
"vue-tsc": "2.1.6"
}
}
Loading

0 comments on commit ef6689e

Please sign in to comment.