Skip to content

Commit 4a8d41c

Browse files
committed
Merge branch 'main' of https://github.com/circuitpython/web-editor into beta
2 parents 0e2de18 + 27f2126 commit 4a8d41c

4 files changed

Lines changed: 32 additions & 32 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v5
13-
- uses: actions/setup-node@v5
13+
- uses: actions/setup-node@v6
1414
with:
1515
node-version: 22
1616
cache: 'npm'

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v5
31-
- uses: actions/setup-node@v5
31+
- uses: actions/setup-node@v6
3232
with:
3333
node-version: 22
3434
cache: 'npm'

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
},
1111
"devDependencies": {
1212
"sass": "^1.93.2",
13-
"vite": "^7.1.7",
14-
"vite-plugin-mkcert": "^1.17.8"
13+
"vite": "^7.1.11",
14+
"vite-plugin-mkcert": "^1.17.9"
1515
},
1616
"dependencies": {
1717
"@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.4",
1818
"@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.4",
1919
"@codemirror/lang-python": "^6.2.1",
20-
"@fortawesome/fontawesome-free": "^7.0.1",
20+
"@fortawesome/fontawesome-free": "^7.1.0",
2121
"@xterm/addon-fit": "^0.10.0",
2222
"@xterm/addon-web-links": "^0.11.0",
2323
"@xterm/xterm": "^5.5.0",
24-
"chart.js": "^4.5.0",
24+
"chart.js": "^4.5.1",
2525
"codemirror": "^6.0.2",
2626
"file-saver": "^2.0.5",
2727
"focus-trap": "^7.6.1",
2828
"idb-keyval": "^6.2.2",
2929
"jszip": "^3.10.1"
3030
},
3131
"optionalDependencies": {
32-
"@rollup/rollup-linux-x64-gnu": "^4.52.0"
32+
"@rollup/rollup-linux-x64-gnu": "^4.52.5"
3333
}
3434
}

0 commit comments

Comments
 (0)