|
24 | 24 | "utils" |
25 | 25 | ], |
26 | 26 | "dependencies": { |
27 | | - "gatsby-source-filesystem": "3.6.0", |
| 27 | + "gatsby-source-filesystem": "4.0.0", |
28 | 28 | "google-oauth2-env-vars": "^1.3.0", |
29 | | - "googleapis": "74.2.0", |
30 | | - "json2md": "^1.10.0", |
| 29 | + "googleapis": "89.0.0", |
| 30 | + "json2md": "^1.12.0", |
31 | 31 | "lodash": "^4.17.21", |
32 | 32 | "yamljs": "^0.3.0" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@commitlint/cli": "^12.1.4", |
36 | | - "@commitlint/config-conventional": "^12.1.4", |
37 | | - "@semantic-release/changelog": "^5.0.1", |
38 | | - "@semantic-release/commit-analyzer": "^8.0.1", |
39 | | - "@semantic-release/git": "^9.0.0", |
40 | | - "@semantic-release/github": "^7.2.3", |
41 | | - "@semantic-release/npm": "^7.1.3", |
42 | | - "@semantic-release/release-notes-generator": "^9.0.2", |
| 35 | + "@commitlint/cli": "^13.2.1", |
| 36 | + "@commitlint/config-conventional": "^13.2.0", |
| 37 | + "@semantic-release/changelog": "^6.0.0", |
| 38 | + "@semantic-release/commit-analyzer": "^9.0.1", |
| 39 | + "@semantic-release/git": "^10.0.0", |
| 40 | + "@semantic-release/github": "^8.0.1", |
| 41 | + "@semantic-release/npm": "^8.0.2", |
| 42 | + "@semantic-release/release-notes-generator": "^10.0.2", |
43 | 43 | "cz-conventional-changelog": "3.3.0", |
44 | | - "eslint": "^7.27.0", |
| 44 | + "eslint": "^8.1.0", |
45 | 45 | "eslint-config-prettier": "^8.3.0", |
46 | | - "eslint-plugin-jest": "^24.3.6", |
47 | | - "eslint-plugin-react": "^7.24.0", |
| 46 | + "eslint-plugin-jest": "^25.2.2", |
| 47 | + "eslint-plugin-react": "^7.26.1", |
48 | 48 | "husky": "^6.0.0", |
49 | | - "jest": "^27.0.3", |
50 | | - "lint-staged": "^11.0.0", |
51 | | - "prettier": "2.3.0", |
| 49 | + "jest": "^27.3.1", |
| 50 | + "lint-staged": "^11.2.6", |
| 51 | + "prettier": "2.4.1", |
52 | 52 | "react": "^17.0.2", |
53 | 53 | "react-dom": "^17.0.2", |
54 | | - "semantic-release": "^17.4.3" |
| 54 | + "semantic-release": "^18.0.0" |
55 | 55 | }, |
56 | 56 | "peerDependencies": { |
57 | 57 | "dotenv": "^10.0.0", |
58 | | - "gatsby": "^2.0.0 || ^3.0.0" |
| 58 | + "gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0" |
59 | 59 | }, |
60 | 60 | "bin": { |
61 | 61 | "gatsby-source-google-docs-token": "./utils/generate-token.js" |
|
0 commit comments