Skip to content

Commit f5d154b

Browse files
committed
Upgrade dependencies
1 parent 5d09e9c commit f5d154b

File tree

3 files changed

+1713
-1598
lines changed

3 files changed

+1713
-1598
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# !STARTERCONF You can delete this file :) Your support is much appreciated!
1+
# You can delete this file.
2+
# Your support is much appreciated!
23
# These are supported funding model platforms
34

45
github: tittoh

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,45 +16,45 @@
1616
"test-watch": "jest --watch"
1717
},
1818
"dependencies": {
19-
"@headlessui/react": "^1.7.10",
19+
"@headlessui/react": "^1.7.17",
2020
"@heroicons/react": "^2.0.15",
21-
"next": "13.4.4",
21+
"next": "^13.5.6",
2222
"react": "18.2.0",
2323
"react-dom": "18.2.0"
2424
},
2525
"devDependencies": {
26-
"@next/bundle-analyzer": "^13.1.1",
27-
"@next/eslint-plugin-next": "^13.1.1",
28-
"@testing-library/jest-dom": "^5.16.5",
26+
"@next/bundle-analyzer": "^13.5.6",
27+
"@next/eslint-plugin-next": "^13.5.6",
28+
"@testing-library/jest-dom": "^6.1.4",
2929
"@testing-library/react": "^14.0.0",
30-
"@types/node": "20.2.5",
31-
"@types/react": "18.2.7",
32-
"@types/react-dom": "18.2.4",
33-
"@typescript-eslint/eslint-plugin": "^5.48.0",
34-
"@typescript-eslint/parser": "^5.0.0",
35-
"autoprefixer": "^10.4.13",
36-
"eslint": "^8.31.0",
30+
"@types/node": "20.8.7",
31+
"@types/react": "18.2.31",
32+
"@types/react-dom": "18.2.14",
33+
"@typescript-eslint/eslint-plugin": "^6.8.0",
34+
"@typescript-eslint/parser": "^6.8.0",
35+
"autoprefixer": "^10.4.16",
36+
"eslint": "^8.52.0",
3737
"eslint-config-airbnb-base": "^15.0.0",
38-
"eslint-config-airbnb-typescript": "^17.0.0",
39-
"eslint-config-next": "^13.1.1",
40-
"eslint-config-prettier": "^8.6.0",
41-
"eslint-plugin-import": "^2.26.0",
38+
"eslint-config-airbnb-typescript": "^17.1.0",
39+
"eslint-config-next": "^13.5.6",
40+
"eslint-config-prettier": "^9.0.0",
41+
"eslint-plugin-import": "^2.28.1",
4242
"eslint-plugin-jsx-a11y": "^6.6.1",
43-
"eslint-plugin-prettier": "^4.2.1",
44-
"eslint-plugin-react": "^7.31.11",
43+
"eslint-plugin-prettier": "^5.0.1",
44+
"eslint-plugin-react": "^7.33.2",
4545
"eslint-plugin-react-hooks": "^4.6.0",
4646
"eslint-plugin-simple-import-sort": "^10.0.0",
47-
"eslint-plugin-unused-imports": "^2.0.0",
47+
"eslint-plugin-unused-imports": "^3.0.0",
4848
"husky": "^8.0.3",
49-
"jest": "^29.3.1",
50-
"jest-environment-jsdom": "^29.3.1",
51-
"lint-staged": "^13.1.0",
49+
"jest": "^29.7.0",
50+
"jest-environment-jsdom": "^29.7.0",
51+
"lint-staged": "^15.0.2",
5252
"npm-run-all": "^4.1.5",
5353
"postcss": "^8.4.31",
54-
"prettier": "^2.8.1",
55-
"rimraf": "^5.0.1",
56-
"tailwindcss": "^3.3.2",
57-
"typescript": "^5.0.4"
54+
"prettier": "^3.0.3",
55+
"rimraf": "^5.0.5",
56+
"tailwindcss": "^3.3.3",
57+
"typescript": "^5.2.2"
5858
},
5959
"license": "MIT"
6060
}

0 commit comments

Comments
 (0)