Skip to content

Commit

Permalink
fix(bootstrap): remove bootstrap, ng-bootstrap doesn't support Angula…
Browse files Browse the repository at this point in the history
…r v14.2.x and more (#3146)

Co-authored-by: denStrigo <[email protected]>
  • Loading branch information
denStrigo and denStrigo authored Dec 1, 2022
1 parent 275edf3 commit f3f05ce
Show file tree
Hide file tree
Showing 15 changed files with 4,308 additions and 4,025 deletions.
386 changes: 171 additions & 215 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
"build:prod": "ng build --configuration=production",
"build:wp": "ng build --configuration=production-wp",
"prebuild:packages": "rimraf dist",
"build:packages": "npm-run-all \"build theme\" \"build auth\" \"build moment\" \"build security\" \"build date-fns\" \"build firebase-auth\" \"build eva-icons\" build:bootstrap build:packages-schematics build:packages-sass",
"build:packages": "npm-run-all \"build theme\" \"build auth\" \"build moment\" \"build security\" \"build date-fns\" \"build firebase-auth\" \"build eva-icons\" build:packages-schematics build:packages-sass",
"build:packages-schematics": "tsc -p src/framework/theme/tsconfig.schematics.json",
"build:packages-sass": "sass dist/auth/styles/prebuilt dist/bootstrap/styles/prebuilt dist/theme/styles/prebuilt --load-path=node_modules --style=compressed --no-source-map",
"build:bootstrap": "cp -r src/framework/bootstrap dist",
"build:packages-sass": "sass dist/auth/styles/prebuilt dist/theme/styles/prebuilt --load-path=node_modules --style=compressed --no-source-map",
"build:dev-schematics": "gulp build-development-schematics",
"test": "ng test",
"test:packages": "npm-run-all \"test theme -- --code-coverage --watch=false\" test:schematics \"test auth -- --code-coverage --watch=false\" \"test moment -- --code-coverage --watch=false\" \"test security -- --code-coverage --watch=false\" \"test date-fns -- --code-coverage --watch=false\" \"test firebase-auth -- --code-coverage --watch=false\" \"test eva-icons -- --code-coverage --watch=false\"",
Expand Down Expand Up @@ -73,8 +72,6 @@
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.2.12",
"@ng-bootstrap/ng-bootstrap": "~13.1.0",
"bootstrap": "~5.2.0",
"date-fns": "^2.0.0",
"docsearch.js": "^2.5.2",
"eva-icons": "^1.1.3",
Expand All @@ -84,10 +81,10 @@
"moment": "^2.22.2",
"normalize.css": "8.0.0",
"pace-js": "^1.0.2",
"rxfire": "^6.0.0",
"rxjs": "^6.5.3",
"tslib": "^2.3.0",
"zone.js": "~0.11.4",
"rxfire": "^6.0.0"
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
Expand Down
Loading

0 comments on commit f3f05ce

Please sign in to comment.