Update deps

This commit is contained in:
Darren Clarke 2024-06-25 08:14:03 +02:00
parent aeb9aedf84
commit 4c8140d46a
12 changed files with 2293 additions and 867 deletions

View file

@ -5,18 +5,18 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@opensearch-project/opensearch": "^2.9.0",
"@opensearch-project/opensearch": "^2.10.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@types/node": "^20.14.2",
"@types/node": "^20.14.8",
"@types/react": "18.3.3",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"babel-loader": "^9.1.3",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",
"file-loader": "^6.2.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}