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 Dec 14, 2022
1 parent d13cd89 commit 3a38fae
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 181 deletions.
18 changes: 9 additions & 9 deletions packages/babel-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,29 @@
"@babel/helper-module-imports": "^7.18.6",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/template": "^7.18.10",
"@babel/traverse": "^7.19.4",
"@babel/types": "^7.19.4",
"@babel/traverse": "^7.20.5",
"@babel/types": "^7.20.5",
"@vue/babel-helper-vue-transform-on": "^1.0.2",
"camelcase": "^6.3.0",
"html-tags": "^3.2.0",
"svg-tags": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@types/jest": "^26.0.24",
"@types/svg-tags": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vue/compiler-dom": "3.2.41",
"@vue/compiler-dom": "3.2.45",
"@vue/test-utils": "2.0.0-beta.2",
"jest": "^26.6.3",
"regenerator-runtime": "^0.13.10",
"regenerator-runtime": "^0.13.11",
"ts-jest": "^26.5.6",
"typescript": "^4.8.4",
"vue": "3.2.41"
"typescript": "^4.9.4",
"vue": "3.2.45"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^7.20.5"
}
}
8 changes: 4 additions & 4 deletions packages/jsx-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "1.1.0",
"private": true,
"dependencies": {
"monaco-editor": "^0.34.0"
"monaco-editor": "^0.34.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/core": "^7.20.5",
"css-loader": "^3.6.0",
"html-webpack-plugin": "^4.5.2",
"style-loader": "^1.3.0",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"vue": "3.2.41",
"typescript": "^4.9.4",
"vue": "3.2.45",
"webpack": "^4.46.0",
"webpack-dev-server": "^3.11.3"
}
Expand Down
Loading

0 comments on commit 3a38fae

Please sign in to comment.