Skip to content

Commit

Permalink
Merge pull request #218 from thibaudbrault/dev
Browse files Browse the repository at this point in the history
Dependencies upgrade
  • Loading branch information
thibaudbrault committed Feb 5, 2024
2 parents 12596a2 + 53964d5 commit 7853fd4
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 75 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"postinstall": "husky install"
},
"dependencies": {
"@hookform/resolvers": "3.3.2",
"@hookform/resolvers": "3.3.4",
"@meronex/icons": "4.0.0",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-navigation-menu": "1.1.4",
"@radix-ui/react-separator": "1.0.3",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tabs": "1.0.4",
"@tanstack/match-sorter-utils": "8.8.4",
"@tanstack/match-sorter-utils": "8.11.7",
"@tanstack/react-query": "4.29.7",
"@tanstack/react-table": "8.10.3",
"axios": "^1.6.2",
Expand Down Expand Up @@ -76,13 +76,13 @@
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.0.0",
"sass": "1.68.0",
"sass": "1.70.0",
"stylelint": "16.1.0",
"stylelint-config-prettier-scss": "1.0.0",
"stylelint-config-standard-scss": "13.0.0",
"ts-node": "10.9.2",
"typed-scss-modules": "8.0.0",
"typescript": "5.1.3"
"typescript": "5.3.3"
},
"lint-staged": {
"./src/**/*.{ts,js,jsx,tsx}": [
Expand Down
Loading

0 comments on commit 7853fd4

Please sign in to comment.