Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM node:8
FROM node:12.20-alpine

WORKDIR /app

COPY ./package.json /app/package.json
COPY ./yarn.lock /app/yarn.lock

RUN yarn --ignore-scripts
RUN yarn --ignore-scripts --ignore-engines
COPY . /app
RUN yarn
RUN yarn --ignore-engines

# RUN yarn --ignore-scripts

Expand Down
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 19.03.13
reusable: true
exclusive: true
- run:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "SQL Importer",
"description": "Import data from your SQL databases",
"picture": "picture.png",
"version": "0.3.27",
"version": "0.3.28",
"tags": [
"incoming",
"oneColumn",
Expand Down
114 changes: 57 additions & 57 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hull-sql",
"description": "Install SQL connector on your Hull dashboard",
"version": "0.3.27",
"version": "0.3.28",
"homepage": "https://github.com/hull-ships/hull-sql",
"license": "MIT",
"main": "dist/ship.js",
Expand All @@ -11,9 +11,9 @@
"url": "https://github.com/hull"
},
"engines": {
"node": "8.x",
"npm": "3.x",
"yarn": "1.x"
"node": "^12",
"npm": "6.4.x",
"yarn": "^1.10.x"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,70 +44,70 @@
"hull-ship"
],
"dependencies": {
"JSONStream": "^1.3.1",
"aws-sdk": "^2.94.0",
"babel-cli": "^6.10.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"JSONStream": "^1.3.5",
"aws-sdk": "^2.845.0",
"babel-cli": "^6.26.0",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"batch-stream": "^0.1.3",
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"bootstrap-sweetalert": "^1.0.1",
"cache-manager": "2.5.0",
"cache-manager": "3.4.0",
"camelize": "^1.0.0",
"codemirror": "^5.28.0",
"css-loader": "^0.28.4",
"dotenv": "^2.0.0",
"ejs": "^2.5.7",
"express": "^4.15.4",
"hull": "^0.13.16",
"jquery": "^3.2.1",
"codemirror": "^5.59.2",
"css-loader": "^5.0.2",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"hull": "^0.13.22",
"jquery": "^3.5.1",
"json-loader": "^0.5.7",
"lodash": "^4.13.1",
"lodash": "^4.17.20",
"hull-mariadb": "1.0.0",
"minimist": "^1.2.0",
"moment": "^2.17.1",
"newrelic": "^4.3.0",
"pg": "^6.1.1",
"pg-query-stream": "^1.1.0",
"promise-streams": "^1.0.1",
"raw-body": "^2.3.0",
"rimraf": "^2.4.3",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"newrelic": "^7.1.1",
"pg": "^8.5.1",
"pg-query-stream": "^4.0.0",
"promise-streams": "^2.1.1",
"raw-body": "^2.4.1",
"rimraf": "^3.0.2",
"s3-upload-stream": "^1.0.7",
"sequelize": "^3.30.0",
"snowflake-sdk": "^1.1.11",
"sqs-consumer": "^3.6.1",
"ssh2": "^0.8.7",
"style-loader": "^0.18.2",
"sweetalert": "^1.1.3",
"tedious": "^8.0.1",
"sequelize": "^6.5.0",
"snowflake-sdk": "^1.5.3",
"sqs-consumer": "^5.5.0",
"ssh2": "^0.8.9",
"style-loader": "^2.0.0",
"sweetalert": "^2.1.2",
"tedious": "^11.0.3",
"through2-map": "^3.0.0",
"urijs": "^1.18.4",
"webpack": "^2.5.1",
"webpack-dev-middleware": "^1.12.0"
"urijs": "^1.19.6",
"webpack": "^5.22.0",
"webpack-dev-middleware": "^4.1.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-watch": "^2.0.5",
"chai": "^4.1.1",
"eslint": "^2.13.1",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.9.2",
"flow-bin": "^0.45.0",
"foreman": "^2.0.0",
"mocha": "^2.5.3",
"nf": "0.0.3",
"sinon": "^2.4.1",
"supertest": "^1.2.0",
"updtr": "^0.1.15",
"watch": "^0.19.1"
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-watch": "^7.4.0",
"chai": "^4.3.0",
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"flow-bin": "^0.144.0",
"foreman": "^3.0.1",
"mocha": "^8.3.0",
"nf": "^0.0.3",
"sinon": "^9.2.4",
"supertest": "^6.1.3",
"updtr": "^3.1.0",
"watch": "^1.0.2"
},
"resolutions": {
"cache-manager": "2.5.0"
"cache-manager": "3.4.0"
}
}
Loading