|
39 | 39 | "test:realsvc:local:run": "mocha --unhandled-rejections=strict --recursive dist/test/**/*.spec.js --exit --timeout 10000", |
40 | 40 | "test:realsvc:tinylicious": "start-server-and-test start:tinylicious:test 7070 test:realsvc:local:run", |
41 | 41 | "tsc": "tsc", |
42 | | - "typetests:gen": "flub generate typetests --generate --dir .", |
| 42 | + "typetests:gen": "flub generate typetests --dir . -v", |
43 | 43 | "typetests:prepare": "flub generate typetests --prepare --dir . --pin" |
44 | 44 | }, |
45 | 45 | "dependencies": { |
46 | 46 | "@fluidframework/common-definitions": "^0.20.1", |
47 | 47 | "@fluidframework/common-utils": "^1.1.1", |
48 | | - "@fluidframework/container-definitions": "^1.4.0", |
49 | | - "@fluidframework/container-loader": "^1.4.0", |
50 | | - "@fluidframework/core-interfaces": "^1.4.0", |
51 | | - "@fluidframework/driver-definitions": "^1.4.0", |
52 | | - "@fluidframework/driver-utils": "^1.4.0", |
53 | | - "@fluidframework/fluid-static": "^1.4.0", |
54 | | - "@fluidframework/map": "^1.4.0", |
| 48 | + "@fluidframework/container-definitions": "workspace:~", |
| 49 | + "@fluidframework/container-loader": "workspace:~", |
| 50 | + "@fluidframework/core-interfaces": "workspace:~", |
| 51 | + "@fluidframework/driver-definitions": "workspace:~", |
| 52 | + "@fluidframework/driver-utils": "workspace:~", |
| 53 | + "@fluidframework/fluid-static": "workspace:~", |
| 54 | + "@fluidframework/map": "workspace:~", |
55 | 55 | "@fluidframework/protocol-definitions": "^1.0.0", |
56 | | - "@fluidframework/routerlicious-driver": "^1.4.0", |
57 | | - "@fluidframework/runtime-utils": "^1.4.0", |
| 56 | + "@fluidframework/routerlicious-driver": "workspace:~", |
| 57 | + "@fluidframework/runtime-utils": "workspace:~", |
58 | 58 | "@fluidframework/server-services-client": "^0.1036.5002", |
59 | 59 | "axios": "^0.28.0", |
60 | 60 | "uuid": "^8.3.1" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "@fluid-tools/build-cli": "^0.10.0", |
64 | | - "@fluidframework/aqueduct": "^1.4.0", |
| 63 | + "@fluid-tools/build-cli": "^0.55.0", |
| 64 | + "@fluidframework/aqueduct": "workspace:~", |
65 | 65 | "@fluidframework/azure-client-previous": "npm:@fluidframework/[email protected]", |
66 | | - "@fluidframework/azure-local-service": "^1.2.0", |
| 66 | + "@fluidframework/azure-local-service": "workspace:~", |
67 | 67 | "@fluidframework/build-common": "^1.2.0", |
68 | | - "@fluidframework/build-tools": "^0.10.0", |
69 | | - "@fluidframework/counter": "^1.4.0", |
70 | | - "@fluidframework/eslint-config-fluid": "^2.0.0", |
71 | | - "@fluidframework/test-client-utils": "1.4.0", |
72 | | - "@fluidframework/test-utils": "^1.4.0", |
73 | | - "@microsoft/api-extractor": "^7.34.4", |
| 68 | + "@fluidframework/build-tools": "^0.55.0", |
| 69 | + "@fluidframework/counter": "workspace:~", |
| 70 | + "@fluidframework/eslint-config-fluid": "^0.28.2000", |
| 71 | + "@fluidframework/test-client-utils": "workspace:~", |
| 72 | + "@fluidframework/test-utils": "workspace:~", |
| 73 | + "@microsoft/api-extractor": "~7.34.4", |
74 | 74 | "@types/mocha": "^9.1.1", |
75 | | - "@types/node": "^18.15.3", |
| 75 | + "@types/node": "^14.18.0", |
76 | 76 | "concurrently": "^7.6.0", |
77 | 77 | "copyfiles": "^2.4.1", |
78 | 78 | "cross-env": "^7.0.3", |
79 | | - "eslint": "~8.6.0", |
| 79 | + "eslint": "~8.55.0", |
80 | 80 | "eslint-config-prettier": "~8.5.0", |
81 | | - "eslint-plugin-jsdoc": "~39.3.0", |
| 81 | + "eslint-plugin-jsdoc": "~46.8.2", |
82 | 82 | "mocha": "^10.2.0", |
83 | 83 | "prettier": "~2.6.2", |
84 | 84 | "rimraf": "^2.6.2", |
85 | 85 | "start-server-and-test": "^1.11.7", |
86 | 86 | "typescript": "~4.5.5" |
87 | 87 | }, |
88 | 88 | "peerDependencies": { |
89 | | - "fluid-framework": "^1.4.0" |
| 89 | + "fluid-framework": "workspace:~" |
90 | 90 | }, |
91 | 91 | "typeValidation": { |
92 | | - "broken": {} |
| 92 | + "broken": {}, |
| 93 | + "entrypoint": "public" |
93 | 94 | } |
94 | 95 | } |
0 commit comments