Skip to content

Commit

Permalink
Update dependencies and clean npm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 5, 2022
1 parent 7bba67a commit b764cc0
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 162 deletions.
3 changes: 0 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
pnpm-lock.yaml

.editorconfig
test/
coverage/

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001294",
"caniuse-lite": "^1.0.30001296",
"fraction.js": "^4.1.2",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
Expand All @@ -43,18 +43,18 @@
"devDependencies": {
"@logux/eslint-config": "^46.1.1",
"@size-limit/preset-small-lib": "7.0.5",
"c8": "^7.10.0",
"clean-publish": "^3.4.4",
"eslint": "^8.5.0",
"c8": "^7.11.0",
"clean-publish": "^3.4.5",
"eslint": "^8.6.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.0.0",
"nanospy": "^0.4.0",
"postcss": "^8.4.5",
"size-limit": "^7.0.5",
"uvu": "^0.5.2"
"uvu": "^0.5.3"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit b764cc0

Please sign in to comment.