Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 5e33e0b commit 02a56bf
Show file tree
Hide file tree
Showing 4 changed files with 667 additions and 521 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-jsx-monorepo",
"private": true,
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.9.2",
"scripts": {
"build": "pnpm run -r build",
"test": "vitest",
Expand All @@ -16,21 +16,21 @@
"jsx"
],
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@types/babel__core": "^7.20.2",
"@types/node": "^20.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@vitest/coverage-v8": "^0.34.5",
"@rollup/plugin-babel": "^6.0.4",
"@types/babel__core": "^7.20.3",
"@types/node": "^20.8.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@vitest/coverage-v8": "^0.34.6",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.5"
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"version": "1.1.5"
}
14 changes: 7 additions & 7 deletions packages/babel-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"svg-tags": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@types/babel__template": "^7.4.2",
"@types/babel__traverse": "^7.20.2",
"@types/svg-tags": "^1.0.0",
"@vue/runtime-dom": "^3.3.4",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@types/babel__template": "^7.4.3",
"@types/babel__traverse": "^7.20.3",
"@types/svg-tags": "^1.0.1",
"@vue/runtime-dom": "^3.3.7",
"@vue/test-utils": "^2.4.1",
"regenerator-runtime": "^0.14.0",
"vue": "^3.3.4"
"vue": "^3.3.7"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
8 changes: 4 additions & 4 deletions packages/jsx-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@vue/babel-plugin-jsx": "workspace:*",
"monaco-editor": "^0.43.0",
"vue": "^3.3.4"
"monaco-editor": "^0.44.0",
"vue": "^3.3.7"
},
"devDependencies": {
"vite-plugin-node-polyfills": "^0.14.1"
"vite-plugin-node-polyfills": "^0.15.0"
}
}
Loading

0 comments on commit 02a56bf

Please sign in to comment.