Skip to content

Commit

Permalink
Merge pull request #123 from JohnsonMao/dependencies/update
Browse files Browse the repository at this point in the history
Dependencies/update
  • Loading branch information
JohnsonMao authored Dec 28, 2023
2 parents c7a2cde + 31bbd02 commit 9e5a9f1
Show file tree
Hide file tree
Showing 5 changed files with 1,338 additions and 1,113 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@giscus/react": "^2.3.0",
"@giscus/react": "^2.4.0",
"@react-spring/web": "^9.7.3",
"clsx": "^1.2.1",
"feed": "^4.2.2",
"github-slugger": "^2.0.0",
Expand All @@ -22,7 +23,7 @@
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-icons": "^4.12.0",
"rehype-code-titles": "^1.2.0",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^5.1.0",
Expand All @@ -35,31 +36,30 @@
"@svgr/webpack": "^7.0.0",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/js-yaml": "^4.0.8",
"@types/node": "^18.18.7",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/node": "^18.19.3",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/unist": "^3.0.1",
"@types/unist": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint": "^8.56.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-load-config": "^4.0.2",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
},
"browserslist": [
"defaults and supports es6-module",
Expand Down
Loading

0 comments on commit 9e5a9f1

Please sign in to comment.