Skip to content

Commit 9a0e0a5

Browse files
committed
Merge branch 'main' of https://github.com/circuitpython/web-editor into beta
2 parents 4718d87 + 7826d05 commit 9a0e0a5

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 18

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
url: ${{ steps.deployment.outputs.page_url }}
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- uses: actions/setup-node@v4
3232
with:
3333
node-version: 18

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"sass": "^1.80.6",
12+
"sass": "^1.90.0",
1313
"vite": "^6.3.5",
1414
"vite-plugin-mkcert": "^1.17.8"
1515
},
1616
"dependencies": {
1717
"@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.2",
1818
"@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.4",
1919
"@codemirror/lang-python": "^6.2.1",
20-
"@fortawesome/fontawesome-free": "^6.7.2",
20+
"@fortawesome/fontawesome-free": "^7.0.0",
2121
"@xterm/addon-fit": "^0.10.0",
2222
"@xterm/addon-web-links": "^0.11.0",
2323
"@xterm/xterm": "^5.5.0",
@@ -29,6 +29,6 @@
2929
"jszip": "^3.10.1"
3030
},
3131
"optionalDependencies": {
32-
"@rollup/rollup-linux-x64-gnu": "^4.44.1"
32+
"@rollup/rollup-linux-x64-gnu": "^4.48.1"
3333
}
3434
}

0 commit comments

Comments
 (0)