aboutsummaryrefslogtreecommitdiff
path: root/src/api/package.json
diff options
context:
space:
mode:
authorMax Nanis2025-06-02 16:45:21 +0700
committerMax Nanis2025-06-02 16:45:21 +0700
commite6037b430935720ce60245ae36ecd3622e8a22bf (patch)
tree13919b0f73729ad47a31e06bdd710f774d70cac0 /src/api/package.json
parent8caa77413ea372e5cbd2980a9922d701af359c04 (diff)
downloadpanel-ui-e6037b430935720ce60245ae36ecd3622e8a22bf.tar.gz
panel-ui-e6037b430935720ce60245ae36ecd3622e8a22bf.zip
Updated openapi generator to use the latest version (camelCase to underscore - which respects API models). Updating views to use the new swagger definitions. AnswerSlice as a datastore alongside Questions TS interface
Diffstat (limited to 'src/api/package.json')
-rw-r--r--src/api/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/package.json b/src/api/package.json
index fc2b59d..709ee9b 100644
--- a/src/api/package.json
+++ b/src/api/package.json
@@ -18,7 +18,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
- "axios": "^0.21.1"
+ "@openapitools/openapi-generator-cli": "^2.20.2",
+ "axios": "^0.21.4"
},
"devDependencies": {
"@types/node": "^12.11.5",