Skip to content

Commit b23ee05

Browse files
committed
Update package dependencies
1 parent eb2df86 commit b23ee05

File tree

2 files changed

+2842
-4093
lines changed

2 files changed

+2842
-4093
lines changed

package.json

+21-25
Original file line numberDiff line numberDiff line change
@@ -9,41 +9,37 @@
99
"index.d.ts",
1010
"README.md"
1111
],
12+
"engines": {
13+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
14+
},
1215
"scripts": {
13-
"build": "babel src -d dist --ignore *.test.js",
16+
"build": "babel src -d dist --ignore \"**/*.test.js\"",
1417
"prepublish": "yarn build",
18+
"lint": "eslint src",
1519
"test": "jest",
16-
"test:coverage": "yarn test -- --coverage",
17-
"test:report": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
18-
"test:watch": "yarn test -- --watch",
19-
"posttest": "eslint src/"
20+
"test:coverage": "yarn test --coverage",
21+
"test:watch": "yarn test -- --watch"
2022
},
2123
"author": "Matt Phillips",
2224
"license": "MIT",
2325
"devDependencies": {
24-
"babel-cli": "^6.18.0",
25-
"babel-core": "^6.18.2",
26-
"babel-jest": "^22.0.0",
27-
"babel-jest-assertions": "^0.1.0",
28-
"babel-plugin-add-module-exports": "^0.2.1",
29-
"babel-plugin-gwt": "^1.0.0",
30-
"babel-plugin-transform-es2015-modules-umd": "^6.23.0",
31-
"babel-preset-es2015": "^6.18.0",
32-
"babel-preset-stage-0": "^6.16.0",
33-
"coveralls": "^3.0.0",
34-
"eslint": "^7.10.0",
35-
"jest": "^23.6.0"
26+
"@babel/cli": "^7.16.8",
27+
"@babel/core": "^7.16.12",
28+
"@babel/preset-env": "^7.16.11",
29+
"babel-jest": "^27.4.6",
30+
"eslint": "^8.7.0",
31+
"jest": "^27.4.7"
3632
},
3733
"babel": {
3834
"presets": [
39-
"es2015",
40-
"stage-0"
41-
],
42-
"plugins": [
43-
"add-module-exports",
44-
"transform-es2015-modules-umd",
45-
"babel-jest-assertions",
46-
"gwt"
35+
[
36+
"@babel/preset-env",
37+
{
38+
"targets": {
39+
"node": "12"
40+
}
41+
}
42+
]
4743
]
4844
},
4945
"repository": {

0 commit comments

Comments
 (0)