Skip to content

Commit

Permalink
runed babel again
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Dec 29, 2022
1 parent 47f0ffe commit 96c8bcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions exercises/concept/train-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"directory": "exercises/concept/train-driver"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.7",
"@exercism/babel-preset-javascript": "^0.2.1",
"@exercism/eslint-config-javascript": "^0.6.0",
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.17",
"babel-jest": "^29.2.2",
"core-js": "~3.26.0",
"eslint": "^8.27.0",
"core-js": "~3.26.1",
"eslint": "^8.30.0",
"jest": "^29.3.1"
},
"dependencies": {},
Expand Down

0 comments on commit 96c8bcb

Please sign in to comment.