Skip to content

Commit

Permalink
fix: hey api version
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Sep 29, 2024
1 parent cecb0dd commit e4a8fad
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 140 deletions.
2 changes: 1 addition & 1 deletion libs/front/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"dependencies": {
"tslib": "^2.7.0",
"@hey-api/client-axios": "^0.2.5"
"@hey-api/client-axios": "^0.2.7"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"private": true,
"dependencies": {
"@hey-api/client-axios": "^0.2.5",
"@hey-api/client-axios": "^0.2.7",
"@highlightjs/vue-plugin": "^2.1.0",
"@primevue/themes": "^4.0.4",
"highlight.js": "^11.10.0",
Expand All @@ -28,17 +28,17 @@
},
"devDependencies": {
"@monodon/rust": "^2.0.0-beta.1",
"@nx/cypress": "19.8.0",
"@nx/devkit": "19.8.0",
"@nx/eslint": "19.8.0",
"@nx/eslint-plugin": "19.8.0",
"@nx/jest": "19.8.0",
"@nx/js": "19.8.0",
"@nx/plugin": "19.8.0",
"@nx/vite": "19.8.0",
"@nx/vue": "19.8.0",
"@nx/web": "19.8.0",
"@nx/workspace": "19.8.0",
"@nx/cypress": "19.8.2",
"@nx/devkit": "19.8.2",
"@nx/eslint": "19.8.2",
"@nx/eslint-plugin": "19.8.2",
"@nx/jest": "19.8.2",
"@nx/js": "19.8.2",
"@nx/plugin": "19.8.2",
"@nx/vite": "19.8.2",
"@nx/vue": "19.8.2",
"@nx/web": "19.8.2",
"@nx/workspace": "19.8.2",
"@primevue/auto-import-resolver": "^4.0.4",
"@stoplight/spectral-documentation": "^1.3.1",
"@swc-node/register": "^1.10.9",
Expand All @@ -64,7 +64,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "^25.0.1",
"nx": "19.8.0",
"nx": "19.8.2",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"sass": "1.78.0",
Expand Down
Loading

0 comments on commit e4a8fad

Please sign in to comment.