-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump dependencies to use latest ASTs (#45)
- Loading branch information
1 parent
7e1cf0f
commit 3ef30b3
Showing
3 changed files
with
1,976 additions
and
2,483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
## 1.4.0 | ||
|
||
- Bump dependencies | ||
|
||
## 1.3.0 | ||
|
||
- Bump dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@exercism/javascript-representer", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Exercism AST representer for javascript", | ||
"repository": "https://github.com/exercism/javascript-representer", | ||
"author": "Derk-Jan Karrenbeld <[email protected]>", | ||
|
@@ -28,32 +28,32 @@ | |
"test:bare": "jest" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.15.5", | ||
"@babel/node": "^7.15.4", | ||
"@babel/preset-env": "^7.15.4", | ||
"@babel/preset-typescript": "^7.15.0", | ||
"@babel/core": "^7.19.3", | ||
"@babel/node": "^7.19.1", | ||
"@babel/preset-env": "^7.19.3", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@tsconfig/recommended": "^1.0.1", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.7.10", | ||
"@types/yargs": "^17.0.2", | ||
"@typescript-eslint/eslint-plugin": "^4.30.0", | ||
"babel-jest": "^27.1.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-jest": "^24.4.0", | ||
"jest": "^27.1.0", | ||
"prettier": "^2.3.2" | ||
"@types/jest": "^29.1.1", | ||
"@types/node": "^16.11.62", | ||
"@types/yargs": "^17.0.13", | ||
"@typescript-eslint/eslint-plugin": "^5.38.1", | ||
"babel-jest": "^29.1.2", | ||
"eslint": "^8.24.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^27.0.4", | ||
"jest": "^29.1.2", | ||
"prettier": "^2.7.1" | ||
}, | ||
"dependencies": { | ||
"@exercism/static-analysis": "^0.10.0", | ||
"@typescript-eslint/parser": "^4.30.0", | ||
"@typescript-eslint/typescript-estree": "^4.30.0", | ||
"@typescript-eslint/visitor-keys": "^4.30.0", | ||
"@exercism/static-analysis": "^0.12.0", | ||
"@typescript-eslint/parser": "^5.38.1", | ||
"@typescript-eslint/typescript-estree": "^5.38.1", | ||
"@typescript-eslint/visitor-keys": "^5.38.1", | ||
"esm": "^3.2.25", | ||
"module-alias": "^2.2.2", | ||
"typescript": "^4.4.2", | ||
"yargs": "^17.1.1" | ||
"typescript": "^4.8.4", | ||
"yargs": "^17.6.0" | ||
}, | ||
"_moduleAliases": { | ||
"~src": "dist", | ||
|
Oops, something went wrong.