Skip to content

Commit 67f988e

Browse files
author
Zoran Liu
committed
upgrade
1 parent d9955bb commit 67f988e

5 files changed

Lines changed: 28 additions & 29 deletions

File tree

angular.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"builder": "@angular-devkit/build-angular:ng-packagr",
174174
"options": {
175175
"tsConfig": "libs/core/tsconfig.lib.json",
176-
"project": "libs/core/package.json"
176+
"project": "libs/core/ng-package.json"
177177
},
178178
"configurations": {
179179
"production": {
@@ -204,7 +204,7 @@
204204
"builder": "@angular-devkit/build-angular:ng-packagr",
205205
"options": {
206206
"tsConfig": "libs/fabric/tsconfig.lib.json",
207-
"project": "libs/fabric/package.json"
207+
"project": "libs/fabric/ng-package.json"
208208
},
209209
"configurations": {
210210
"production": {
@@ -291,7 +291,6 @@
291291
},
292292
"defaultProject": "docs",
293293
"cli": {
294-
"warnings": {},
295-
"defaultCollection": "@nrwl/schematics"
294+
"warnings": {}
296295
}
297296
}

libs/core/ng-package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "../../node_modules/ng-packagr/package.schema.json",
3+
"deleteDestPath": true,
4+
"allowedNonPeerDependencies": [
5+
"tslib",
6+
"css-to-style",
7+
"classnames",
8+
"stylenames"
9+
],
10+
"lib": {
11+
"entryFile": "public-api.ts"
12+
},
13+
"dest": "../../@angular-react/core"
14+
}

libs/core/package.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
{
2-
"$schema": "../../node_modules/ng-packagr/package.schema.json",
32
"name": "@angular-react/core",
43
"version": "4.0.1",
5-
"ngPackage": {
6-
"deleteDestPath": true,
7-
"whitelistedNonPeerDependencies": [
8-
"tslib",
9-
"css-to-style",
10-
"classnames",
11-
"stylenames"
12-
],
13-
"lib": {
14-
"entryFile": "public-api.ts"
15-
},
16-
"dest": "../../@angular-react/core"
17-
},
184
"description": "Use React components inside Angular",
195
"author": {
206
"name": "Ben Feely",
@@ -42,10 +28,10 @@
4228
"private": false,
4329
"sideEffects": false,
4430
"peerDependencies": {
45-
"@angular/compiler": "^11.2.14",
46-
"@angular/core": "^11.2.14",
47-
"@angular/platform-browser-dynamic": "^11.2.14",
48-
"@angular/platform-browser": "^11.2.14",
31+
"@angular/compiler": "^13.3.0",
32+
"@angular/core": "^13.3.0",
33+
"@angular/platform-browser-dynamic": "^13.3.0",
34+
"@angular/platform-browser": "^13.3.0",
4935
"rxjs": "^6.5.2",
5036
"react-dom": "~16.8.6",
5137
"react": "~16.8.6"

libs/fabric/ng-package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "../../node_modules/ng-packagr/package.schema.json",
3+
"lib": {
4+
"entryFile": "public-api.ts"
5+
},
6+
"dest": "../../@angular-react/fabric"
7+
}

libs/fabric/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{
2-
"$schema": "../../node_modules/ng-packagr/package.schema.json",
32
"name": "@angular-react/fabric",
43
"version": "4.0.0",
5-
"ngPackage": {
6-
"lib": {
7-
"entryFile": "public-api.ts"
8-
},
9-
"dest": "../../@angular-react/fabric"
10-
},
114
"description": "Use Fabric React components inside Angular",
125
"author": {
136
"name": "Ben Feely",

0 commit comments

Comments
 (0)