Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron5670 committed Jun 19, 2024
1 parent 1c836dc commit 1061e50
Show file tree
Hide file tree
Showing 2 changed files with 1,389 additions and 1,411 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
"homepage": "https://aaronvandenberg.nl/",
"scripts": {
"dev": "plasmo dev",
"lint": "eslint --ext .ts,.tsx,.js,.jsx src/**/* --fix",
"lint": "npx eslint --ext .ts,.tsx,.js,.jsx src/**/* --fix",
"build": "plasmo build",
"test": "plasmo test",
"knip": "knip"
},
"dependencies": {
"@nextui-org/react": "^2.3.5",
"@nextui-org/react": "^2.4.2",
"@uidotdev/usehooks": "^2.4.1",
"@vahagn13/react-json-view": "^1.0.15",
"axios": "^1.6.8",
"framer-motion": "^11.1.7",
"immer": "^10.0.4",
"plasmo": "0.85.2",
"axios": "^1.7.2",
"framer-motion": "^11.2.11",
"immer": "^10.1.1",
"plasmo": "0.88.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.1.0",
"react-modal-sheet": "^2.2.0",
"react-tooltip": "^5.26.3",
"react-icons": "^5.2.1",
"react-modal-sheet": "^3.1.0",
"react-tooltip": "^5.27.0",
"swr": "^2.2.5",
"zustand": "^4.5.2"
},
Expand All @@ -37,7 +37,7 @@
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"eslint": "8.57.0",
"eslint-plugin-perfectionist": "^2.8.0",
"eslint-plugin-react": "^7.34.1",
"knip": "^5.10.0",
Expand Down
Loading

0 comments on commit 1061e50

Please sign in to comment.