Skip to content

Commit

Permalink
Upd8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Ferris committed Jul 22, 2024
1 parent 7aeb56c commit 7b46258
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 93 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,18 @@
"packageManager": "[email protected]",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^9.6.0",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "^9.7.0",
"jest": "^29.7.0",
"microbundle": "^0.15.1",
"ts-jest": "^29.2.2",
"ts-jest": "^29.2.3",
"ts-jest-resolver": "^2.0.1",
"typedoc": "^0.26.4",
"typedoc": "^0.26.5",
"typescript": "^5.5.3"
},
"dependencies": {
"caniuse-lite": "^1.0.30001641"
"caniuse-lite": "^1.0.30001643"
}
}
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.9.9'
export default '0.9.99'
Loading

0 comments on commit 7b46258

Please sign in to comment.