Skip to content

Commit 203b74e

Browse files
committed
- Latest dependencies
1 parent 113dd23 commit 203b74e

File tree

3 files changed

+571
-728
lines changed

3 files changed

+571
-728
lines changed

jest.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
module.exports = {
24
projects: [
35
{

package.json

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -72,37 +72,34 @@
7272
},
7373
"devDependencies": {
7474
"@babel/cli": "7.12.1",
75-
"@babel/core": "7.11.6",
76-
"@babel/preset-env": "7.11.5",
77-
"@babel/preset-typescript": "7.10.4",
78-
"@rollup/plugin-commonjs": "15.1.0",
79-
"@rollup/plugin-node-resolve": "9.0.0",
75+
"@babel/core": "7.12.3",
76+
"@babel/preset-env": "7.12.1",
77+
"@babel/preset-typescript": "7.12.1",
78+
"@rollup/plugin-commonjs": "16.0.0",
79+
"@rollup/plugin-node-resolve": "10.0.0",
8080
"@types/express": "4.17.8",
81-
"@types/jest": "26.0.14",
81+
"@types/jest": "26.0.15",
8282
"@types/js-yaml": "3.12.5",
83-
"@types/node": "14.11.8",
83+
"@types/node": "14.14.5",
8484
"@types/node-fetch": "2.5.7",
85-
"@typescript-eslint/eslint-plugin": "4.4.1",
85+
"@typescript-eslint/eslint-plugin": "4.6.0",
8686
"@typescript-eslint/parser": "4.6.0",
8787
"codecov": "3.8.0",
88-
"eslint": "7.11.0",
89-
"eslint-config-prettier": "6.12.0",
88+
"eslint": "7.12.1",
89+
"eslint-config-prettier": "6.15.0",
9090
"eslint-plugin-prettier": "3.1.4",
9191
"eslint-plugin-simple-import-sort": "5.0.3",
9292
"express": "4.17.1",
9393
"form-data": "3.0.0",
9494
"glob": "7.1.6",
95-
"jest": "26.5.3",
96-
"jest-cli": "26.5.3",
95+
"jest": "26.6.1",
96+
"jest-cli": "26.6.1",
9797
"node-fetch": "2.6.1",
9898
"prettier": "2.1.2",
99-
"puppeteer": "5.4.0",
100-
"rollup": "2.29.0",
99+
"puppeteer": "5.4.1",
100+
"rollup": "2.32.1",
101101
"rollup-plugin-terser": "7.0.2",
102102
"rollup-plugin-typescript2": "0.28.0",
103-
"typescript": "4.0.3"
104-
},
105-
"resolutions": {
106-
"terser": "5.3.5"
103+
"typescript": "4.0.5"
107104
}
108105
}

0 commit comments

Comments
 (0)