Skip to content

Commit 8071340

Browse files
committed
Update dependencies in package.json
1 parent 9a45725 commit 8071340

File tree

2 files changed

+537
-386
lines changed

2 files changed

+537
-386
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aurora-react",
33
"private": false,
4-
"version": "2.5.0",
4+
"version": "2.5.1",
55
"type": "module",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -15,27 +15,27 @@
1515
"preview": "vite preview"
1616
},
1717
"peerDependencies": {
18-
"aurora-code": "~2.5.0",
18+
"aurora-code": "^2.5.1",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0"
2121
},
2222
"devDependencies": {
23-
"@types/node": "^20.8.9",
24-
"@types/react": "^18.2.15",
25-
"@types/react-dom": "^18.2.7",
26-
"@typescript-eslint/eslint-plugin": "^6.0.0",
27-
"@typescript-eslint/parser": "^6.0.0",
28-
"@vitejs/plugin-react-swc": "^3.3.2",
29-
"autoprefixer": "^10.4.16",
30-
"eslint": "^8.45.0",
23+
"@types/node": "^20.11.24",
24+
"@types/react": "^18.2.62",
25+
"@types/react-dom": "^18.2.19",
26+
"@typescript-eslint/eslint-plugin": "^6.21.0",
27+
"@typescript-eslint/parser": "^6.21.0",
28+
"@vitejs/plugin-react-swc": "^3.6.0",
29+
"autoprefixer": "^10.4.18",
30+
"eslint": "^8.57.0",
3131
"eslint-plugin-react-hooks": "^4.6.0",
32-
"eslint-plugin-react-refresh": "^0.4.3",
33-
"postcss": "^8.4.31",
32+
"eslint-plugin-react-refresh": "^0.4.5",
33+
"postcss": "^8.4.35",
3434
"react": "^18.2.0",
3535
"react-dom": "^18.2.0",
36-
"tailwindcss": "^3.3.5",
37-
"typescript": "^5.0.2",
38-
"vite": "^4.4.5",
39-
"vite-plugin-dts": "^3.6.2"
36+
"tailwindcss": "^3.4.1",
37+
"typescript": "^5.3.3",
38+
"vite": "^4.5.2",
39+
"vite-plugin-dts": "^3.7.3"
4040
}
4141
}

0 commit comments

Comments
 (0)