Skip to content

Commit

Permalink
upgrade dependencies for react, vue and lit (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-sharma7 authored Jun 18, 2023
1 parent c34e44e commit f42b001
Show file tree
Hide file tree
Showing 6 changed files with 1,129 additions and 1,052 deletions.
96 changes: 57 additions & 39 deletions integration-tests/src/main/ui-lit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration-tests/src/main/ui-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": ""
},
"dependencies": {
"lit": "^2.2.1"
"lit": "^2.7.5"
},
"browser": {
"[module-name]": false
Expand Down
14 changes: 7 additions & 7 deletions integration-tests/src/main/ui-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration-tests/src/main/ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/src/main/ui-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.8.3",
"vue": "^3.2.47"
"core-js": "^3.31.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@babel/core": "^7.12.16",
Expand Down
Loading

0 comments on commit f42b001

Please sign in to comment.