Skip to content

Commit eb09f99

Browse files
authored
Add Fleet Management Sample (#8)
1 parent 20f1fe1 commit eb09f99

File tree

220 files changed

+9233
-6403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+9233
-6403
lines changed

package-lock.json

Lines changed: 1280 additions & 1086 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,35 @@
1212
"test": "vitest"
1313
},
1414
"dependencies": {
15-
"@floating-ui/react": "^0.27.7",
15+
"@floating-ui/react": "^0.27.8",
16+
"@igniteui/material-icons-extended": "^3.0.0",
1617
"element-internals-polyfill": "^1.3.10",
1718
"functions-have-names": "^1.2.3",
18-
"igniteui-react": "19.0.0-alpha.4",
19+
"igniteui-react": "19.0.1",
1920
"igniteui-react-charts": "19.0.0-alpha.0",
2021
"igniteui-react-core": "19.0.0-alpha.0",
21-
"igniteui-react-grids": "19.0.0-alpha.4",
22-
"react": "^18.2.0",
22+
"igniteui-react-grids": "19.0.1",
23+
"igniteui-react-maps": "19.0.0-alpha.0",
24+
"lit": "^3.3.0",
25+
"react": "^19.0.0",
2326
"react-app-polyfill": "^0.2.0",
24-
"react-dom": "^18.2.0",
27+
"react-dom": "^19.0.0",
2528
"react-router-dom": "^6.16.0",
2629
"resize-observer-polyfill": "^1.5.1"
2730
},
2831
"devDependencies": {
29-
"@types/react": "^18.2.15",
30-
"@types/react-dom": "^18.2.7",
32+
"@types/react": "^19.0.10",
33+
"@types/react-dom": "^19.0.4",
3134
"@typescript-eslint/eslint-plugin": "^8.21.0",
3235
"@typescript-eslint/parser": "^8.21.0",
33-
"@vitejs/plugin-react": "^4.0.3",
34-
"eslint": "^9.20.0",
36+
"@vitejs/plugin-react": "^4.3.3",
37+
"eslint": "^9.21.0",
3538
"eslint-plugin-react-hooks": "^5.1.0",
36-
"eslint-plugin-react-refresh": "^0.4.3",
39+
"eslint-plugin-react-refresh": "^0.4.19",
3740
"igniteui-cli": "~14.3.16",
3841
"jsdom": "^22.1.0",
3942
"sass": "^1.86.3",
40-
"typescript": "~5.5.4",
43+
"typescript": "~5.7.2",
4144
"vite": "^6.3.4",
4245
"vite-plugin-static-copy": "^2.3.1"
4346
},

0 commit comments

Comments
 (0)