Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arttu76 committed Dec 27, 2023
1 parent 5f62c24 commit 0874c95
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 70 deletions.
153 changes: 89 additions & 64 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"material-symbols": "^0.14.2",
"material-symbols": "^0.14.3",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -46,17 +46,17 @@
"@types/jest": "^29.5.11",
"@types/ramda": "^0.29.9",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jest": "^29.7.0",
"sass": "^1.69.5",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.8"
"vite": "^5.0.10"
}
}

0 comments on commit 0874c95

Please sign in to comment.