|
@@ -8,26 +8,29 @@
|
|
"start": "next start",
|
|
"start": "next start",
|
|
"test": "jest",
|
|
"test": "jest",
|
|
"test:watch": "npm run test -- --watchAll",
|
|
"test:watch": "npm run test -- --watchAll",
|
|
|
|
+ "test:coverage": "npm run test -- --coverage",
|
|
"type-check": "tsc"
|
|
"type-check": "tsc"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@apollo/client": "3.0.0-beta.41",
|
|
|
|
- "@apollo/react-ssr": "^3.1.3",
|
|
|
|
|
|
+ "@apollo/client": "3.0.0-beta.43",
|
|
|
|
+ "@apollo/react-ssr": "^3.1.4",
|
|
|
|
+ "@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
|
|
+ "@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
|
|
+ "@fortawesome/react-fontawesome": "^0.1.9",
|
|
"@types/howler": "^2.1.2",
|
|
"@types/howler": "^2.1.2",
|
|
- "@types/jest": "24.9.1",
|
|
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/react-onclickoutside": "^6.7.3",
|
|
"@types/react-onclickoutside": "^6.7.3",
|
|
"@types/styled-jsx": "^2.2.8",
|
|
"@types/styled-jsx": "^2.2.8",
|
|
- "@types/video.js": "7.3.6",
|
|
|
|
|
|
+ "@types/video.js": "7.3.7",
|
|
"apollo-boost": "0.4.7",
|
|
"apollo-boost": "0.4.7",
|
|
- "apollo-link": "^1.2.13",
|
|
|
|
- "apollo-link-error": "^1.1.12",
|
|
|
|
|
|
+ "apollo-link": "^1.2.14",
|
|
|
|
+ "apollo-link-error": "^1.1.13",
|
|
"array-move": "^2.2.1",
|
|
"array-move": "^2.2.1",
|
|
- "date-fns": "^2.11.1",
|
|
|
|
|
|
+ "date-fns": "^2.12.0",
|
|
"dotenv": "^8.2.0",
|
|
"dotenv": "^8.2.0",
|
|
"formik": "2.1.4",
|
|
"formik": "2.1.4",
|
|
- "fuse.js": "3.4.5",
|
|
|
|
- "graphql": "14.6.0",
|
|
|
|
|
|
+ "fuse.js": "5.1.0",
|
|
|
|
+ "graphql": "15.0.0",
|
|
"howler": "^2.1.3",
|
|
"howler": "^2.1.3",
|
|
"isomorphic-unfetch": "^3.0.0",
|
|
"isomorphic-unfetch": "^3.0.0",
|
|
"lodash": "^4.17.15",
|
|
"lodash": "^4.17.15",
|
|
@@ -41,26 +44,29 @@
|
|
"react-sortable-hoc": "^1.11.0",
|
|
"react-sortable-hoc": "^1.11.0",
|
|
"standard": "14.3.3",
|
|
"standard": "14.3.3",
|
|
"video.js": "^7.7.5",
|
|
"video.js": "^7.7.5",
|
|
- "yup": "^0.27.0"
|
|
|
|
|
|
+ "yup": "^0.28.3"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
- "@apollo/react-testing": "^3.1.3",
|
|
|
|
|
|
+ "@apollo/react-testing": "^3.1.4",
|
|
"@babel/core": "7.9.0",
|
|
"@babel/core": "7.9.0",
|
|
- "@babel/preset-env": "7.9.0",
|
|
|
|
|
|
+ "@babel/preset-env": "7.9.5",
|
|
"@babel/preset-react": "7.9.4",
|
|
"@babel/preset-react": "7.9.4",
|
|
- "@testing-library/react": "9.5.0",
|
|
|
|
|
|
+ "@testing-library/react": "10.0.2",
|
|
"@testing-library/react-hooks": "^3.2.1",
|
|
"@testing-library/react-hooks": "^3.2.1",
|
|
"@types/enzyme": "^3.10.5",
|
|
"@types/enzyme": "^3.10.5",
|
|
- "@types/react": "16.9.31",
|
|
|
|
- "@types/yup": "0.26.34",
|
|
|
|
|
|
+ "@types/jest": "^25.2.1",
|
|
|
|
+ "@types/react": "16.9.34",
|
|
|
|
+ "@types/yup": "0.26.35",
|
|
"@zeit/next-typescript": "^1.1.1",
|
|
"@zeit/next-typescript": "^1.1.1",
|
|
"babel-eslint": "10.1.0",
|
|
"babel-eslint": "10.1.0",
|
|
- "babel-jest": "^24.9.0",
|
|
|
|
|
|
+ "babel-jest": "^25.3.0",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-adapter-react-16": "^1.15.2",
|
|
"enzyme-adapter-react-16": "^1.15.2",
|
|
- "jest": "^24.9.0",
|
|
|
|
|
|
+ "jest": "^25.3.0",
|
|
"jest-transform-graphql": "^2.1.0",
|
|
"jest-transform-graphql": "^2.1.0",
|
|
|
|
+ "npm-check-updates": "^4.1.2",
|
|
"react-test-renderer": "16.13.1",
|
|
"react-test-renderer": "16.13.1",
|
|
|
|
+ "ts-jest": "^25.3.1",
|
|
"typescript": "3.8.3"
|
|
"typescript": "3.8.3"
|
|
},
|
|
},
|
|
"jest": {
|
|
"jest": {
|
|
@@ -76,8 +82,5 @@
|
|
".*": "babel-jest",
|
|
".*": "babel-jest",
|
|
"^.+\\.js?$": "babel-jest"
|
|
"^.+\\.js?$": "babel-jest"
|
|
}
|
|
}
|
|
- },
|
|
|
|
- "standard": {
|
|
|
|
- "parser": "babel-eslint"
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|