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] authored Aug 17, 2023
1 parent 768fb3e commit cefe00f
Show file tree
Hide file tree
Showing 4 changed files with 726 additions and 654 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "[email protected].7",
"packageManager": "[email protected].12",
"scripts": {
"build": "pnpm run -r build",
"test": "vitest",
Expand All @@ -17,19 +17,19 @@
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@types/babel__core": "^7.20.1",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@vitest/coverage-v8": "^0.33.0",
"@types/node": "^20.5.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@vitest/coverage-v8": "^0.34.1",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.0",
"jsdom": "^22.1.0",
"prettier": "^3.0.0",
"tsup": "^7.1.0",
"prettier": "^3.0.2",
"tsup": "^7.2.0",
"typescript": "^5.1.3",
"vite": "^4.4.4",
"vitest": "^0.33.0"
"vite": "^4.4.9",
"vitest": "^0.34.1"
},
"version": "1.1.5"
}
12 changes: 6 additions & 6 deletions packages/babel-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
"@babel/helper-module-imports": "^7.22.5",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/template": "^7.22.5",
"@babel/traverse": "^7.22.8",
"@babel/types": "^7.22.5",
"@babel/traverse": "^7.22.10",
"@babel/types": "^7.22.10",
"@vue/babel-helper-vue-transform-on": "workspace:^",
"camelcase": "^6.3.0",
"html-tags": "^3.3.1",
"svg-tags": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@types/babel__template": "^7.4.1",
"@types/babel__traverse": "^7.20.1",
"@types/svg-tags": "^1.0.0",
"@vue/runtime-dom": "^3.3.4",
"@vue/test-utils": "^2.4.0",
"regenerator-runtime": "^0.13.11",
"@vue/test-utils": "^2.4.1",
"regenerator-runtime": "^0.14.0",
"vue": "^3.3.4"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 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.22.9",
"@babel/core": "^7.22.10",
"@vue/babel-plugin-jsx": "workspace:*",
"monaco-editor": "^0.40.0",
"monaco-editor": "^0.41.0",
"vue": "^3.3.4"
},
"devDependencies": {
"vite-plugin-node-polyfills": "^0.9.0"
"vite-plugin-node-polyfills": "^0.11.2"
}
}
Loading

0 comments on commit cefe00f

Please sign in to comment.