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 Feb 19, 2024
1 parent b4f9f1b commit 9dbefcc
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 142 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vue-jsx-monorepo",
"version": "1.2.1",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"type": "module",
"scripts": {
"build": "pnpm run -r build",
Expand All @@ -23,19 +23,19 @@
"@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^20.11.16",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/coverage-v8": "^1.3.0",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-jsx/package.json
Expand Up @@ -41,10 +41,10 @@
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.5",
"@types/svg-tags": "^1.0.2",
"@vue/runtime-dom": "^3.4.15",
"@vue/runtime-dom": "^3.4.19",
"@vue/test-utils": "^2.4.4",
"regenerator-runtime": "^0.14.1",
"vue": "^3.4.15"
"vue": "^3.4.19"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-resolve-type/package.json
Expand Up @@ -47,11 +47,11 @@
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/parser": "^7.23.9",
"@vue/compiler-sfc": "^3.4.15"
"@vue/compiler-sfc": "^3.4.19"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@types/babel__code-frame": "^7.0.6",
"vue": "^3.4.15"
"vue": "^3.4.19"
}
}
6 changes: 3 additions & 3 deletions packages/jsx-explorer/package.json
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@babel/core": "^7.23.9",
"@vue/babel-plugin-jsx": "workspace:*",
"monaco-editor": "^0.45.0",
"vue": "^3.4.15"
"monaco-editor": "^0.46.0",
"vue": "^3.4.19"
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-node-polyfills": "^0.19.0"
"vite-plugin-node-polyfills": "^0.21.0"
}
}

0 comments on commit 9dbefcc

Please sign in to comment.