Skip to content

Commit

Permalink
chore(deps): update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent e294d08 commit 7a6ca2d
Show file tree
Hide file tree
Showing 10 changed files with 985 additions and 2,798 deletions.
996 changes: 236 additions & 760 deletions ui/cluster-admin/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions ui/cluster-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.23.2",
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "^7.0.0",
"@tanstack/react-query": "4.28.0",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.0",
"@tanstack/react-query": "5.32.0",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.4.3",
"assert": "^2.0.0",
"autoprefixer": "^10.4.2",
Expand All @@ -48,7 +48,7 @@
"zustand": "^4.1.1"
},
"peerDependencies": {
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query": "^4.28.0 || ^5.0.0",
"juno-ui-components": "*",
"prop-types": "^15.8.1",
"react": "18.2.0",
Expand Down Expand Up @@ -83,8 +83,8 @@
}
},
"dependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^16.18.58",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"interweave": "^13.1.0",
Expand Down
657 changes: 169 additions & 488 deletions ui/dashboard/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions ui/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "^7.0.0",
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.0",
"@tailwindui/react": "^0.1.1",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "15.0.4",
"@testing-library/user-event": "^14.4.3",
"assert": "^2.0.0",
"autoprefixer": "^10.4.2",
"babel-jest": "^29.3.1",
"babel-plugin-transform-import-meta": "^2.2.0",
"communicator": "https://assets.juno.global.cloud.sap/libs/[email protected]/package.tgz",
"esbuild": "^0.20.2",
"immer": "^9.0.21",
"immer": "^10.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"juno-ui-components": "https://assets.juno.global.cloud.sap/libs/[email protected]/package.tgz",
Expand Down
Loading

0 comments on commit 7a6ca2d

Please sign in to comment.