Skip to content

Commit

Permalink
#14 refactor: update project deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JiahuiChen99 committed Jan 2, 2023
1 parent 2028a5a commit 6725df7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"start": "next start"
},
"dependencies": {
"axios": "^0.24.0",
"axios": "^1.2.2",
"next": "^13.1.1",
"framer-motion": "^6.3.12",
"framer-motion": "^8.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-intersection-observer": "^9.3.3",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.3.0",
"remark-gfm": "^3.0.1"
"react-icons": "^4.7.1",
"react-intersection-observer": "^9.4.1",
"react-markdown": "^8.0.4",
"remark-gfm": "^3.0.1",
"prettier": "^2.8.1"
},
"devDependencies": {
"autoprefixer": "^9.8.8",
"autoprefixer": "^10.4.13",
"gh-pages": "^3.2.3",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 6725df7

Please sign in to comment.