Skip to content

Commit

Permalink
- fontawesome 0.12
Browse files Browse the repository at this point in the history
- semantic ui 2.5
  • Loading branch information
ky-one committed Nov 19, 2022
1 parent 2a1ace5 commit ebda1af
Show file tree
Hide file tree
Showing 35 changed files with 7,469 additions and 8,233 deletions.
109 changes: 68 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"update:angular": "ng update @angular/core@latest @angular/cli@latest --force --allow-dirty",
"update:ky": "npx npm-check-updates \"/^@ky//\" -u && npm i",
"update:eslint": "ng update @angular-eslint/schematics && npx npm-check-updates \"/^(@typescript-eslint/|eslint)/\" -u && npm i",
"update:fontawesome": "npx npm-check-updates \"/^@fortawesome//\" -u && npm i",
"update:highlight": "npm i ngx-highlightjs@latest highlight.js@latest"
},
"private": true,
Expand All @@ -45,9 +46,9 @@
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@fortawesome/angular-fontawesome": "~0.11.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/pro-solid-svg-icons": "^6.1.1",
"@fortawesome/angular-fontawesome": "~0.12.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/pro-solid-svg-icons": "^6.2.1",
"highlight.js": "^11.5.1",
"license-to-json": "^1.0.0",
"ngx-highlightjs": "^6.1.3",
Expand Down Expand Up @@ -82,4 +83,4 @@
"ng-packagr": "^15.0.0",
"typescript": "~4.8.4"
}
}
}
6 changes: 4 additions & 2 deletions projects/mantic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantic-ui/angular",
"version": "15.0.0",
"version": "15.0.1",
"description": "mantic UI for Angular",
"keywords": [
"mantic-ui",
Expand Down Expand Up @@ -38,9 +38,11 @@
"@angular/forms": "8 - 15",
"@angular/platform-browser": "8 - 15",
"@angular/router": "8 - 15",
"@fortawesome/angular-fontawesome": "~0.11.0",
"rxjs": "^6.0.0 || ^7.0.0"
},
"optionalDependencies": {
"@fortawesome/angular-fontawesome": "~0.12.0"
},
"dependencies": {
"tslib": "^2.3.0"
}
Expand Down
6 changes: 5 additions & 1 deletion projects/semantic-ui/src/lib/styles/all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@import "./components/list";
@import "./components/grid";
@import "./components/message";
@import "./components/flags";
@import "./components/flag";
@import "./components/modal";
@import "./components/dimmer";
@import "./components/checkbox";
Expand All @@ -22,3 +22,7 @@
@import "./components/table";
@import "./components/sidebar";
@import "./components/loader";
//@import "./components/placeholder";
//@import "./components/popup";
//@import "./components/progress";
//@import "./components/search";
Loading

0 comments on commit ebda1af

Please sign in to comment.