Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Jan 26, 2024
1 parent e81b84c commit 0dd3696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "esp-idf-extension",
"displayName": "ESP-IDF",
"description": "Develop and debug applications for Espressif ESP32, ESP32-S2 chips with ESP-IDF",
"version": "1.6.5",
"version": "1.7.0",
"license": "Apache-2.0",
"publisher": "espressif",
"icon": "media/espressif_icon.png",
Expand Down Expand Up @@ -1586,8 +1586,8 @@
},
"dependencies": {
"ansi-to-html": "^0.6.11",
"axios": "^1.6.0",
"assert": "^2.1.0",
"axios": "^1.6.0",
"bignumber.js": "^9.0.1",
"del": "^4.1.1",
"es6-promisify": "^6.0.0",
Expand All @@ -1601,8 +1601,8 @@
"path-browserify": "^1.0.1",
"pinia": "^2.1.6",
"plotly.js-dist": "^1.54.1",
"postcss": "^8.4.31",
"plotly.js-dist-min": "^2.26.1",
"postcss": "^8.4.31",
"sanitize-html": "^2.7.0",
"stream-browserify": "^3.0.0",
"tar-fs": "^2.0.0",
Expand Down

0 comments on commit 0dd3696

Please sign in to comment.