Skip to content

Commit

Permalink
build(front): bump up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 10, 2023
1 parent 023d1e3 commit 1463c79
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,26 @@
"tauri": "tauri"
},
"dependencies": {
"@mui/icons-material": "^5.14.11",
"@mui/lab": "^5.0.0-alpha.146",
"@mui/material": "^5.14.11",
"@tauri-apps/api": "^1.4.0",
"@mui/icons-material": "^5.14.12",
"@mui/lab": "5.0.0-alpha.147",
"@mui/material": "^5.14.12",
"@tauri-apps/api": "^1.5.0",
"ace-builds": "^1.29.0",
"next": "13.4.19",
"next": "13.5.4",
"react": "18.2.0",
"react-ace": "^10.1.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.2",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/node": "20.6.1",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"@tauri-apps/cli": "^1.5.2",
"@types/node": "20.8.4",
"@types/react": "18.2.27",
"@types/react-dom": "18.2.12",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"rimraf": "^5.0.5",
"typescript": "5.2.2"
}
Expand Down

0 comments on commit 1463c79

Please sign in to comment.