Skip to content

Commit

Permalink
Merge pull request #24 from eic/ui-ux
Browse files Browse the repository at this point in the history
UI ux improvements
  • Loading branch information
sqrd-max authored Oct 30, 2024
2 parents 3a1874d + 6462dc3 commit fadbf1d
Show file tree
Hide file tree
Showing 67 changed files with 2,603 additions and 609 deletions.
204 changes: 51 additions & 153 deletions firebird-ng/package-lock.json

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

52 changes: 26 additions & 26 deletions firebird-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebird",
"version": "0.0.5",
"version": "0.1.23",
"scripts": {
"ng": "ng",
"serve": "ng serve",
Expand All @@ -11,23 +11,23 @@
"test": "ng test",
"test:headless": "ng test --browsers=ChromeHeadless --watch=false --code-coverage --progress=false"
},
"private": true,
"private": false,
"dependencies": {
"@angular/animations": "^17.3.0",
"@angular/cdk": "~17.3.7",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/material": "~17.3.7",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@tweenjs/tween.js": "^23.1.2",
"@types/picomatch": "^2.3.3",
"angular-split": "^17.1.1",
"@angular/animations": "^17.3.12",
"@angular/cdk": "~17.3.10",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/material": "~17.3.10",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@tweenjs/tween.js": "^23.1.3",
"@types/picomatch": "^2.3.4",
"angular-split": "^17.2.0",
"component": "^1.1.0",
"jsdom": "^24.0.0",
"jsdom": "^24.1.3",
"jsonc-parser": "^3.3.1",
"jsrootdi": "^7.6.101",
"jszip": "^3.10.1",
Expand All @@ -36,26 +36,26 @@
"phoenix-event-display": "^2.16.0",
"phoenix-ui-components": "^2.16.0",
"picomatch": "^4.0.2",
"rxjs": "~7.8.0",
"rxjs": "~7.8.1",
"three": "^0.164.1",
"tslib": "^2.3.0",
"tslib": "^2.7.0",
"vm": "^0.1.0",
"zone.js": "~0.14.3"
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^17.0.2",
"@angular-devkit/build-angular": "^17.3.10",
"@angular/cli": "^17.3.1",
"@angular/compiler-cli": "^17.3.0",
"@types/jasmine": "~5.1.0",
"@angular/cli": "^17.3.10",
"@angular/compiler-cli": "^17.3.12",
"@types/jasmine": "~5.1.4",
"@types/three": "^0.164.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"jasmine-core": "~5.4.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.4.2",
"typescript": "~5.4.5",
"webpack-bundle-analyzer": "^4.10.2"
},
"browser": {
Expand Down
Loading

0 comments on commit fadbf1d

Please sign in to comment.