Skip to content

Commit

Permalink
Bump dependencies to use latest ASTs (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte authored Oct 2, 2022
1 parent 7e1cf0f commit 3ef30b3
Show file tree
Hide file tree
Showing 3 changed files with 1,976 additions and 2,483 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
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
Expand Down
44 changes: 22 additions & 22 deletions package.json
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 <derk-jan+github@karrenbeld.info>",
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 3ef30b3

Please sign in to comment.