@docubook/ui-react 2.0.0-beta.2 → 2.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docubook/ui-react",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.3",
|
|
4
4
|
"description": "React + DaisyUI component library for documentation sites",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"react": "^19.2.0",
|
|
100
100
|
"react-dom": "^19.2.0",
|
|
101
101
|
"vite": "^8.2.1",
|
|
102
|
-
"typescript": "^
|
|
102
|
+
"typescript": "^7.0.2"
|
|
103
103
|
},
|
|
104
104
|
"publishConfig": {
|
|
105
105
|
"access": "public"
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"build": "vite build && tsc -p tsconfig.build.json",
|
|
132
132
|
"dev": "vite build --watch",
|
|
133
133
|
"typecheck": "tsc --noEmit",
|
|
134
|
-
"lint": "
|
|
134
|
+
"lint": "oxlint src",
|
|
135
135
|
"test": "vitest run",
|
|
136
136
|
"test:watch": "vitest",
|
|
137
137
|
"clean": "rm -rf dist"
|