Skip to content

Commit c9b2f99

Browse files
chore: 🔧 upgrade packages
1 parent 73115b3 commit c9b2f99

File tree

2 files changed

+2737
-2366
lines changed

2 files changed

+2737
-2366
lines changed

package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -18,56 +18,56 @@
1818
"commit": "cz"
1919
},
2020
"dependencies": {
21-
"clsx": "^1.2.1",
21+
"clsx": "^2.0.0",
2222
"is-ci": "^3.0.1",
23-
"next": "^13.2.3",
23+
"next": "^13.4.13",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0"
2626
},
2727
"devDependencies": {
28-
"@commitlint/cli": "^17.4.4",
29-
"@commitlint/config-conventional": "^17.4.4",
30-
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
31-
"@testing-library/jest-dom": "^5.16.5",
28+
"@commitlint/cli": "^17.7.1",
29+
"@commitlint/config-conventional": "^17.7.0",
30+
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
31+
"@testing-library/jest-dom": "^5.17.0",
3232
"@testing-library/react": "^14.0.0",
33-
"@types/jest": "^29.4.0",
34-
"@types/node": "^18.14.4",
35-
"@types/react": "^18.0.28",
36-
"@types/react-dom": "^18.0.11",
37-
"@typescript-eslint/eslint-plugin": "^5.54.0",
38-
"@typescript-eslint/parser": "^5.54.0",
39-
"autoprefixer": "^10.4.13",
33+
"@types/jest": "^29.5.3",
34+
"@types/node": "^20.4.10",
35+
"@types/react": "^18.2.20",
36+
"@types/react-dom": "^18.2.7",
37+
"@typescript-eslint/eslint-plugin": "^6.3.0",
38+
"@typescript-eslint/parser": "^6.3.0",
39+
"autoprefixer": "^10.4.14",
4040
"commitizen": "^4.3.0",
41-
"cssnano": "^5.1.15",
41+
"cssnano": "^6.0.1",
4242
"cz-conventional-changelog": "^3.3.0",
4343
"devmoji": "^2.3.0",
44-
"eslint": "^8.35.0",
44+
"eslint": "^8.47.0",
4545
"eslint-config-airbnb": "19.0.4",
46-
"eslint-config-airbnb-typescript": "^17.0.0",
47-
"eslint-config-next": "^13.2.3",
48-
"eslint-config-prettier": "^8.6.0",
46+
"eslint-config-airbnb-typescript": "^17.1.0",
47+
"eslint-config-next": "^13.4.13",
48+
"eslint-config-prettier": "^9.0.0",
4949
"eslint-config-react-app": "^7.0.1",
50-
"eslint-import-resolver-typescript": "^3.5.3",
51-
"eslint-plugin-import": "^2.27.5",
52-
"eslint-plugin-jest": "^27.2.1",
50+
"eslint-import-resolver-typescript": "^3.6.0",
51+
"eslint-plugin-import": "^2.28.0",
52+
"eslint-plugin-jest": "^27.2.3",
5353
"eslint-plugin-jsx-a11y": "^6.7.1",
54-
"eslint-plugin-prettier": "^4.2.1",
55-
"eslint-plugin-react": "^7.32.2",
54+
"eslint-plugin-prettier": "^5.0.0",
55+
"eslint-plugin-react": "^7.33.1",
5656
"eslint-plugin-react-hooks": "^4.6.0",
57-
"eslint-plugin-sonarjs": "^0.18.0",
58-
"eslint-plugin-unused-imports": "^2.0.0",
57+
"eslint-plugin-sonarjs": "^0.20.0",
58+
"eslint-plugin-unused-imports": "^3.0.0",
5959
"husky": "^8.0.3",
60-
"jest": "^29.4.3",
61-
"jest-environment-jsdom": "^29.4.3",
62-
"lint-staged": "^13.1.2",
63-
"next-router-mock": "^0.9.2",
60+
"jest": "^29.6.2",
61+
"jest-environment-jsdom": "^29.6.2",
62+
"lint-staged": "^13.2.3",
63+
"next-router-mock": "^0.9.8",
6464
"npm-run-all": "^4.1.5",
65-
"postcss": "^8.4.21",
66-
"prettier": "^2.8.4",
67-
"prettier-plugin-tailwindcss": "^0.2.4",
68-
"rimraf": "^4.1.4",
69-
"tailwindcss": "^3.2.7",
70-
"typescript": "^4.9.5",
65+
"postcss": "^8.4.27",
66+
"prettier": "^3.0.1",
67+
"prettier-plugin-tailwindcss": "^0.5.2",
68+
"rimraf": "^5.0.1",
69+
"tailwindcss": "^3.3.3",
70+
"typescript": "^5.1.6",
7171
"yarn-or-npm": "^3.0.1"
7272
}
7373
}

0 commit comments

Comments
 (0)