Skip to content

Commit

Permalink
Merge pull request #8 from Rujuu-prog/remove-ts-from-dependencies
Browse files Browse the repository at this point in the history
➖ remove typescript from dependencies
  • Loading branch information
Rujuu-prog authored May 16, 2024
2 parents f7ebebb + 45575da commit e38850c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown2notion",
"version": "1.2.0",
"version": "1.2.1",
"description": "Convert markdown files to notion database. The folder structure is also fully represented as tags in notion.",
"author": "Rujuu",
"license": "MIT",
Expand Down Expand Up @@ -32,8 +32,7 @@
"@notionhq/client": "^2.2.3",
"@tryfabric/martian": "^1.2.4",
"chalk": "4",
"gray-matter": "^4.0.3",
"typescript": "*"
"gray-matter": "^4.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand All @@ -48,6 +47,7 @@
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2"
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3946,7 +3946,7 @@ typed-array-length@^1.0.6:
is-typed-array "^1.1.13"
possible-typed-array-names "^1.0.0"

typescript@*:
typescript@^5.4.5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
Expand Down

0 comments on commit e38850c

Please sign in to comment.