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 Jun 13, 2024
1 parent f1a5142 commit d5ab859
Show file tree
Hide file tree
Showing 5 changed files with 1,182 additions and 1,212 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-jsx-monorepo",
"version": "1.2.2",
"private": true,
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.3.0",
"type": "module",
"scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev",
Expand All @@ -19,26 +19,26 @@
"jsx"
],
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.24.6",
"@eslint/js": "^9.3.0",
"@babel/plugin-syntax-typescript": "^7.24.7",
"@eslint/js": "^9.4.0",
"@rollup/plugin-babel": "^6.0.4",
"@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.12.12",
"@types/node": "^20.14.2",
"@vitest/coverage-v8": "^1.6.0",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^9.4.1",
"eslint": "^9.3.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^0.5.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"tslib": "^2.6.2",
"tsup": "^8.0.2",
"eslint-plugin-import-x": "^0.5.1",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"tslib": "^2.6.3",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.10.0",
"vite": "^5.2.11",
"typescript-eslint": "^7.13.0",
"vite": "^5.3.0",
"vitest": "^1.6.0"
}
}
16 changes: 8 additions & 8 deletions packages/babel-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"dist"
],
"dependencies": {
"@babel/helper-module-imports": "^7.24.6",
"@babel/helper-plugin-utils": "^7.24.6",
"@babel/plugin-syntax-jsx": "^7.24.6",
"@babel/template": "^7.24.6",
"@babel/traverse": "^7.24.6",
"@babel/types": "^7.24.6",
"@babel/helper-module-imports": "^7.24.7",
"@babel/helper-plugin-utils": "^7.24.7",
"@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/template": "^7.24.7",
"@babel/traverse": "^7.24.7",
"@babel/types": "^7.24.7",
"@vue/babel-helper-vue-transform-on": "workspace:*",
"@vue/babel-plugin-resolve-type": "workspace:*",
"camelcase": "^6.3.0",
"html-tags": "^4.0.0",
"svg-tags": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.6",
"@types/svg-tags": "^1.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-plugin-resolve-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"@babel/core": "^7.0.0-0"
},
"dependencies": {
"@babel/code-frame": "^7.24.6",
"@babel/helper-module-imports": "^7.24.6",
"@babel/helper-plugin-utils": "^7.24.6",
"@babel/parser": "^7.24.6",
"@babel/code-frame": "^7.24.7",
"@babel/helper-module-imports": "^7.24.7",
"@babel/helper-plugin-utils": "^7.24.7",
"@babel/parser": "^7.24.7",
"@vue/compiler-sfc": "^3.4.27"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/core": "^7.24.7",
"@types/babel__code-frame": "^7.0.6",
"vue": "^3.4.27"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/jsx-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.24.6",
"@babel/core": "^7.24.7",
"@vue/babel-plugin-jsx": "workspace:*",
"monaco-editor": "^0.49.0",
"vue": "^3.4.27"
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^4.0.0",
"vite": "~5.0.13",
"vite": "~5.3.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-node-polyfills": "^0.22.0"
}
Expand Down
Loading

0 comments on commit d5ab859

Please sign in to comment.