@devsym/graph-toolkit-react 1.1.0-beta.0 → 1.1.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/dist/hooks/usePeopleSearch.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +433 -431
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devsym/graph-toolkit-react",
|
|
3
|
-
"version": "1.1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "React components for Microsoft Graph powered by Fluent UI",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dev": "vite build --watch",
|
|
26
26
|
"changeset": "changeset",
|
|
27
27
|
"version-packages": "changeset version",
|
|
28
|
-
"publish-packages": "changeset publish
|
|
28
|
+
"publish-packages": "changeset publish",
|
|
29
29
|
"type-check": "tsc --noEmit",
|
|
30
30
|
"lint": "eslint src --ext .ts,.tsx",
|
|
31
31
|
"lint:fix": "eslint src --ext .ts,.tsx --fix",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public",
|
|
55
|
-
"tag": "
|
|
55
|
+
"tag": "latest"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@azure/msal-browser": "^4.0.0 || ^5.0.0",
|
|
@@ -70,34 +70,34 @@
|
|
|
70
70
|
"@microsoft/microsoft-graph-types": "^2.40.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@azure/msal-browser": "^5.
|
|
74
|
-
"@changesets/cli": "^2.
|
|
75
|
-
"@fluentui/react-components": "^9.
|
|
76
|
-
"@storybook/addon-a11y": "^10.
|
|
77
|
-
"@storybook/addon-docs": "^10.
|
|
78
|
-
"@storybook/addon-links": "^10.
|
|
79
|
-
"@storybook/react-vite": "^10.
|
|
73
|
+
"@azure/msal-browser": "^5.15.0",
|
|
74
|
+
"@changesets/cli": "^2.31.0",
|
|
75
|
+
"@fluentui/react-components": "^9.74.3",
|
|
76
|
+
"@storybook/addon-a11y": "^10.4.6",
|
|
77
|
+
"@storybook/addon-docs": "^10.4.6",
|
|
78
|
+
"@storybook/addon-links": "^10.4.6",
|
|
79
|
+
"@storybook/react-vite": "^10.4.6",
|
|
80
80
|
"@testing-library/dom": "^10.4.1",
|
|
81
81
|
"@testing-library/react": "^16.3.0",
|
|
82
82
|
"@types/react": "^18.2.0",
|
|
83
83
|
"@types/react-dom": "^18.2.0",
|
|
84
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
85
|
-
"@typescript-eslint/parser": "^8.
|
|
86
|
-
"@vitejs/plugin-react": "^6.0.
|
|
84
|
+
"@typescript-eslint/eslint-plugin": "^8.62.1",
|
|
85
|
+
"@typescript-eslint/parser": "^8.62.1",
|
|
86
|
+
"@vitejs/plugin-react": "^6.0.3",
|
|
87
87
|
"eslint": "^9.39.1",
|
|
88
88
|
"eslint-config-prettier": "^10.1.8",
|
|
89
89
|
"eslint-plugin-react": "^7.33.2",
|
|
90
|
-
"eslint-plugin-react-hooks": "^7.
|
|
91
|
-
"eslint-plugin-storybook": "^10.
|
|
92
|
-
"globals": "^17.
|
|
93
|
-
"jsdom": "^29.
|
|
94
|
-
"prettier": "^3.
|
|
90
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
91
|
+
"eslint-plugin-storybook": "^10.4.6",
|
|
92
|
+
"globals": "^17.7.0",
|
|
93
|
+
"jsdom": "^29.1.1",
|
|
94
|
+
"prettier": "^3.8.3",
|
|
95
95
|
"react": "^18.2.0",
|
|
96
96
|
"react-dom": "^18.2.0",
|
|
97
|
-
"storybook": "^10.3.
|
|
98
|
-
"typescript": "^
|
|
99
|
-
"vite": "^8.0.
|
|
100
|
-
"vite-plugin-dts": "^
|
|
101
|
-
"vitest": "^4.1.
|
|
97
|
+
"storybook": "^10.3.6",
|
|
98
|
+
"typescript": "^6.0.3",
|
|
99
|
+
"vite": "^8.0.10",
|
|
100
|
+
"vite-plugin-dts": "^5.0.3",
|
|
101
|
+
"vitest": "^4.1.9"
|
|
102
102
|
}
|
|
103
103
|
}
|