mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
fix packages
This commit is contained in:
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
image: node:10
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
||||
test:
|
||||
stage: test
|
||||
services:
|
||||
- mongo:4
|
||||
script:
|
||||
- npm i npm@latest -g
|
||||
- npm i && cd client && npm i
|
||||
- npm test
|
||||
618
package-lock.json
generated
618
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@@ -23,14 +23,14 @@
|
||||
"dependencies": {
|
||||
"body-parser": "^1.18.3",
|
||||
"compression": "^1.7.3",
|
||||
"cors": "^2.8.4",
|
||||
"dotenv": "^6.0.0",
|
||||
"express": "^4.16.3",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^6.2.0",
|
||||
"express": "^4.16.4",
|
||||
"express-http-to-https": "^1.1.4",
|
||||
"express-jwt": "^5.3.1",
|
||||
"hsts": "^2.1.0",
|
||||
"jsonwebtoken": "^8.3.0",
|
||||
"mongoose": "^5.3.2",
|
||||
"jsonwebtoken": "^8.4.0",
|
||||
"mongoose": "^5.4.1",
|
||||
"mongoose-findorcreate": "^3.0.0",
|
||||
"mongoose-unique-validator": "^2.0.2",
|
||||
"morgan": "^1.9.1",
|
||||
@@ -40,19 +40,19 @@
|
||||
"passport-local-mongoose": "^5.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^4.0.1",
|
||||
"concurrently": "^4.1.0",
|
||||
"cross-env": "^5.2.0",
|
||||
"eslint": "5.6.0",
|
||||
"eslint-config-airbnb-base": "^13.1.0",
|
||||
"eslint-config-prettier": "^3.1.0",
|
||||
"eslint-config-prettier": "^3.3.0",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-jest": "^21.24.1",
|
||||
"eslint-plugin-node": "^7.0.1",
|
||||
"eslint-plugin-jest": "^22.1.2",
|
||||
"eslint-plugin-node": "^8.0.0",
|
||||
"eslint-plugin-prettier": "^3.0.0",
|
||||
"eslint-plugin-react": "^7.11.1",
|
||||
"jest": "^23.6.0",
|
||||
"mongodb-memory-server": "^2.4.3",
|
||||
"nodemon": "^1.18.4",
|
||||
"mongodb-memory-server": "^2.9.1",
|
||||
"nodemon": "^1.18.9",
|
||||
"prettier-eslint": "^8.8.2",
|
||||
"supertest": "^3.3.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user