@fluid-app/rep-core 0.1.9 → 0.1.10
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 +4 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-app/rep-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Core types, theme engine, and widget utilities for the Fluid rep platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -173,12 +173,10 @@
|
|
|
173
173
|
"@fortawesome/pro-regular-svg-icons": "^6.7.2",
|
|
174
174
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
175
175
|
"@types/react": "^19.2.13",
|
|
176
|
-
"eslint": "^9.39.1",
|
|
177
176
|
"react": "^19.2.4",
|
|
178
177
|
"tsup": "^8.4.0",
|
|
179
178
|
"typescript": "^5",
|
|
180
|
-
"@fluid-app/typescript-config": "0.0.0"
|
|
181
|
-
"@fluid-app/eslint-config": "0.0.0"
|
|
179
|
+
"@fluid-app/typescript-config": "0.0.0"
|
|
182
180
|
},
|
|
183
181
|
"dependencies": {
|
|
184
182
|
"@radix-ui/react-slot": "^1.1.2",
|
|
@@ -191,8 +189,8 @@
|
|
|
191
189
|
"scripts": {
|
|
192
190
|
"build": "tsup",
|
|
193
191
|
"dev": "tsup --watch",
|
|
194
|
-
"lint": "
|
|
195
|
-
"lint:fix": "
|
|
192
|
+
"lint": "oxlint",
|
|
193
|
+
"lint:fix": "oxlint --fix",
|
|
196
194
|
"typecheck": "tsc --noEmit"
|
|
197
195
|
},
|
|
198
196
|
"main": "./dist/types/index.cjs",
|