Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: source-academy/scm-slang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2823b89837caf08e39e1354917db04752b4dcd97
Choose a base ref
...
head repository: source-academy/scm-slang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23d97f8c81bd0930570eaa26e8585cbaeb8e389c
Choose a head ref
Loading
Showing with 994 additions and 613 deletions.
  1. +8 −8 package.json
  2. +986 −605 yarn.lock
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -20,8 +20,8 @@
"private": true,
"dependencies": {
"@types/estree": "^1.0.0",
"acorn": "^8.8.2",
"acorn-walk": "^8.2.0",
"acorn": "^8.12.1",
"acorn-walk": "^8.3.3",
"js-base64": "^3.7.7"
},
"scripts": {
@@ -35,22 +35,22 @@
},
"meta": {},
"devDependencies": {
"@babel/preset-env": "^7.24.4",
"@babel/preset-env": "^7.25.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/node": "^22.2.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"babel-jest": "^29.7.0",
"escodegen": "^2.1.0",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"husky": "^9.0.11",
"eslint-plugin-promise": "^6.6.0",
"husky": "^9.1.5",
"jest": "^29.7.0",
"prettier": "^3.2.4",
"prettier": "^3.3.3",
"source-map": "^0.7.4",
"ts-jest": "^29.1.2",
"ts-jest": "^29.2.5",
"typescript": "*"
}
}
Loading