Skip to content

Commit 97cc155

Browse files
authored
Merge pull request #160 from valentinpalkovic/update-babel-dependencies-and-jest
Update babel and jest dependencies
2 parents ffa38eb + 4908287 commit 97cc155

File tree

3 files changed

+1689
-2456
lines changed

3 files changed

+1689
-2456
lines changed

.babelrc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
}
1010
}
1111
],
12-
"@babel/preset-typescript"
12+
["@babel/preset-typescript", { "loose": true }]
1313
],
14-
"plugins": [
15-
"@babel/plugin-proposal-class-properties",
16-
]
14+
"plugins": [["@babel/plugin-proposal-class-properties", { "loose": true }]]
1715
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"url": "https://github.com/joarwilk/flowgen.git"
1919
},
2020
"dependencies": {
21-
"@babel/code-frame": "^7.10.4",
22-
"@babel/highlight": "^7.10.4",
21+
"@babel/code-frame": "^7.16.7",
22+
"@babel/highlight": "^7.16.7",
2323
"commander": "^6.1.0",
2424
"lodash": "^4.17.20",
2525
"prettier": "^2.5.1",
@@ -28,12 +28,12 @@
2828
"typescript-compiler": "^1.4.1-2"
2929
},
3030
"devDependencies": {
31-
"@babel/cli": "^7.11.6",
32-
"@babel/core": "^7.11.6",
33-
"@babel/plugin-proposal-class-properties": "^7.10.4",
34-
"@babel/preset-env": "^7.11.5",
35-
"@babel/preset-typescript": "^7.10.4",
36-
"@types/babel__code-frame": "^7.0.1",
31+
"@babel/cli": "^7.16.7",
32+
"@babel/core": "^7.16.7",
33+
"@babel/plugin-proposal-class-properties": "^7.16.7",
34+
"@babel/preset-env": "^7.16.7",
35+
"@babel/preset-typescript": "^7.16.7",
36+
"@types/babel__code-frame": "^7.0.3",
3737
"@types/jest": "^26.0.13",
3838
"@types/lodash": "^4.14.161",
3939
"@types/node": "^14.10.0",
@@ -44,15 +44,15 @@
4444
"@typescript-eslint/parser": "^5.9.0",
4545
"babel-core": "^7.0.0-bridge.0",
4646
"babel-eslint": "^10.1.0",
47-
"babel-jest": "^26.3.0",
47+
"babel-jest": "^27.4.6",
4848
"chalk": "^4.1.0",
4949
"eslint": "^8.6.0",
5050
"eslint-config-prettier": "^8.3.0",
5151
"eslint-plugin-import": "^2.25.4",
5252
"eslint-plugin-jest": "^25.3.4",
5353
"eslint-plugin-prettier": "^4.0.0",
5454
"flow-bin": "^0.161.0",
55-
"jest": "^26.4.2",
55+
"jest": "^27.4.7",
5656
"mongodb": "^4.1.3"
5757
},
5858
"files": [

0 commit comments

Comments
 (0)