We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eslint
@ljharb/eslint-config
core-js
tape
aud
1 parent e7472e8 commit 7c204f2Copy full SHA for 7c204f2
package.json
@@ -4,12 +4,13 @@
4
"description": "string representations of objects in node and the browser",
5
"main": "index.js",
6
"devDependencies": {
7
- "@ljharb/eslint-config": "^16.0.0",
8
- "core-js": "^2.5.7",
9
- "eslint": "^6.8.0",
+ "@ljharb/eslint-config": "^17.1.0",
+ "aud": "^1.1.2",
+ "core-js": "^2.6.11",
10
+ "eslint": "^7.1.0",
11
"nyc": "^10.3.2",
12
"safe-publish-latest": "^1.1.4",
- "tape": "^5.0.0"
13
+ "tape": "^5.0.1"
14
},
15
"scripts": {
16
"prepublish": "safe-publish-latest",
0 commit comments