Skip to content

Commit b4b3c67

Browse files
committed
Merge branch 'master' of https://github.com/source-academy/sicp into pr/yihao03/1082
2 parents a5c1a03 + 78a1589 commit b4b3c67

File tree

3 files changed

+263
-197
lines changed

3 files changed

+263
-197
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
jobs:
1212
deploy:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Use Node.js
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get update -y
3030
sudo apt-get install -y texlive texlive-fonts-extra latexmk
3131
- name: Fetch Yarn dependencies
32-
run: yarn install
32+
run: yarn install --frozen-lockfile
3333
- name: Clone translated_xmls
3434
run: |
3535
git clone -b translated_xmls https://github.com/source-academy/sicp.git translated_xmls

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,17 @@
2424
"url": "https://github.com/source-academy/sicp/issues"
2525
},
2626
"homepage": "https://sourceacademy.org/sicpjs",
27+
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
2728
"devDependencies": {
28-
"@babel/core": "^7.27.4",
29-
"@babel/node": "^7.27.1",
30-
"@babel/preset-env": "^7.27.2",
29+
"@babel/core": "^7.28.0",
30+
"@babel/node": "^7.28.0",
31+
"@babel/preset-env": "^7.28.0",
3132
"fs-extra": "^11.3.0",
3233
"http-server": "^14.1.1",
33-
"husky": "^8.0.3",
34+
"husky": "^9.1.7",
3435
"js-slang": "^1.0.74",
3536
"lz-string": "^1.5.0",
36-
"prettier": "^3.5.3",
37+
"prettier": "^3.6.2",
3738
"xmldom": "^0.6.0",
3839
"xpath": "0.0.33"
3940
},

0 commit comments

Comments
 (0)