Skip to content

Commit 34c9e46

Browse files
Bump packages (#108)
1 parent d82c3a3 commit 34c9e46

File tree

3 files changed

+1898
-1958
lines changed

3 files changed

+1898
-1958
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.14.0
4+
5+
- Update dependencies
6+
37
## 0.13.1
48

59
- Update dependencies

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exercism/javascript-analyzer",
3-
"version": "0.13.2",
3+
"version": "0.14.0",
44
"description": "Exercism analyzer for javascript",
55
"repository": "https://github.com/exercism/javascript-analyzer",
66
"author": "Derk-Jan Karrenbeld <[email protected]>",
@@ -32,34 +32,34 @@
3232
"test:bare": "jest"
3333
},
3434
"devDependencies": {
35-
"@babel/cli": "^7.13.14",
36-
"@babel/core": "^7.13.15",
37-
"@babel/node": "^7.13.13",
38-
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
39-
"@babel/preset-env": "^7.13.15",
40-
"@babel/preset-typescript": "^7.13.0",
35+
"@babel/cli": "^7.15.4",
36+
"@babel/core": "^7.15.5",
37+
"@babel/node": "^7.15.4",
38+
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
39+
"@babel/preset-env": "^7.15.4",
40+
"@babel/preset-typescript": "^7.15.0",
4141
"@tsconfig/recommended": "^1.0.1",
42-
"@types/jest": "^26.0.22",
43-
"@types/node": "^14.14.37",
44-
"@types/yargs": "^16.0.1",
45-
"@typescript-eslint/eslint-plugin": "^4.21.0",
46-
"babel-jest": "^26.6.3",
42+
"@types/jest": "^27.0.1",
43+
"@types/node": "^14.17.14",
44+
"@types/yargs": "^17.0.2",
45+
"@typescript-eslint/eslint-plugin": "^4.30.0",
46+
"babel-jest": "^27.1.0",
4747
"babel-plugin-module-resolver": "^4.1.0",
48-
"core-js": "^3.10.1",
49-
"eslint": "^7.24.0",
50-
"eslint-config-prettier": "^8.1.0",
51-
"eslint-plugin-import": "^2.22.1",
52-
"eslint-plugin-jest": "^24.3.4",
53-
"jest": "^26.6.3",
48+
"core-js": "^3.17.2",
49+
"eslint": "^7.32.0",
50+
"eslint-config-prettier": "^8.3.0",
51+
"eslint-plugin-import": "^2.24.2",
52+
"eslint-plugin-jest": "^24.4.0",
53+
"jest": "^27.1.0",
5454
"rimraf": "^3.0.2",
5555
"shelljs": "^0.8.4"
5656
},
5757
"dependencies": {
58-
"@exercism/static-analysis": "^0.8.1",
59-
"@typescript-eslint/parser": "^4.21.0",
60-
"@typescript-eslint/typescript-estree": "^4.21.0",
61-
"@typescript-eslint/visitor-keys": "^4.21.0",
62-
"typescript": "^4.2.4",
63-
"yargs": "^16.2.0"
58+
"@exercism/static-analysis": "^0.9.0",
59+
"@typescript-eslint/parser": "^4.30.0",
60+
"@typescript-eslint/typescript-estree": "^4.30.0",
61+
"@typescript-eslint/visitor-keys": "^4.30.0",
62+
"typescript": "^4.4.2",
63+
"yargs": "^17.1.1"
6464
}
6565
}

0 commit comments

Comments
 (0)