mirror of
https://github.com/Ratstail91/sineql-demo.git
synced 2026-05-05 23:30:11 +10:00
Updated dependencies
This commit is contained in:
+2
-1
@@ -1,2 +1,3 @@
|
||||
.env
|
||||
node_modules
|
||||
node_modules
|
||||
tools
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:16
|
||||
FROM node:18
|
||||
WORKDIR "/app"
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
|
||||
Generated
+90
-761
File diff suppressed because it is too large
Load Diff
+7
-7
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sineql-demo",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"main": "server/index.js",
|
||||
"scripts": {
|
||||
@@ -13,11 +13,11 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"dotenv": "^16.0.0",
|
||||
"express": "^4.17.3",
|
||||
"mariadb": "^2.5.6",
|
||||
"node-fetch": "^2.0.0",
|
||||
"sequelize": "^6.17.0",
|
||||
"sineql": "^1.0.3"
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.2",
|
||||
"mariadb": "^3.0.2",
|
||||
"node-fetch": "^2.6.8",
|
||||
"sequelize": "^6.28.0",
|
||||
"sineql": "^1.0.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
POST http://127.0.0.1:4000/sineql HTTP/1.1
|
||||
Content-Type: text/plain
|
||||
|
||||
Book {
|
||||
title
|
||||
}
|
||||
Reference in New Issue
Block a user