Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Jan 24, 2023
1 parent f068fdc commit bad0fab
Show file tree
Hide file tree
Showing 5 changed files with 7,442 additions and 7,319 deletions.
2 changes: 1 addition & 1 deletion deno_dist/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/etienne-dldc/humpf/blob/master/design/logo.png" width="597" alt="humpf logo">
<img src="https://github.com/etienne-dldc/humpf/blob/main/design/logo.png" width="597" alt="humpf logo">
</p>

# 📐 Humpf [![Build Status](https://travis-ci.org/etienne-dldc/humpf.svg?branch=master)](https://travis-ci.org/etienne-dldc/humpf) [![](https://badgen.net/bundlephobia/minzip/humpf)](https://bundlephobia.com/result?p=humpf)
Expand Down
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,22 @@
"typecheck:watch": "tsc --noEmit --watch"
},
"devDependencies": {
"@types/jest": "^27.5.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"canvas": "^2.9.1",
"denoify": "^0.11.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^28.1.0",
"np": "^7.6.1",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.2",
"tslib": "^2.3.1",
"tsup": "^5.12.7",
"typescript": "^4.6.4"
"@swc/core": "^1.3.28",
"@types/jest": "^29.2.6",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"canvas": "^2.11.0",
"denoify": "^1.4.5",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"jest": "^29.4.0",
"np": "^7.6.3",
"prettier": "^2.8.3",
"rimraf": "^4.1.2",
"ts-jest": "^29.0.5",
"tslib": "^2.4.1",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit bad0fab

Please sign in to comment.