mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
update pretty much everything
update tests to workaround (I think) this thing https://github.com/facebook/jest/issues/9624 didn't update react-spring because too lazy
This commit is contained in:
44
package.json
44
package.json
@@ -6,7 +6,7 @@
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "node ./app.js",
|
||||
"dev": "npx concurrently \"npm run server\" \"npm run client\" ",
|
||||
"dev": "npx concurrently npm:client npm:server -c 'blue,green'",
|
||||
"client": "cd client && npm start",
|
||||
"server": "npx cross-env NODE_ENV=development npx nodemon --inspect ./app.js",
|
||||
"test": "npx cross-env NODE_ENV=test jest",
|
||||
@@ -24,36 +24,36 @@
|
||||
"body-parser": "^1.19.0",
|
||||
"compression": "^1.7.4",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^8.1.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"express": "^4.17.1",
|
||||
"express-http-to-https": "^1.1.4",
|
||||
"express-jwt": "^5.3.1",
|
||||
"express-jwt": "^6.0.0",
|
||||
"hsts": "^2.2.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"mongoose": "^5.7.5",
|
||||
"mongoose": "^5.9.29",
|
||||
"mongoose-findorcreate": "^3.0.0",
|
||||
"mongoose-unique-validator": "^2.0.3",
|
||||
"morgan": "^1.9.1",
|
||||
"passport": "^0.4.0",
|
||||
"passport-google-oauth": "^1.0.0",
|
||||
"morgan": "^1.10.0",
|
||||
"passport": "^0.4.1",
|
||||
"passport-google-oauth": "^2.0.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"passport-local-mongoose": "^5.0.1"
|
||||
"passport-local-mongoose": "^6.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^4.1.2",
|
||||
"cross-env": "^5.2.1",
|
||||
"eslint": "5.6.0",
|
||||
"eslint-config-airbnb-base": "^14.0.0",
|
||||
"eslint-config-prettier": "^6.3.0",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-jest": "^22.17.0",
|
||||
"eslint-plugin-node": "^10.0.0",
|
||||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"jest": "^23.6.0",
|
||||
"mongodb-memory-server": "^2.9.1",
|
||||
"nodemon": "^1.19.2",
|
||||
"prettier-eslint": "^9.0.0",
|
||||
"concurrently": "^5.3.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"eslint": "^6.0.0",
|
||||
"eslint-config-airbnb-base": "^14.2.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-jest": "^23.20.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"eslint-plugin-react": "^7.20.6",
|
||||
"jest": "^24.0.0",
|
||||
"mongodb-memory-server": "^6.6.3",
|
||||
"nodemon": "^2.0.4",
|
||||
"prettier-eslint": "^11.0.0",
|
||||
"supertest": "^4.0.2"
|
||||
},
|
||||
"jest": {
|
||||
|
||||
Reference in New Issue
Block a user