Skip to content

Commit

Permalink
update zustand
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmerk committed Oct 29, 2024
1 parent 8493084 commit 6a8683b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions gui_dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"react-dom": "next",
"react-icons": "^5.3.0",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^6.26.2",
"zustand": "next"
"react-router-dom": "^6.27.0",
"zustand": "latest"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@eslint/compat": "^1.2.0",
"@vitejs/plugin-react": "^4.3.2",
"@babel/core": "^7.25.9",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"@eslint/compat": "^1.2.1",
"@vitejs/plugin-react": "^4.3.3",
"@welldone-software/why-did-you-render": "^8.0.3",
"babel-plugin-react-compiler": "latest",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.3.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "latest",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-react-refresh": "^0.4.13",
"prettier": "^3.3.3",
"vite": "^5.4.8"
"vite": "^5.4.10"
}
}

0 comments on commit 6a8683b

Please sign in to comment.