Skip to content

Commit 6abbffb

Browse files
committed
troubleshooting package issues
1 parent 70c5677 commit 6abbffb

File tree

2 files changed

+55
-20
lines changed

2 files changed

+55
-20
lines changed

package-lock.json

+45-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"react-icons": "^4.11"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^18.2",
21-
"@types/react-dom": "^18.2",
22-
"@vitejs/plugin-react-swc": "^3.3.2",
23-
"autoprefixer": "^10.4.16",
20+
"@types/react": "^18",
21+
"@types/react-dom": "^18",
22+
"@vitejs/plugin-react-swc": "^3.3",
23+
"autoprefixer": "^10.4",
2424
"eslint": "^8.45",
25-
"eslint-plugin-react": "^7.32.2",
26-
"eslint-plugin-react-hooks": "^4.6.0",
27-
"eslint-plugin-react-refresh": "^0.4.3",
28-
"postcss": "^8.4.30",
29-
"tailwindcss": "^3.3.3",
30-
"vite": "^4.4.5"
25+
"eslint-plugin-react": "^7.32",
26+
"eslint-plugin-react-hooks": "^4.6",
27+
"eslint-plugin-react-refresh": "^0.4",
28+
"postcss": "^8.4",
29+
"tailwindcss": "^3.3",
30+
"vite": "^4.4"
3131
}
3232
}

0 commit comments

Comments
 (0)