Skip to content

Commit

Permalink
1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Dec 20, 2023
2 parents b8caa32 + 3da25c0 commit 2624688
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 75 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.0.3] (December 20, 2023)

* Fixed security vulnerabilities.

## [1.0.2] (September 22, 2023)

* Updated `prettier` version to `^3.0.1`.
Expand Down
146 changes: 76 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/jsdoc-to-ts",
"version": "1.0.2",
"version": "1.0.3",
"description": "Converts inline jsdoc comments to TypeScript .d.ts files",
"main": "index.js",
"author": "Roy Sutton <[email protected]>",
Expand Down Expand Up @@ -32,15 +32,15 @@
},
"dependencies": {
"documentation": "^14.0.2",
"glob": "^10.3.3",
"glob": "^10.3.10",
"jsonata": "^2.0.3",
"loglevel": "^1.8.1",
"minimist": "^1.2.8",
"prettier": "^3.0.1"
"prettier": "^3.1.0"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint-config-enact-proxy": "^1.0.6",
"chai": "^4.3.10",
"eslint-config-enact-proxy": "^1.0.7",
"mocha": "^10.2.0",
"react": "^18.2.0"
}
Expand Down

0 comments on commit 2624688

Please sign in to comment.