mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-29 08:07:48 +01:00
update stuff
This commit is contained in:
22269
client/package-lock.json
generated
22269
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -3,21 +3,21 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@material-ui/core": "^4.11.3",
|
"@material-ui/core": "^4.12.3",
|
||||||
"@material-ui/icons": "^4.11.2",
|
"@material-ui/icons": "^4.11.2",
|
||||||
"@redux-offline/redux-offline": "^2.6.0",
|
"@redux-offline/redux-offline": "^2.6.0",
|
||||||
"http-proxy-middleware": "^1.0.6",
|
"http-proxy-middleware": "^1.0.6",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react": "^17.0.1",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.1",
|
"react-dom": "^17.0.2",
|
||||||
"react-redux": "^7.2.2",
|
"react-redux": "^7.2.6",
|
||||||
"react-router-dom": "^5.2.0",
|
"react-router-dom": "^5.2.0",
|
||||||
"react-router-redux": "^4.0.8",
|
"react-router-redux": "^4.0.8",
|
||||||
"react-scripts": "4.0.3",
|
"react-scripts": "4.0.3",
|
||||||
"react-spring": "^8.0.27",
|
"react-spring": "^8.0.27",
|
||||||
"redux": "^4.0.5",
|
"redux": "^4.1.2",
|
||||||
"redux-form": "^8.3.7",
|
"redux-form": "^8.3.8",
|
||||||
"redux-thunk": "^2.3.0"
|
"redux-thunk": "^2.4.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
|
|||||||
2582
package-lock.json
generated
2582
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
@@ -27,44 +27,44 @@
|
|||||||
"node_modules"
|
"node_modules"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "10.x.x"
|
"node": "14.x.x"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "^1.19.0",
|
"body-parser": "^1.19.0",
|
||||||
"compression": "^1.7.4",
|
"compression": "^1.7.4",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^10.0.0",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"express-http-to-https": "^1.1.4",
|
"express-http-to-https": "^1.1.4",
|
||||||
"express-jwt": "^6.0.0",
|
"express-jwt": "^6.1.0",
|
||||||
"hsts": "^2.2.0",
|
"hsts": "^2.2.0",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
"mongoose": "^5.12.0",
|
"mongoose": "^6.0.13",
|
||||||
"mongoose-findorcreate": "^3.0.0",
|
"mongoose-findorcreate": "^3.0.0",
|
||||||
"mongoose-unique-validator": "^2.0.3",
|
"mongoose-unique-validator": "^3.0.0",
|
||||||
"morgan": "^1.10.0",
|
"morgan": "^1.10.0",
|
||||||
"passport": "^0.4.1",
|
"passport": "^0.5.0",
|
||||||
"passport-google-oauth": "^2.0.0",
|
"passport-google-oauth": "^2.0.0",
|
||||||
"passport-local": "^1.0.0",
|
"passport-local": "^1.0.0",
|
||||||
"passport-local-mongoose": "^6.1.0"
|
"passport-local-mongoose": "^6.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"concurrently": "^6.0.0",
|
"concurrently": "^6.4.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^7.22.0",
|
"eslint": "^7.22.0",
|
||||||
"eslint-config-airbnb-base": "^14.2.1",
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
"eslint-config-prettier": "^8.1.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-import": "^2.22.1",
|
"eslint-plugin-import": "^2.25.3",
|
||||||
"eslint-plugin-jest": "^24.2.1",
|
"eslint-plugin-jest": "^25.2.4",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
"eslint-plugin-prettier": "^3.3.1",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"eslint-plugin-react": "^7.22.0",
|
"eslint-plugin-react": "^7.27.1",
|
||||||
"jest": "26.6.0",
|
"jest": "^26.6.0",
|
||||||
"mongodb-memory-server": "^6.9.6",
|
"mongodb-memory-server": "^8",
|
||||||
"nodemon": "^2.0.7",
|
"nodemon": "^2.0.15",
|
||||||
"prettier-eslint": "^12.0.0",
|
"prettier-eslint": "^13.0.0",
|
||||||
"supertest": "^6.1.3"
|
"supertest": "^6.1.6"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"testEnvironment": "node",
|
"testEnvironment": "node",
|
||||||
|
|||||||
@@ -36,10 +36,7 @@ async function clean() {
|
|||||||
|
|
||||||
const mongodbMemoryServerConfig = {
|
const mongodbMemoryServerConfig = {
|
||||||
binary: {
|
binary: {
|
||||||
version: "4.0.14",
|
version: "5.0.3",
|
||||||
},
|
|
||||||
instance: {
|
|
||||||
args: ["--enableMajorityReadConcern=false"],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user