Skip to content

Commit

Permalink
Updated JS deps
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jan 1, 2025
1 parent 18770ad commit a82fa65
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 84 deletions.
155 changes: 78 additions & 77 deletions src/main/webui/package-lock.json

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

14 changes: 7 additions & 7 deletions src/main/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
},
"license": "MIT",
"dependencies": {
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query-devtools": "5.62.7",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query-devtools": "5.62.11",
"axios": "1.7.9",
"primeflex": "3.3.1",
"primeicons": "7.0.0",
"primelocale": "1.2.2",
"primereact": "10.8.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.1",
"react-router-dom": "7.0.2",
"react-hook-form": "7.54.2",
"react-router-dom": "7.1.1",
"react-transition-group": "4.4.5"
},
"devDependencies": {
"@farmfe/cli": "1.0.4",
"@farmfe/core": "1.5.0",
"@farmfe/core": "1.6.2",
"@farmfe/plugin-react": "1.2.6",
"@farmfe/plugin-sass": "1.1.0",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/node": "22.10.3",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.12",
Expand Down

0 comments on commit a82fa65

Please sign in to comment.