Skip to content

Commit

Permalink
Update dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codeAbinash committed Mar 5, 2024
1 parent 9a45725 commit 8071340
Show file tree
Hide file tree
Showing 2 changed files with 537 additions and 386 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aurora-react",
"private": false,
"version": "2.5.0",
"version": "2.5.1",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,27 +15,27 @@
"preview": "vite preview"
},
"peerDependencies": {
"aurora-code": "~2.5.0",
"aurora-code": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"@types/node": "^20.11.24",
"@types/react": "^18.2.62",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.6.2"
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^4.5.2",
"vite-plugin-dts": "^3.7.3"
}
}
Loading

0 comments on commit 8071340

Please sign in to comment.