Skip to content

Commit

Permalink
fix: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerre committed Jan 26, 2025
1 parent f34378a commit 627fe64
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,36 +26,36 @@
],
"private": true,
"dependencies": {
"@angular/animations": "19.1.1",
"@angular/common": "19.1.1",
"@angular/compiler": "19.1.1",
"@angular/core": "19.1.1",
"@angular/forms": "19.1.1",
"@angular/localize": "19.1.1",
"@angular/platform-browser": "19.1.1",
"@angular/platform-browser-dynamic": "19.1.1",
"@angular/router": "19.1.1",
"@angular/animations": "19.1.3",
"@angular/common": "19.1.3",
"@angular/compiler": "19.1.3",
"@angular/core": "19.1.3",
"@angular/forms": "19.1.3",
"@angular/localize": "19.1.3",
"@angular/platform-browser": "19.1.3",
"@angular/platform-browser-dynamic": "19.1.3",
"@angular/router": "19.1.3",
"@ng-bootstrap/ng-bootstrap": "^18.0.0",
"rxjs": "^7.4.0",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^19.0.0",
"@angular-devkit/architect": "^0.1901.2",
"@angular-devkit/build-angular": "19.1.2",
"@angular-devkit/architect": "^0.1901.4",
"@angular-devkit/build-angular": "19.1.4",
"@angular-eslint/builder": "19.0.2",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/schematics": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "19.1.2",
"@angular/compiler-cli": "19.1.1",
"@angular/language-service": "19.1.1",
"@angular/cli": "19.1.4",
"@angular/compiler-cli": "19.1.3",
"@angular/language-service": "19.1.3",
"@types/jasmine": "^5.1.5",
"@types/node": "^22.10.7",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"@types/node": "^22.10.10",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"angular-ide": "^0.9.77",
"browser-sync": "^3.0.3",
"codelyzer": "^6.0.0",
Expand Down
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
; default_envs = T-A7608X

[env]
platform = espressif32
platform = espressif32 @ 6.10.0
framework = arduino
extra_scripts = pre:build_ui.py
build_flags =
Expand All @@ -48,8 +48,8 @@ monitor_speed = 115200
board_build.filesystem = littlefs
board_build.partitions = partition-custom-ota.csv
lib_deps = ${env.lib_deps}
mathieucarbou/AsyncTCP@^3.3.1
mathieucarbou/ESPAsyncWebServer@^3.4.5
mathieucarbou/AsyncTCP @ ^3.3.2
mathieucarbou/ESPAsyncWebServer @ ^3.6.0
lib_compat_mode = strict
build_flags = ${env.build_flags}
-fno-exceptions
Expand Down

0 comments on commit 627fe64

Please sign in to comment.