Skip to content

Commit

Permalink
upgrade deps and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Mar 26, 2022
1 parent b2df249 commit 8fdf8fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 1,4 @@
node_modules
yarn.lock
index.js
yarn.lock
pnpm-lock.yaml
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 1,3 @@
language: node_js
node_js:
- "10"
- "node"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 44,10 @@
"@mapbox/shelf-pack": "^3.2.0",
"@rollup/plugin-buble": "^0.21.3",
"bin-pack": "^1.0.2",
"eslint": "^8.0.1",
"eslint": "^8.12.0",
"eslint-config-mourner": "^3.0.0",
"esm": "^3.2.25",
"rollup": "^2.58.0",
"tape": "^5.3.1"
"rollup": "^2.70.1",
"tape": "^5.5.2"
}
}

0 comments on commit 8fdf8fd

Please sign in to comment.