Skip to content

Commit

Permalink
chore: change dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinchen committed Sep 23, 2023
1 parent acc1f46 commit f553dd5
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 50 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"@typescript-eslint/parser": "^5.59.0",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.6.1",
"classnames": "^2.3.1",
"eslint": "^8.0.1",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -94,11 +93,13 @@
"jest-environment-jsdom": "^29.6.1",
"lint-staged": "^13.2.1",
"next": "^13.4.4",
"next-themes": "^0.2.1",
"postcss": "^8.4.14",
"prettier": "2.8.8",
"prism-react-renderer": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-live": "^4.1.5",
"react-test-renderer": "^18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.7",
Expand All @@ -112,7 +113,6 @@
"rollup-plugin-serve": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"shiki": "^0.14.2",
"styled-jsx": "^5.1.2",
"tailwindcss": "^3.3.2",
"ts-jest": "^29.1.1",
"tslib": "^2.4.0",
Expand All @@ -123,8 +123,8 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"next-themes": "^0.2.1",
"prism-react-renderer": "^2.0.6",
"react-live": "^4.1.3"
"classnames": "^2.3.2",
"react-feather": "^2.0.10",
"styled-jsx": "^5.1.2"
}
}
Loading

0 comments on commit f553dd5

Please sign in to comment.