Skip to content

Commit

Permalink
Merge pull request #9 from Tresjs/feature/update-to-core-v4
Browse files Browse the repository at this point in the history
feat: update to core v4
  • Loading branch information
alvarosabu authored Jul 26, 2024
2 parents 3f95994 + 0dc63fc commit 744309f
Show file tree
Hide file tree
Showing 6 changed files with 6,104 additions and 4,772 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,51 +47,51 @@
"prepublishOnly": "npm run build && npm run build-types"
},
"dependencies": {
"@unocss/reset": "^0.58.3",
"@vueuse/core": "^10.7.2",
"unocss": "^0.58.3"
"@unocss/reset": "^0.60.3",
"@vueuse/core": "^10.10.0",
"unocss": "^0.60.3"
},
"devDependencies": {
"@babel/types": "^7.23.6",
"@iconify-json/carbon": "^1.1.28",
"@iconify-json/mdi": "^1.1.64",
"@microsoft/api-extractor": "^7.39.1",
"@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",
"@rollup/plugin-replace": "^5.0.5",
"@tresjs/cientos": "^3.7.0",
"@tresjs/core": "^3.6.1",
"@rollup/plugin-replace": "^5.0.7",
"@tresjs/cientos": "4.0.0-next.1",
"@tresjs/core": "^4.2.2",
"@tresjs/eslint-config-vue": "^0.2.1",
"@types/codemirror": "^5.60.15",
"@types/node": "^20.11.5",
"@types/three": "^0.160.0",
"@unocss/preset-web-fonts": "^0.58.3",
"@vitejs/plugin-vue": "^5.0.3",
"@types/node": "^20.14.12",
"@types/three": "^0.167.0",
"@unocss/preset-web-fonts": "^0.61.5",
"@vitejs/plugin-vue": "^5.1.0",
"@volar/cdn": "~1.11.1",
"@volar/monaco": "~2.0.0",
"@volar/typescript": "~2.0.0",
"@vue/language-service": "1.8.27",
"bumpp": "^9.3.0",
"@volar/monaco": "~2.3.4",
"@volar/typescript": "~2.3.4",
"@vue/language-service": "2.0.29",
"bumpp": "^9.4.1",
"codemirror": "^6.0.1",
"fflate": "^0.8.1",
"fflate": "^0.8.2",
"hash-sum": "^2.0.0",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.0",
"monaco-editor-core": "^0.45.0",
"lint-staged": "^15.2.7",
"monaco-editor-core": "^0.50.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.2.4",
"release-it": "^17.0.1",
"simple-git-hooks": "^2.9.0",
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"simple-git-hooks": "^2.11.1",
"sucrase": "^3.35.0",
"three": "^0.160.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"three": "^0.167.0",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-banner": "^0.7.1",
"vue": "^3.4.15",
"vue-tsc": "1.8.27"
"vue": "^3.4.34",
"vue-tsc": "2.0.29"
}
}
Loading

0 comments on commit 744309f

Please sign in to comment.