We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8297f commit 03851d7Copy full SHA for 03851d7
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "spreadsheetjs-react",
3
"private": false,
4
- "version": "1.0.0-alpha.1",
+ "version": "1.0.0-alpha",
5
"type": "module",
6
"main": "dist/main.js",
7
"types": "dist/main.d.ts",
@@ -22,8 +22,8 @@
22
},
23
"devDependencies": {
24
"@eslint/js": "^9.33.0",
25
- "@types/react": "^19.1.10",
26
- "@types/react-dom": "^19.1.7",
+ "@types/react": "^19.1.10",
+ "@types/react-dom": "^19.1.7",
27
"@vitejs/plugin-react-swc": "^4.0.0",
28
"eslint": "^9.33.0",
29
"eslint-plugin-react-hooks": "^5.2.0",
0 commit comments