Skip to content
This repository was archived by the owner on Apr 30, 2022. It is now read-only.

Commit 12abf8b

Browse files
authored
Merge branch 'ferdikoomen:master' into master
2 parents 45f930c + 715ddce commit 12abf8b

File tree

2 files changed

+209
-178
lines changed

2 files changed

+209
-178
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,22 @@
6464
"rimraf": "^3.0.2"
6565
},
6666
"devDependencies": {
67-
"@babel/cli": "7.14.5",
68-
"@babel/core": "7.14.6",
69-
"@babel/preset-env": "7.14.7",
67+
"@babel/cli": "7.14.8",
68+
"@babel/core": "7.14.8",
69+
"@babel/preset-env": "7.14.9",
7070
"@babel/preset-typescript": "7.14.5",
71-
"@rollup/plugin-commonjs": "19.0.1",
72-
"@rollup/plugin-node-resolve": "13.0.2",
71+
"@rollup/plugin-commonjs": "20.0.0",
72+
"@rollup/plugin-node-resolve": "13.0.4",
7373
"@types/express": "4.17.13",
7474
"@types/jest": "26.0.24",
7575
"@types/js-yaml": "4.0.2",
76-
"@types/node": "16.3.3",
77-
"@types/node-fetch": "2.5.11",
76+
"@types/node": "16.4.10",
77+
"@types/node-fetch": "2.5.12",
7878
"@types/qs": "6.9.7",
79-
"@typescript-eslint/eslint-plugin": "4.28.3",
80-
"@typescript-eslint/parser": "4.28.3",
81-
"codecov": "3.8.2",
82-
"eslint": "7.31.0",
79+
"@typescript-eslint/eslint-plugin": "4.28.5",
80+
"@typescript-eslint/parser": "4.28.5",
81+
"codecov": "3.8.3",
82+
"eslint": "7.32.0",
8383
"eslint-config-prettier": "8.3.0",
8484
"eslint-plugin-prettier": "3.4.0",
8585
"eslint-plugin-simple-import-sort": "7.0.0",
@@ -92,7 +92,7 @@
9292
"prettier": "2.3.2",
9393
"puppeteer": "10.1.0",
9494
"qs": "6.10.1",
95-
"rollup": "2.53.2",
95+
"rollup": "2.55.1",
9696
"rollup-plugin-terser": "7.0.2",
9797
"rollup-plugin-typescript2": "0.30.0",
9898
"typescript": "4.3.5"

0 commit comments

Comments
 (0)