Skip to content

Commit

Permalink
Merge pull request #46 from qorelanguage/chore/types-fix
Browse files Browse the repository at this point in the history
Added reqore as dependency
  • Loading branch information
Foxhoundn authored Aug 23, 2024
2 parents 7dd6a27 + 848ea7c commit 4624595
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qoretechnologies/ts-toolkit",
"version": "0.4.5",
"version": "0.4.6",
"description": "Utility library to interact with Qorus Integration Engine & Qore Language",
"keywords": [
"qoretechnologies",
Expand Down Expand Up @@ -61,7 +61,6 @@
"devDependencies": {
"@babel/core": "^7.20.2",
"@chromatic-com/storybook": "^1",
"@qoretechnologies/reqore": "^0.48.4",
"@storybook/addon-actions": "^8.2.7",
"@storybook/addon-essentials": "^8.2.7",
"@storybook/addon-interactions": "^8.2.7",
Expand All @@ -80,6 +79,7 @@
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.42.1",
"chromatic": "^6.12.0",
"colors": "^1.4.0",
"dotenv": "^16.0.2",
"eslint": "^8.22.0",
"eslint-config-airbnb-typescript": "^17.0.0",
Expand All @@ -105,10 +105,10 @@
"typedoc": "^0.23.10",
"typedoc-json-parser": "^7.0.2",
"typescript": "^4.7.4",
"webpack-node-externals": "^3.0.0",
"colors": "^1.4.0"
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@qoretechnologies/reqore": "^0.48.4",
"async": "^3.2.4",
"cron-validator": "^1.3.1",
"js-yaml": "^4.1.0",
Expand Down

0 comments on commit 4624595

Please sign in to comment.