Skip to content

Commit

Permalink
chore: update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
yatendra121 committed Aug 25, 2024
1 parent eece5df commit 3622eaf
Show file tree
Hide file tree
Showing 10 changed files with 3,116 additions and 1,964 deletions.
84 changes: 42 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,69 +12,69 @@
},
"private": true,
"dependencies": {
"axios": "1.7.2",
"axios": "1.7.5",
"express": "^4.19.2",
"jose": "^5.6.3",
"postcss": "^8.4.39",
"tslib": "^2.6.3",
"jose": "^5.7.0",
"postcss": "^8.4.41",
"tslib": "^2.7.0",
"uuid": "^10.0.0",
"vitest": "2.0.1"
"vitest": "2.0.5"
},
"devDependencies": {
"@nx/devkit": "19.4.2",
"@nx/eslint": "19.4.2",
"@nx/eslint-plugin": "19.4.2",
"@nx/express": "19.4.2",
"@nx/jest": "19.4.2",
"@nx/js": "19.4.2",
"@nx/linter": "19.4.2",
"@nx/node": "19.4.2",
"@nx/vite": "19.4.2",
"@nx/web": "19.4.2",
"@nx/webpack": "19.4.2",
"@nx/workspace": "19.4.2",
"@swc-node/register": "1.10.3",
"@swc/core": "1.6.13",
"@swc/helpers": "0.5.11",
"@nx/devkit": "19.6.2",
"@nx/eslint": "19.6.2",
"@nx/eslint-plugin": "19.6.2",
"@nx/express": "19.6.2",
"@nx/jest": "19.6.2",
"@nx/js": "19.6.2",
"@nx/linter": "19.6.2",
"@nx/node": "19.6.2",
"@nx/vite": "19.6.2",
"@nx/web": "19.6.2",
"@nx/webpack": "19.6.2",
"@nx/workspace": "19.6.2",
"@swc-node/register": "1.10.9",
"@swc/core": "1.7.18",
"@swc/helpers": "0.5.12",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@types/jsdom": "^21.1.7",
"@types/node": "20.14.10",
"@types/node": "22.5.0",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@vitest/coverage-v8": "2.0.1",
"@vitest/ui": "2.0.1",
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"@vitest/coverage-v8": "2.0.5",
"@vitest/ui": "2.0.5",
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
"changelogithub": "^0.13.7",
"changelogithub": "^0.13.10",
"dts-bundle-generator": "9.5.1",
"eslint": "9.6.0",
"eslint": "9.9.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~24.1.0",
"lint-staged": "^15.2.7",
"nx": "19.4.2",
"prettier": "^3.3.2",
"rimraf": "^6.0.0",
"stylelint": "^16.6.1",
"jsdom": "~24.1.2",
"lint-staged": "^15.2.9",
"nx": "19.6.2",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"stylelint": "^16.8.2",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-sass-guidelines": "^11.1.0",
"stylelint-config-sass-guidelines": "^12.0.0",
"supertest": "^7.0.0",
"ts-jest": "29.2.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsx": "^4.16.2",
"typescript": "5.5.3",
"vite": "^5.3.3",
"vite-plugin-dts": "~3.9.1",
"tsx": "^4.18.0",
"typescript": "5.5.4",
"vite": "^5.4.2",
"vite-plugin-dts": "~4.0.3",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.3.2",
"winston": "^3.13.0",
"vite-tsconfig-paths": "^5.0.1",
"winston": "^3.14.2",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^3.23.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/client",
"description": "@qnx/client for handling response",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.16",
"version": "0.6.20",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"homepage": "https://github.com/yatendra121/qnx/tree/main/packages/client",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/crypto",
"description": "Crypto functions",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.18",
"version": "0.6.20",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"homepage": "https://github.com/yatendra121/qnx/tree/main/packages/crypto",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/errors",
"description": "Collection for handle express error response",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.18",
"version": "0.6.20",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"homepage": "https://github.com/yatendra121/qnx/tree/main/packages/errors",
Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/interfaces",
"description": "Collection of core functions",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.0",
"version": "0.6.20",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/log",
"description": "Collection of utilities of console log",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.18",
"version": "0.6.20",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/message",
"description": "Collection of utilities of message",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.8",
"version": "0.6.20",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/response",
"description": "Collection of async functions for express response",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.18",
"version": "0.6.20",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"homepage": "https://github.com/yatendra121/qnx/tree/main/packages/response",
Expand Down
2 changes: 1 addition & 1 deletion packages/winston/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/winston",
"description": "Logger instance for express error response",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.18",
"version": "0.6.20",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"homepage": "https://github.com/yatendra121/qnx/tree/main/packages/winston",
Expand Down
Loading

0 comments on commit 3622eaf

Please sign in to comment.