|
39 | 39 | "typings": "./lib/esm/index.d.ts", |
40 | 40 | "scripts": { |
41 | 41 | "build": "ngc && ngc -p tsconfig.cjs.json", |
42 | | - "build:examples-app": "ngc -p tsconfig.example.json && rollup -c rollup.example.config.js", |
| 42 | + "build:examples-app": "ngc -p tsconfig.example.json && rollup -c rollup.example.config.js --bundleConfigAsCjs", |
43 | 43 | "dev": "pnpm run build:examples-app && npx http-server ./example/dist/ -c-1 -o", |
44 | 44 | "clean": "rimraf lib coverage dist .nyc_output 2> /dev/null", |
45 | 45 | "lint": "eslint .", |
|
61 | 61 | ] |
62 | 62 | }, |
63 | 63 | "peerDependencies": { |
64 | | - "@angular/animations": "^15.0.0", |
65 | | - "@angular/cdk": "^15.0.0", |
66 | | - "@angular/common": "^15.0.0", |
67 | | - "@angular/core": "^15.0.0", |
68 | | - "@angular/flex-layout": "^15.0.0-beta", |
69 | | - "@angular/forms": "^15.0.0", |
70 | | - "@angular/material": "^15.0.0", |
71 | | - "@angular/platform-browser": "^15.0.0", |
72 | | - "@angular/router": "^15.0.0", |
| 64 | + "@angular/animations": "^16.0.0 || ^17.0.0", |
| 65 | + "@angular/cdk": "^16.0.0 || ^17.0.0", |
| 66 | + "@angular/common": "^16.0.0 || ^17.0.0", |
| 67 | + "@angular/core": "^16.0.0 || ^17.0.0", |
| 68 | + "@angular/forms": "^16.0.0 || ^17.0.0", |
| 69 | + "@angular/material": "^16.0.0 || ^17.0.0", |
| 70 | + "@angular/platform-browser": "^16.0.0 || ^17.0.0", |
| 71 | + "@angular/router": "^16.0.0 || ^17.0.0", |
73 | 72 | "@jsonforms/angular": "3.2.0-alpha.4", |
74 | 73 | "@jsonforms/core": "3.2.0-alpha.4", |
75 | 74 | "rxjs": "^6.6.0 || ^7.4.0" |
|
79 | 78 | "lodash": "^4.17.21" |
80 | 79 | }, |
81 | 80 | "devDependencies": { |
82 | | - "@angular-devkit/build-angular": "~15.2.10", |
83 | | - "@angular-eslint/eslint-plugin": "^15.0.0", |
84 | | - "@angular-eslint/eslint-plugin-template": "^15.0.0", |
85 | | - "@angular-eslint/schematics": "^15.0.0", |
86 | | - "@angular-eslint/template-parser": "^15.0.0", |
87 | | - "@angular/animations": "^15.0.0", |
88 | | - "@angular/cdk": "^15.0.0", |
89 | | - "@angular/common": "^15.0.0", |
90 | | - "@angular/compiler": "^15.0.0", |
91 | | - "@angular/compiler-cli": "^15.0.0", |
92 | | - "@angular/core": "^15.0.0", |
93 | | - "@angular/flex-layout": "^15.0.0-beta", |
94 | | - "@angular/forms": "^15.0.0", |
95 | | - "@angular/material": "^15.0.0", |
96 | | - "@angular/platform-browser": "^15.0.0", |
97 | | - "@angular/platform-browser-dynamic": "^15.0.0", |
98 | | - "@angular/router": "^15.0.0", |
| 81 | + "@angular-devkit/build-angular": "^16.0.0", |
| 82 | + "@angular-eslint/eslint-plugin": "^16.0.0", |
| 83 | + "@angular-eslint/eslint-plugin-template": "^16.0.0", |
| 84 | + "@angular-eslint/schematics": "^16.0.0", |
| 85 | + "@angular-eslint/template-parser": "^16.0.0", |
| 86 | + "@angular/animations": "^16.0.0", |
| 87 | + "@angular/cdk": "^16.0.0", |
| 88 | + "@angular/common": "^16.0.0", |
| 89 | + "@angular/compiler": "^16.0.0", |
| 90 | + "@angular/compiler-cli": "^16.0.0", |
| 91 | + "@angular/core": "^16.0.0", |
| 92 | + "@angular/forms": "^16.0.0", |
| 93 | + "@angular/material": "^16.0.0", |
| 94 | + "@angular/platform-browser": "^16.0.0", |
| 95 | + "@angular/platform-browser-dynamic": "^16.0.0", |
| 96 | + "@angular/router": "^16.0.0", |
99 | 97 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5", |
100 | 98 | "@babel/plugin-proposal-optional-chaining": "^7.16.5", |
101 | 99 | "@jsonforms/angular": "workspace:*", |
102 | 100 | "@jsonforms/angular-test": "workspace:*", |
103 | 101 | "@jsonforms/core": "workspace:*", |
104 | 102 | "@jsonforms/examples": "workspace:*", |
105 | | - "@ngtools/webpack": "^15.0.0", |
| 103 | + "@ngtools/webpack": "^16.0.0", |
106 | 104 | "@rollup/plugin-commonjs": "^23.0.3", |
107 | | - "@rollup/plugin-json": "^5.0.2", |
| 105 | + "@rollup/plugin-json": "^6.0.0", |
108 | 106 | "@rollup/plugin-node-resolve": "^15.0.1", |
109 | 107 | "@rollup/plugin-replace": "^5.0.1", |
110 | 108 | "@types/jasmine": "~3.8.0", |
|
129 | 127 | "karma-jasmine-html-reporter": "^1.7.0", |
130 | 128 | "karma-sourcemap-loader": "^0.3.8", |
131 | 129 | "karma-webpack": "^5.0.0", |
132 | | - "ng-packagr": "^15.0.0", |
| 130 | + "ng-packagr": "^16.0.0", |
133 | 131 | "null-loader": "^0.1.1", |
134 | 132 | "nyc": "^15.1.0", |
135 | 133 | "prettier": "^2.8.4", |
136 | 134 | "protractor": "^7.0.0", |
137 | 135 | "rimraf": "^3.0.2", |
138 | | - "rollup": "^2.78.0", |
139 | | - "rollup-plugin-cleanup": "^3.2.1", |
| 136 | + "rollup": "^3.0.0", |
140 | 137 | "rollup-plugin-copy": "^3.4.0", |
141 | 138 | "rollup-plugin-import-css": "^3.3.1", |
142 | 139 | "rollup-plugin-typescript2": "^0.34.1", |
143 | | - "rollup-plugin-visualizer": "^5.4.1", |
144 | 140 | "rxjs": "^6.6.0", |
145 | 141 | "ts-loader": "^6.2.1", |
146 | 142 | "tslib": "^2.5.0", |
147 | 143 | "typedoc": "~0.25.3", |
148 | 144 | "typescript": "~4.9.5", |
149 | 145 | "webpack": "^5.78.0", |
150 | 146 | "yargs": "^17.7.2", |
151 | | - "zone.js": "^0.11.4" |
| 147 | + "zone.js": "~0.13.0" |
152 | 148 | } |
153 | 149 | } |
0 commit comments