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] authored Nov 23, 2024
1 parent 744309f commit e6502c3
Show file tree
Hide file tree
Showing 2 changed files with 5,036 additions and 6,287 deletions.
56 changes: 28 additions & 28 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,51 +47,51 @@
"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.64.1",
"@vueuse/core": "^10.11.1",
"unocss": "^0.64.1"
},
"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.26.0",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/mdi": "^1.2.1",
"@microsoft/api-extractor": "^7.48.0",
"@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.3",
"@tresjs/core": "^4.3.1",
"@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.17.7",
"@types/three": "^0.170.0",
"@unocss/preset-web-fonts": "^0.64.1",
"@vitejs/plugin-vue": "^5.2.0",
"@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.10",
"@volar/typescript": "~2.4.10",
"@vue/language-service": "2.1.10",
"bumpp": "^9.8.1",
"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.52.0",
"monaco-editor-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"monaco-volar": "^0.4.0",
"onigasm": "^2.2.5",
"path-browserify": "^1.0.1",
"pathe": "^1.1.2",
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"release-it": "^17.10.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.170.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-banner": "^0.8.0",
"vue": "^3.5.13",
"vue-tsc": "2.1.10"
}
}
Loading

0 comments on commit e6502c3

Please sign in to comment.