@microsoft/typespec-msgraph 0.0.1-Preview.3 → 0.0.1-Preview.4

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.
Files changed (1) hide show
  1. package/package.json +6 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/typespec-msgraph",
3
- "version": "0.0.1-Preview.3",
3
+ "version": "0.0.1-Preview.4",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec for Microsoft Graph provides a description of the Microsoft Graph APIs. It is used for generating API description languages, client and service code, documentation, and other assets.",
6
6
  "homepage": "https://github.com/microsoftgraph/typespec-msgraph",
@@ -52,10 +52,12 @@
52
52
  "dist/**",
53
53
  "!dist/test/**"
54
54
  ],
55
- "peerDependencies": {
56
- "@typespec/compiler": "~0.45.0"
57
- },
58
55
  "dependencies": {
56
+ "@xmldom/xmldom": "~0.8.2",
57
+ "@typespec/compiler": "~0.45.0",
58
+ "@typespec/http": "~0.45.0",
59
+ "@typespec/lint": "~0.45.0",
60
+ "@typespec/rest": "~0.45.0",
59
61
  "prettier": "~2.8.7",
60
62
  "react-dom": "~18.2.0",
61
63
  "react": "~18.2.0",
@@ -67,12 +69,7 @@
67
69
  "@types/prettier": "2.6.0",
68
70
  "@types/react": "~18.0.5",
69
71
  "@types/react-reconciler": "~0.28.0",
70
- "@typespec/compiler": "~0.45.0",
71
72
  "@typespec/eslint-config-typespec": "~0.7.0",
72
- "@typespec/http": "~0.45.0",
73
- "@typespec/lint": "~0.45.0",
74
- "@typespec/rest": "~0.45.0",
75
- "@xmldom/xmldom": "~0.8.2",
76
73
  "c8": "~7.13.0",
77
74
  "eslint": "^8.36.0",
78
75
  "mocha": "~10.2.0",