Skip to content

Commit 80bba9d

Browse files
authored
Update package.json
1 parent 1dbc227 commit 80bba9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP32-e-Paper-Weather-Display",
3-
"version": "0.2.0",
3+
"version": "0.3.1",
44
"description": "An ESP32 7.5in ePaper Display showing data from OpenWeather, local sensors and MQTT brokers",
55
"main": "Waveshare_7_5_T7_Sensors.ino",
66
"frameworks": "arduino",
@@ -20,14 +20,14 @@
2020
},
2121
"homepage": "https://github.com/matthias-bs/ESP32-e-Paper-Weather-Display#README",
2222
"dependencies": {
23-
"GxEPD2": "ZinggJM/GxEPD2#semver:^1.6.4",
23+
"GxEPD2": "ZinggJM/GxEPD2#semver:^1.6.5",
2424
"U8g2_for_Adafruit_GFX": "olikraus/U8g2_for_Adafruit_GFX#semver:^1.8.0",
2525
"cQueue": "SMFSW/cQueue#semver:^2.0",
26-
"TheengsDecoder": "theengs/decoder#semver:^1.9.9",
26+
"TheengsDecoder": "theengs/decoder#semver:^2.0.0",
2727
"arduino-mqtt": "256dpi/arduino-mqtt#semver:^2.5.2",
2828
"ArduinoJson": "bblanchon/ArduinoJson#semver:^7.4.2",
2929
"pocketBME280": "angrest/pocketBME280#semver:^1.2.4",
30-
"NimBLE-Arduino": "h2zero/NimBLE-Arduino#semver:^2.2.3",
30+
"NimBLE-Arduino": "h2zero/NimBLE-Arduino#semver:^2.3.6",
3131
"Sensirion I2C SCD4x": "Sensirion/arduino-i2c-scd4x#semver:^1.1.0",
3232
"Sensirion Core": "Sensirion/arduino-core#semver:^0.7.1"
3333
}

0 commit comments

Comments
 (0)