Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: update react dependencies
  • Loading branch information
aslilac committed Jul 1, 2024
commit d6a0576f89dcb4eb27b907493c1f51f331e23cb3
24 changes: 9 additions & 15 deletions offlinedocs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "coder-docs-generator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "pnpm copy-images && next dev",
Expand All @@ -14,29 +13,24 @@
"format:check": "prettier --cache --check './**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'"
},
"dependencies": {
"@chakra-ui/react": "2.8.0",
"@emotion/react": "11",
"@emotion/styled": "11",
"@types/lodash": "4.14.196",
"archiver": "6.0.0",
"framer-motion": "10",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"front-matter": "4.0.2",
"fs-extra": "11.2.0",
"lodash": "4.17.21",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "4.12.0",
"react-markdown": "9.0.1",
"rehype-raw": "7.0.0",
"remark-gfm": "4.0.0"
},
"devDependencies": {
"@react-native-community/eslint-config": "3.2.0",
"@react-native-community/eslint-plugin": "1.3.0",
"@types/lodash": "4.14.196",
"@types/node": "18.19.0",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.1",
"prettier": "3.1.0",
Expand Down
Loading