|
16 | 16 | "ssat:gatsby-starter-theme:dev": "start-server-and-test gatsby-starter-theme:cy:dev http://localhost:8000 cy:open", |
17 | 17 | "ssat:gatsby-starter-theme:serve": "start-server-and-test gatsby-starter-theme:serve http://localhost:9000 cy:run", |
18 | 18 | "e2e:dev": "concurrently --kill-others 'yarn ssat:gatsby-starter-theme:dev'", |
19 | | - "e2e:ci": "yarn gatsby-starter-theme:cy:build && yarn ssat:gatsby-starter-theme:serve" |
20 | | - }, |
21 | | - "husky": { |
22 | | - "hooks": { |
23 | | - "pre-commit": "lint-staged" |
24 | | - } |
| 19 | + "e2e:ci": "yarn gatsby-starter-theme:cy:build && yarn ssat:gatsby-starter-theme:serve", |
| 20 | + "prepare": "husky install" |
25 | 21 | }, |
26 | 22 | "lint-staged": { |
27 | 23 | "*.{js,jsx}": [ |
|
40 | 36 | "starters/*" |
41 | 37 | ], |
42 | 38 | "devDependencies": { |
43 | | - "babel-eslint": "^10.1.0", |
44 | | - "@testing-library/cypress": "^6.0.0", |
45 | | - "concurrently": "^5.2.0", |
46 | | - "cross-env": "^7.0.2", |
47 | | - "cypress": "^7.0.1", |
48 | | - "eslint": "^7.23.0", |
| 39 | + "@babel/eslint-parser": "^7.16.3", |
| 40 | + "@testing-library/cypress": "^8.0.2", |
| 41 | + "concurrently": "^6.4.0", |
| 42 | + "cross-env": "^7.0.3", |
| 43 | + "cypress": "^9.1.0", |
| 44 | + "eslint": "^7.0.0", |
49 | 45 | "eslint-config-google": "^0.14.0", |
50 | | - "eslint-config-prettier": "^8.1.0", |
51 | | - "eslint-plugin-cypress": "^2.11.2", |
| 46 | + "eslint-config-prettier": "^7.0.0", |
| 47 | + "eslint-plugin-cypress": "^2.12.1", |
52 | 48 | "eslint-plugin-filenames": "^1.3.2", |
53 | | - "eslint-plugin-flowtype": "^5.6.0", |
54 | | - "eslint-plugin-prettier": "^3.3.1", |
55 | | - "eslint-plugin-react": "^7.23.2", |
56 | | - "gatsby-cypress": "^1.2.0", |
57 | | - "husky": "^4.2.5", |
58 | | - "lerna": "^3.22.1", |
59 | | - "lint-staged": "^10.5.4", |
60 | | - "prettier": "^2.2.1", |
61 | | - "start-server-and-test": "^1.12.1" |
| 49 | + "eslint-plugin-prettier": "^4.0.0", |
| 50 | + "eslint-plugin-react": "^7.27.1", |
| 51 | + "gatsby-cypress": "^2.3.0", |
| 52 | + "husky": "^7.0.4", |
| 53 | + "lerna": "^4.0.0", |
| 54 | + "lint-staged": "^12.1.2", |
| 55 | + "prettier": "^2.5.0", |
| 56 | + "start-server-and-test": "^1.14.0" |
| 57 | + }, |
| 58 | + "dependencies": { |
| 59 | + "@babel/preset-react": "^7.16.0" |
62 | 60 | } |
63 | 61 | } |
0 commit comments