|
15 | 15 | "dist-types", |
16 | 16 | "docs" |
17 | 17 | ], |
| 18 | + "types": "dist-types/jsx.d.ts", |
18 | 19 | "exports": { |
19 | 20 | "./package.json": "./package.json", |
20 | 21 | "./dist/bricks.json": "./dist/bricks.json", |
21 | 22 | "./dist/manifest.json": "./dist/manifest.json", |
22 | 23 | "./data-providers/*": { |
23 | 24 | "types": "./dist-types/data-providers/*.d.ts" |
24 | 25 | }, |
| 26 | + ".": "./dist-types/jsx.d.ts", |
25 | 27 | "./*": { |
26 | 28 | "types": "./dist-types/*/index.d.ts" |
27 | | - }, |
28 | | - "./jsx.d.ts": "./dist-types/jsx.d.ts" |
| 29 | + } |
29 | 30 | }, |
30 | 31 | "scripts": { |
31 | 32 | "start": "cross-env NODE_ENV=development build-next-bricks --watch", |
32 | 33 | "build": "npm run build:main && npm run build:types", |
33 | 34 | "build:main": "cross-env NODE_ENV=production build-next-bricks", |
34 | | - "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist-types --project tsconfig.json && cp src/jsx.d.ts dist-types/jsx.d.ts", |
| 35 | + "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist-types --project tsconfig.json && copy-jsx-d-ts", |
35 | 36 | "build:manifest": "cross-env NODE_ENV=production build-next-bricks --manifest-only", |
36 | 37 | "test": "cross-env NODE_ENV='test' test-next", |
37 | 38 | "test:ci": "cross-env NODE_ENV='test' CI=true test-next", |
|
41 | 42 | "dependencies": { |
42 | 43 | "@next-api-sdk/micro-app-standalone-sdk": "^1.1.1", |
43 | 44 | "@next-api-sdk/user-service-sdk": "^1.3.0", |
44 | | - "@next-core/easyops-runtime": "^0.15.18", |
| 45 | + "@next-core/easyops-runtime": "^0.15.23", |
45 | 46 | "@next-core/element": "^1.2.19", |
46 | 47 | "@next-core/http": "^1.2.14", |
47 | | - "@next-core/i18n": "^1.0.85", |
| 48 | + "@next-core/i18n": "^1.0.87", |
48 | 49 | "@next-core/react-element": "^1.0.38", |
49 | | - "@next-core/react-runtime": "^1.7.38", |
50 | | - "@next-core/runtime": "^1.70.0", |
| 50 | + "@next-core/react-runtime": "^1.7.43", |
| 51 | + "@next-core/runtime": "^1.71.4", |
51 | 52 | "@next-core/theme": "^1.6.1", |
52 | | - "@next-core/types": "^1.17.0", |
| 53 | + "@next-core/types": "^1.18.1", |
53 | 54 | "@next-shared/general": "^0.10.11", |
54 | 55 | "@next-shared/story": "^0.0.6", |
55 | 56 | "broadcast-channel": "^7.0.0", |
|
59 | 60 | "react": "0.0.0-experimental-ee8509801-20230117" |
60 | 61 | }, |
61 | 62 | "devDependencies": { |
62 | | - "@next-core/build-next-bricks": "^1.24.0", |
| 63 | + "@next-core/build-next-bricks": "^1.25.0", |
63 | 64 | "@next-core/test-next": "^2.0.1" |
64 | 65 | }, |
65 | 66 | "peerDependencies": { |
|
0 commit comments