Skip to content

Commit

Permalink
Update: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Jan 1, 2024
1 parent 32f1bea commit 8e8ddd5
Show file tree
Hide file tree
Showing 4 changed files with 2,518 additions and 2,307 deletions.
40 changes: 20 additions & 20 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@fluentui/react-icons": "^2.0.198",
"@fluentui/react-icons": "^2.0.224",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@sentry/nextjs": "^7.64.0",
"dotenv": "^16.0.3",
"@sentry/nextjs": "^7.91.0",
"dotenv": "^16.3.1",
"jotai": "^1.13.1",
"js-yaml-loader": "^1.2.2",
"next": "13.2.4",
"next-translate": "^2.0.5",
"next-translate-plugin": "^2.0.5",
"next": "13.5.6",
"next-translate": "^2.6.2",
"next-translate-plugin": "^2.6.2",
"react": "18.2.0",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.3",
"react-markdown": "^8.0.6",
"react-intersection-observer": "^9.5.3",
"react-markdown": "^8.0.7",
"react-range": "^1.8.14",
"react-tag-input": "^6.8.1",
"react-use": "^17.4.0",
"sass": "^1.60.0",
"react-use": "^17.4.2",
"sass": "^1.69.6",
"sharp": "^0.31.3",
"urlcat": "^3.1.0"
},
Expand All @@ -39,19 +39,19 @@
"@types/node": "18.11.10",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-tag-input": "^6.6.1",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"autoprefixer": "^10.4.14",
"@types/react-tag-input": "^6.6.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.16",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"tailwindcss": "^3.3.1",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.0",
"typescript": "4.9.3"
}
}
Loading

0 comments on commit 8e8ddd5

Please sign in to comment.