Skip to content

Commit

Permalink
devDependencies bumped to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranasad7 committed Apr 18, 2024
1 parent 2036851 commit 9c9628e
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 185 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-reactive-storage",
"author": "kamranasad7",
"description": "An encrypted and reactive localstorage system for react using hooks like useState",
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"keywords": [
"localstorage",
Expand Down Expand Up @@ -40,18 +40,17 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vite-plugin-dts": "^3.7.3",
"vite-plugin-top-level-await": "^1.4.1"
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-dts": "^3.8.3"
}
}
Loading

0 comments on commit 9c9628e

Please sign in to comment.