Skip to content

Commit

Permalink
Update package.json dependencies
Browse files Browse the repository at this point in the history
- Updated the version of `@types/dedent` from `^0.7.0` to `^0.7.2`.
- Updated the version of `@types/ini` from `^1.3.31` to `^1.3.34`.
- Added `@types/dedent` and `@types/ini` with placeholder versions in dependencies.
  • Loading branch information
Clear Clown 清楚系ピエロ committed Oct 23, 2024
1 parent baa4525 commit eba911a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"i18next": "^22.4.15",
"ini": "^4.0.0",
"kolorist": "^1.7.0",
"openai": "^3.2.1"
"openai": "^3.2.1",
"@types/dedent": "^<version>",
"@types/ini": "^<version>"
},
"repository": {
"type": "git",
Expand All @@ -38,8 +40,8 @@
"release:patch": "npm run build && npm version patch && npm run build && npm publish && git push --follow-tags"
},
"devDependencies": {
"@types/dedent": "^0.7.0",
"@types/ini": "^1.3.31",
"@types/dedent": "^0.7.2",
"@types/ini": "^1.3.34",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
Expand Down

0 comments on commit eba911a

Please sign in to comment.