Skip to content

Commit

Permalink
Merge pull request #545 from icflorescu/next
Browse files Browse the repository at this point in the history
Update dev deps
  • Loading branch information
icflorescu authored Feb 8, 2024
2 parents 6165045 + d657588 commit 872b9c3
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 147 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,23 @@
},
"devDependencies": {
"@docsearch/react": "^3.5.2",
"@ducanh2912/next-pwa": "^10.2.3",
"@ducanh2912/next-pwa": "^10.2.5",
"@faker-js/faker": "^8.4.0",
"@formkit/auto-animate": "^0.8.1",
"@mantine/code-highlight": "^7.5.0",
"@mantine/core": "^7.5.0",
"@mantine/dates": "^7.5.0",
"@mantine/hooks": "^7.5.0",
"@mantine/modals": "^7.5.0",
"@mantine/notifications": "^7.5.0",
"@tabler/icons-react": "^2.46.0",
"@tanstack/react-query": "^5.18.0",
"@mantine/code-highlight": "^7.5.1",
"@mantine/core": "^7.5.1",
"@mantine/dates": "^7.5.1",
"@mantine/hooks": "^7.5.1",
"@mantine/modals": "^7.5.1",
"@mantine/notifications": "^7.5.1",
"@tabler/icons-react": "^2.47.0",
"@tanstack/react-query": "^5.18.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.13",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"clsx": "^2.1.0",
"cssnano": "^6.0.3",
"dayjs": "^1.11.10",
Expand All @@ -98,19 +98,19 @@
"lodash": "^4.17.21",
"mantine-contextmenu": "^7.5.0",
"next": "14.1.0",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.0.0",
"postcss-preset-mantine": "^1.12.3",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.2",
"swr": "^2.2.4",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"webpack": "^5.90.0"
"webpack": "^5.90.1"
},
"peerDependencies": {
"@mantine/core": ">=7",
Expand Down
Loading

0 comments on commit 872b9c3

Please sign in to comment.