nfx-ui 0.15.1 → 0.16.0
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 +31 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nfx-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"description": "Unified frontend UI library for the NFX product family: shared React components, design tokens, theme variables, and layout primitives for a consistent look and behavior across NFX console and other apps.",
|
|
@@ -125,21 +125,21 @@
|
|
|
125
125
|
"build": "tsc -b && vite build && tsc -p tsconfig.dts.json",
|
|
126
126
|
"link": "npm run build && npm link",
|
|
127
127
|
"prepublishOnly": "npm run build",
|
|
128
|
+
"lint": "eslint .",
|
|
128
129
|
"lint:code-format": "prettier --check \"src/**/*.{js,jsx,ts,tsx,cjs,mjs,json,md}\"",
|
|
129
130
|
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,cjs,mjs,json,md}\"",
|
|
130
|
-
"lint": "eslint .",
|
|
131
131
|
"check:update": "npx npm-check-updates"
|
|
132
132
|
},
|
|
133
133
|
"peerDependencies": {
|
|
134
|
-
"@tanstack/react-query": "^5.
|
|
135
|
-
"i18next": ">=
|
|
134
|
+
"@tanstack/react-query": "^5.100.6",
|
|
135
|
+
"i18next": ">=26.0.0",
|
|
136
136
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
137
|
-
"postprocessing": "^6.
|
|
138
|
-
"react": "^19.2.
|
|
139
|
-
"react-dom": "^19.2.
|
|
140
|
-
"react-i18next": ">=
|
|
141
|
-
"three": "^0.
|
|
142
|
-
"zustand": "^5.0.
|
|
137
|
+
"postprocessing": "^6.39.1",
|
|
138
|
+
"react": "^19.2.5",
|
|
139
|
+
"react-dom": "^19.2.5",
|
|
140
|
+
"react-i18next": ">=17.0.0",
|
|
141
|
+
"three": "^0.184.0",
|
|
142
|
+
"zustand": "^5.0.12"
|
|
143
143
|
},
|
|
144
144
|
"peerDependenciesMeta": {
|
|
145
145
|
"three": {
|
|
@@ -163,35 +163,36 @@
|
|
|
163
163
|
"dependencies": {
|
|
164
164
|
"@tanstack/react-virtual": "^3.13.24",
|
|
165
165
|
"async-retry": "^1.3.3",
|
|
166
|
-
"axios": "^1.
|
|
167
|
-
"lucide-react": "^1.
|
|
166
|
+
"axios": "^1.15.2",
|
|
167
|
+
"lucide-react": "^1.14.0",
|
|
168
168
|
"motion": "^12.38.0",
|
|
169
169
|
"react-pro-sidebar": "^1.1.0"
|
|
170
170
|
},
|
|
171
171
|
"devDependencies": {
|
|
172
|
-
"@eslint/js": "^
|
|
173
|
-
"@tanstack/react-query": "^5.
|
|
174
|
-
"@types/node": "^
|
|
172
|
+
"@eslint/js": "^10.0.1",
|
|
173
|
+
"@tanstack/react-query": "^5.100.6",
|
|
174
|
+
"@types/node": "^24.12.2",
|
|
175
175
|
"@types/react": "^19.2.14",
|
|
176
|
-
"@types/
|
|
176
|
+
"@types/react-dom": "^19.2.3",
|
|
177
|
+
"@types/three": "^0.184.0",
|
|
177
178
|
"@vitejs/plugin-react": "^6.0.1",
|
|
178
179
|
"esbuild": "^0.27.4",
|
|
179
|
-
"eslint": "^
|
|
180
|
-
"eslint-plugin-react": "^7.
|
|
181
|
-
"eslint-plugin-react-
|
|
180
|
+
"eslint": "^10.2.1",
|
|
181
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
182
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
182
183
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
183
|
-
"i18next": "^26.0.
|
|
184
|
+
"i18next": "^26.0.8",
|
|
184
185
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
185
|
-
"postprocessing": "^6.39.
|
|
186
|
-
"prettier": "^3.8.
|
|
187
|
-
"react": "^19.2.
|
|
188
|
-
"react-dom": "^19.2.
|
|
189
|
-
"react-i18next": "^17.0.
|
|
190
|
-
"three": "^0.
|
|
191
|
-
"typescript": "~6.0.
|
|
192
|
-
"typescript-eslint": "^8.
|
|
193
|
-
"vite": "^8.0.
|
|
186
|
+
"postprocessing": "^6.39.1",
|
|
187
|
+
"prettier": "^3.8.3",
|
|
188
|
+
"react": "^19.2.5",
|
|
189
|
+
"react-dom": "^19.2.5",
|
|
190
|
+
"react-i18next": "^17.0.6",
|
|
191
|
+
"three": "^0.184.0",
|
|
192
|
+
"typescript": "~6.0.3",
|
|
193
|
+
"typescript-eslint": "^8.59.1",
|
|
194
|
+
"vite": "^8.0.10",
|
|
194
195
|
"vite-plugin-css-injected-by-js": "^4.0.1",
|
|
195
196
|
"zustand": "^5.0.12"
|
|
196
197
|
}
|
|
197
|
-
}
|
|
198
|
+
}
|