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 6, 2023
1 parent 687be8a commit 1bd5a5b
Show file tree
Hide file tree
Showing 4 changed files with 1,024 additions and 500 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@typescript-eslint/eslint-plugin": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.27.5",
"lerna": "^3.22.1"
},
"resolutions": {
Expand Down
26 changes: 13 additions & 13 deletions packages/babel-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,32 @@
"dist"
],
"dependencies": {
"@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/helper-module-imports": "^7.21.4",
"@babel/plugin-syntax-jsx": "^7.21.4",
"@babel/template": "^7.21.9",
"@babel/traverse": "^7.22.4",
"@babel/types": "^7.22.4",
"@vue/babel-helper-vue-transform-on": "^1.0.2",
"camelcase": "^6.3.0",
"html-tags": "^3.2.0",
"html-tags": "^3.3.1",
"svg-tags": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@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.3.4",
"@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.5",
"vue": "3.3.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^7.22.1"
}
}
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.39.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/core": "^7.22.1",
"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.5",
"vue": "3.3.4",
"webpack": "^4.46.0",
"webpack-dev-server": "^3.11.3"
}
Expand Down
Loading

0 comments on commit 1bd5a5b

Please sign in to comment.