|
2 | 2 | "private": true, |
3 | 3 | "name": "gatsby-theme-material-demo", |
4 | 4 | "description": "GatsbyJS theme demo built on top of gatsby-theme-material.", |
5 | | - "version": "3.3.0", |
| 5 | + "version": "4.0.0", |
6 | 6 | "author": "Ruben Harutyunyan <vagr9k@gmail.com>", |
7 | 7 | "keywords": [ |
8 | 8 | "gatsby", |
|
40 | 40 | "test:e2e:ci": "CYPRESS_SUPPORT=y npm run build && start-server-and-test serve http://localhost:9000 cy:run" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "gatsby": "^3.14.2", |
| 43 | + "gatsby": "^4.0.0", |
44 | 44 | "gatsby-theme-material": "*", |
45 | 45 | "react": "^17.0.2", |
46 | 46 | "react-dom": "^17.0.2" |
|
50 | 50 | "@testing-library/jest-dom": "^5.14.1", |
51 | 51 | "@testing-library/react": "^12.1.2", |
52 | 52 | "@types/jest": "^27.0.2", |
53 | | - "@types/node": "^16.10.3", |
54 | | - "@types/react": "^17.0.27", |
55 | | - "@types/react-dom": "^17.0.9", |
| 53 | + "@types/node": "^16.11.4", |
| 54 | + "@types/react": "^17.0.31", |
| 55 | + "@types/react-dom": "^17.0.10", |
56 | 56 | "@types/styled-components": "^5.1.15", |
57 | 57 | "@types/xml2js": "^0.4.9", |
58 | | - "@typescript-eslint/eslint-plugin": "^4.33.0", |
| 58 | + "@typescript-eslint/eslint-plugin": "^5.1.0", |
59 | 59 | "axe-core": "^4.3.3", |
60 | | - "babel-jest": "^27.2.5", |
61 | | - "cypress": "^8.5.0", |
| 60 | + "babel-jest": "^27.3.1", |
| 61 | + "cypress": "^8.6.0", |
62 | 62 | "cypress-axe": "^0.13.0", |
63 | 63 | "eslint": "^7.32.0", |
64 | 64 | "eslint-config-airbnb": "^18.2.1", |
65 | 65 | "eslint-config-airbnb-typescript": "^14.0.1", |
66 | 66 | "eslint-config-prettier": "^8.3.0", |
67 | 67 | "eslint-plugin-cypress": "^2.12.1", |
68 | | - "eslint-plugin-import": "^2.24.2", |
69 | | - "eslint-plugin-jest": "^24.7.0", |
| 68 | + "eslint-plugin-import": "^2.25.2", |
| 69 | + "eslint-plugin-jest": "^25.2.2", |
70 | 70 | "eslint-plugin-jest-dom": "^3.9.2", |
71 | 71 | "eslint-plugin-jsx-a11y": "^6.4.1", |
72 | 72 | "eslint-plugin-prettier": "^4.0.0", |
73 | 73 | "eslint-plugin-react": "^7.26.1", |
74 | 74 | "eslint-plugin-react-hooks": "^4.2.0", |
75 | 75 | "eslint-plugin-testing-library": "^4.12.4", |
76 | | - "gatsby-cypress": "^1.14.0", |
| 76 | + "gatsby-cypress": "^2.0.0", |
77 | 77 | "gh-pages": "^3.2.3", |
78 | | - "jest": "^27.2.5", |
| 78 | + "jest": "^27.3.1", |
79 | 79 | "markdownlint-cli2": "^0.3.2", |
80 | 80 | "prettier": "^2.4.1", |
81 | 81 | "start-server-and-test": "^1.14.0", |
82 | 82 | "stylelint": "^13.13.1", |
83 | 83 | "stylelint-config-prettier": "^8.0.2", |
84 | 84 | "stylelint-config-recommended": "^5.0.0", |
85 | 85 | "stylelint-prettier": "^1.2.0", |
86 | | - "ts-jest": "^27.0.5", |
87 | | - "ts-node": "^10.2.1", |
| 86 | + "ts-jest": "^27.0.7", |
| 87 | + "ts-node": "^10.4.0", |
88 | 88 | "ts-prune": "^0.10.1", |
89 | | - "typescript": "^4.4.3", |
| 89 | + "typescript": "^4.4.4", |
90 | 90 | "write-good": "^1.0.8", |
91 | 91 | "xml2js": "^0.4.23" |
92 | 92 | } |
|
0 commit comments