Skip to content

Commit

Permalink
Update JS deps
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed May 1, 2024
1 parent 2a8283f commit e3d753a
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
118 changes: 59 additions & 59 deletions src/main/webui/package-lock.json

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

12 changes: 6 additions & 6 deletions src/main/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"license": "MIT",
"dependencies": {
"@tanstack/react-query": "5.32.0",
"@tanstack/react-query-devtools": "5.32.0",
"@tanstack/react-query": "5.32.1",
"@tanstack/react-query-devtools": "5.32.1",
"axios": "1.6.8",
"dompurify": "3.1.1",
"dompurify": "3.1.2",
"primeflex": "3.3.1",
"primeicons": "7.0.0",
"primereact": "10.6.3",
"primereact": "10.6.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.51.3",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@melloware/csp-webpack-plugin": "6.0.4",
"@types/node": "20.12.7",
"@types/react": "18.3.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.10",
Expand All @@ -40,7 +40,7 @@
"purgecss-webpack-plugin": "4.1.3",
"react-app-rewired": "2.2.1",
"react-scripts": "5.0.1",
"sass": "1.75.0",
"sass": "1.76.0",
"typescript": "4.9.5"
},
"scripts": {
Expand Down

0 comments on commit e3d753a

Please sign in to comment.