chore(deps): update all non-major dependencies (#671)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-25 02:02:14 -05:00 committed by GitHub
parent 8af2ceecf8
commit 4050dd6da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 487 additions and 481 deletions

View File

@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"packageManager": "pnpm@8.7.4", "packageManager": "pnpm@8.7.6",
"scripts": { "scripts": {
"build": "pnpm run -r build", "build": "pnpm run -r build",
"test": "vitest", "test": "vitest",
@ -16,12 +16,12 @@
], ],
"devDependencies": { "devDependencies": {
"@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-babel": "^6.0.3",
"@types/babel__core": "^7.20.1", "@types/babel__core": "^7.20.2",
"@types/node": "^20.6.0", "@types/node": "^20.6.5",
"@typescript-eslint/eslint-plugin": "^6.6.0", "@typescript-eslint/eslint-plugin": "^6.7.2",
"@vitest/coverage-v8": "^0.34.4", "@vitest/coverage-v8": "^0.34.5",
"bumpp": "^9.2.0", "bumpp": "^9.2.0",
"eslint": "^8.49.0", "eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1", "eslint-plugin-import": "^2.28.1",
"jsdom": "^22.1.0", "jsdom": "^22.1.0",
@ -29,7 +29,7 @@
"tsup": "^7.2.0", "tsup": "^7.2.0",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"vite": "^4.4.9", "vite": "^4.4.9",
"vitest": "^0.34.4" "vitest": "^0.34.5"
}, },
"version": "1.1.5" "version": "1.1.5"
} }

View File

@ -26,18 +26,18 @@
"@babel/helper-module-imports": "^7.22.15", "@babel/helper-module-imports": "^7.22.15",
"@babel/plugin-syntax-jsx": "^7.22.5", "@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/template": "^7.22.15", "@babel/template": "^7.22.15",
"@babel/traverse": "^7.22.17", "@babel/traverse": "^7.22.20",
"@babel/types": "^7.22.17", "@babel/types": "^7.22.19",
"@vue/babel-helper-vue-transform-on": "workspace:^", "@vue/babel-helper-vue-transform-on": "workspace:^",
"camelcase": "^6.3.0", "camelcase": "^6.3.0",
"html-tags": "^3.3.1", "html-tags": "^3.3.1",
"svg-tags": "^1.0.0" "svg-tags": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.22.17", "@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.15", "@babel/preset-env": "^7.22.20",
"@types/babel__template": "^7.4.1", "@types/babel__template": "^7.4.2",
"@types/babel__traverse": "^7.20.1", "@types/babel__traverse": "^7.20.2",
"@types/svg-tags": "^1.0.0", "@types/svg-tags": "^1.0.0",
"@vue/runtime-dom": "^3.3.4", "@vue/runtime-dom": "^3.3.4",
"@vue/test-utils": "^2.4.1", "@vue/test-utils": "^2.4.1",

View File

@ -8,12 +8,12 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.22.17", "@babel/core": "^7.22.20",
"@vue/babel-plugin-jsx": "workspace:*", "@vue/babel-plugin-jsx": "workspace:*",
"monaco-editor": "^0.41.0", "monaco-editor": "^0.43.0",
"vue": "^3.3.4" "vue": "^3.3.4"
}, },
"devDependencies": { "devDependencies": {
"vite-plugin-node-polyfills": "^0.13.0" "vite-plugin-node-polyfills": "^0.14.1"
} }
} }

936
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff