mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-10 06:23:11 +08:00
Fallback to web search if local search has zero results. Updated packages
This commit is contained in:
18
package.json
18
package.json
@@ -17,21 +17,21 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@kubernetes/client-node": "^0.15.0",
|
||||
"@types/express": "^4.17.11",
|
||||
"axios": "^0.21.1",
|
||||
"@kubernetes/client-node": "^0.15.1",
|
||||
"@types/express": "^4.17.13",
|
||||
"axios": "^0.24.0",
|
||||
"colors": "^1.4.0",
|
||||
"concurrently": "^6.0.2",
|
||||
"dotenv": "^9.0.0",
|
||||
"concurrently": "^6.3.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"express": "^4.17.1",
|
||||
"multer": "^1.4.2",
|
||||
"multer": "^1.4.3",
|
||||
"node-schedule": "^2.0.0",
|
||||
"sequelize": "^6.6.2",
|
||||
"sequelize": "^6.9.0",
|
||||
"sqlite3": "^5.0.2",
|
||||
"umzug": "^2.3.0",
|
||||
"ws": "^7.4.6"
|
||||
"ws": "^8.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.7"
|
||||
"nodemon": "^2.0.14"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user