Skip to content

Commit

Permalink
Update package (#10)
Browse files Browse the repository at this point in the history
* chore(packages): update to latest non-breaking versions

* chore(packages): update to latest breaking versions

* format(*): formatted all files with `prettier`
  • Loading branch information
GervinFung committed Jan 27, 2024
1 parent a74456c commit 160f2ce
Show file tree
Hide file tree
Showing 3 changed files with 842 additions and 829 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.11.0",
"@poolofdeath20/util": "^0.6.12",
"cors": "^2.8.5",
"next": "^14.0.4",
"next": "^14.1.0",
"next-seo": "^6.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand All @@ -24,21 +24,21 @@
"@poolofdeath20/prettier-config-generator": "^0.0.1",
"@types/cors": "^2.8.17",
"@types/jest-image-snapshot": "^6.4.0",
"@types/react": "^18.2.47",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"ci-info": "^4.0.0",
"eslint": "^8.56.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"jest-image-snapshot": "^6.4.0",
"knip": "^3.13.2",
"knip": "^4.2.1",
"next-sitemap": "^4.2.3",
"prettier": "^3.2.2",
"puppeteer": "^21.7.0",
"prettier": "^3.2.4",
"puppeteer": "^21.9.0",
"typescript": "^5.3.3",
"vite-node": "^1.2.0",
"vitest": "^1.2.0"
"vite-node": "^1.2.2",
"vitest": "^1.2.2"
}
}
Loading

0 comments on commit 160f2ce

Please sign in to comment.