Skip to content

Commit

Permalink
chore: upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime.dubourg committed Apr 4, 2021
1 parent 60686ea commit 177ca02
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 386 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.glci
.env
.github
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@
"glob": "^7.1.6",
"js-yaml": "^4.0.0",
"nodegit": "^0.27.0",
"slugify": "^1.4.7",
"slugify": "^1.5.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.17",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
"jest": "^26.6.3",
"mock-fs": "^4.13.0",
"np": "^7.4.0",
"rollup": "^2.39.0",
"rollup": "^2.44.0",
"rollup-plugin-preserve-shebang": "^1.0.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit 177ca02

Please sign in to comment.