chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot] 2024-09-19 12:24:47 +00:00 committed by GitHub
parent 1d6003c043
commit 6b08a3e126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 348 additions and 204 deletions

View File

@ -2,7 +2,7 @@
"name": "vue-jsx-monorepo", "name": "vue-jsx-monorepo",
"version": "1.2.5", "version": "1.2.5",
"private": true, "private": true,
"packageManager": "pnpm@9.9.0", "packageManager": "pnpm@9.10.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev", "dev": "pnpm -C packages/jsx-explorer run dev",
@ -25,8 +25,8 @@
"@types/babel__core": "^7.20.5", "@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.3", "@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3", "@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^22.5.4", "@types/node": "^22.5.5",
"@vitest/coverage-v8": "^2.0.5", "@vitest/coverage-v8": "^2.1.1",
"@vue/babel-plugin-jsx": "workspace:*", "@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^9.5.2", "bumpp": "^9.5.2",
"eslint": "^9.10.0", "eslint": "^9.10.0",
@ -35,10 +35,10 @@
"jsdom": "^25.0.0", "jsdom": "^25.0.0",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"tslib": "^2.7.0", "tslib": "^2.7.0",
"tsup": "^8.2.4", "tsup": "^8.3.0",
"typescript": "^5.5.4", "typescript": "^5.6.2",
"typescript-eslint": "^8.4.0", "typescript-eslint": "^8.6.0",
"vite": "^5.4.3", "vite": "^5.4.6",
"vitest": "^2.0.5" "vitest": "^2.1.1"
} }
} }

View File

@ -47,7 +47,7 @@
"@babel/helper-module-imports": "^7.24.7", "@babel/helper-module-imports": "^7.24.7",
"@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-plugin-utils": "^7.24.8",
"@babel/parser": "^7.25.6", "@babel/parser": "^7.25.6",
"@vue/compiler-sfc": "^3.5.3" "@vue/compiler-sfc": "^3.5.6"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.25.2", "@babel/core": "^7.25.2",

View File

@ -12,14 +12,14 @@
"@babel/standalone": "^7.25.6", "@babel/standalone": "^7.25.6",
"@vue/babel-plugin-jsx": "workspace:*", "@vue/babel-plugin-jsx": "workspace:*",
"assert": "^2.1.0", "assert": "^2.1.0",
"monaco-editor": "^0.51.0", "monaco-editor": "^0.52.0",
"vue": "catalog:" "vue": "catalog:"
}, },
"devDependencies": { "devDependencies": {
"@types/babel__standalone": "^7.1.7", "@types/babel__standalone": "^7.1.7",
"@vitejs/plugin-vue-jsx": "^4.0.1", "@vitejs/plugin-vue-jsx": "^4.0.1",
"terser": "^5.31.6", "terser": "^5.33.0",
"unplugin-replace": "^0.3.3", "unplugin-replace": "^0.3.3",
"vite": "^5.4.3" "vite": "^5.4.6"
} }
} }

File diff suppressed because it is too large Load Diff