Skip to content

Commit

Permalink
released v0.1.6 - fixed audit
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Oct 23, 2022
1 parent 30053bc commit 1cfeb98
Show file tree
Hide file tree
Showing 2 changed files with 441 additions and 283 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itty-time",
"version": "0.1.5",
"version": "0.1.6",
"description": "A tiny library to handle common time-related things for your API in a beautiful way.",
"sourceType": "module",
"main": "./dist/itty-time.js",
Expand Down Expand Up @@ -51,24 +51,24 @@
"url": "https://github.com/kwhitley/itty-time/issues"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@vitest/coverage-c8": "0.23.4",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@vitest/coverage-c8": "0.24.3",
"coveralls": "^3.1.1",
"esbuild": "^0.15.7",
"eslint": "^8.23.0",
"esbuild": "^0.15.12",
"eslint": "^8.26.0",
"fs-extra": "^10.1.0",
"jsdom": "^20.0.1",
"npm-run-all": "4.1.5",
"onchange": "7.1.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"tsup": "^6.2.3",
"typescript": "^4.8.3",
"uglify-js": "^3.17.0",
"vitest": "0.23.4",
"tsup": "^6.3.0",
"typescript": "^4.8.4",
"uglify-js": "^3.17.3",
"vitest": "0.24.3",
"yarn": "^1.22.19",
"yarn-release": "^1.10.3"
"yarn-release": "^1.10.5"
}
}

0 comments on commit 1cfeb98

Please sign in to comment.