Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ttttonyhe committed Jul 18, 2024
1 parent e28aab0 commit 0d0b89a
Show file tree
Hide file tree
Showing 2 changed files with 917 additions and 933 deletions.
28 changes: 14 additions & 14 deletions apps/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"clean": "rm -rf dist && rm -rf node_modules && rm -rf .turbo && rm -rf .next"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.5",
"@sentry/nextjs": "^8.10.0",
"@reduxjs/toolkit": "^2.2.6",
"@sentry/nextjs": "^8.18.0",
"@twilight-toolkit/ui": "workspace:*",
"@twilight-toolkit/utils": "workspace:*",
"algoliasearch": "5.0.0-alpha.100",
"cors": "^2.8.5",
"dotenv-webpack": "^8.1.0",
"html2plaintext": "^2.1.4",
"next": "^14.2.4",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^3.4.7",
Expand All @@ -40,41 +40,41 @@
"@ouorz/prettier-config": "workspace:*",
"@tailwindcss/typography": "^0.5.13",
"@types/cors": "^2.8.17",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.6",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-highlight": "^0.12.8",
"@types/rss": "^0.0.32",
"@types/smoothscroll-polyfill": "^0.3.4",
"autoprefixer": "^10.4.19",
"comma-number": "^2.1.0",
"cssnano": "^7.0.3",
"cssnano": "^7.0.4",
"eslint": "^9",
"highlight.js": "^11.9.0",
"highlight.js": "^11.10.0",
"nexment": "^0.0.688",
"next-themes": "^0.3.0",
"nextjs-progressbar": "^0.0.16",
"nextjs-redirect": "^6.0.1",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"react-content-loader": "^7.0.2",
"react-h5-audio-player": "^3.9.1",
"react-h5-audio-player": "^3.9.3",
"react-highlight": "^0.15.0",
"react-infinite-scroll-component": "^6.1.0",
"react-timeago": "^7.2.0",
"smoothscroll-polyfill": "^0.4.4",
"swr": "^2.2.5",
"tailwindcss": "^3.4.4",
"tailwindcss": "^3.4.6",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.92.1"
"typescript": "^5.5.3",
"webpack": "^5.93.0"
},
"optionalDependencies": {
"@testing-library/cypress": "^10.0.2",
"@types/chai": "^4.3.16",
"@types/cypress": "^1.1.3",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.6",
"cypress": "^13.12.0"
"@types/mocha": "^10.0.7",
"cypress": "^13.13.1"
}
}
Loading

0 comments on commit 0d0b89a

Please sign in to comment.