|
9 | 9 | "@mdx-js/react": "^1.6.22", |
10 | 10 | "@popperjs/core": "^2.9.3", |
11 | 11 | "@storybook/addon-actions": "^6.3.8", |
12 | | - "@storybook/addon-links": "^6.3.7", |
| 12 | + "@storybook/addon-links": "^6.3.8", |
13 | 13 | "@storybook/addons": "^6.3.8", |
14 | 14 | "@storybook/builder-webpack5": "^6.3.5", |
15 | 15 | "@storybook/manager-webpack5": "^6.3.4", |
|
22 | 22 | "color-string": "^1.6.0", |
23 | 23 | "dompurify": "2.3.1", |
24 | 24 | "dotenv": "^10.0.0", |
25 | | - "gatsby": "^3.12.1", |
| 25 | + "gatsby": "^3.13.0", |
26 | 26 | "gatsby-plugin-canonical-urls": "^3.13.0", |
27 | 27 | "gatsby-plugin-catch-links": "^3.13.0", |
28 | 28 | "gatsby-plugin-dark-mode": "^1.1.2", |
29 | | - "gatsby-plugin-manifest": "^3.11.0", |
30 | | - "gatsby-plugin-mdx": "^2.11.0", |
| 29 | + "gatsby-plugin-manifest": "^3.13.0", |
| 30 | + "gatsby-plugin-mdx": "^2.13.0", |
31 | 31 | "gatsby-plugin-meta-redirect": "^1.1.1", |
32 | | - "gatsby-plugin-offline": "^4.11.0", |
| 32 | + "gatsby-plugin-offline": "^4.13.0", |
33 | 33 | "gatsby-plugin-react-helmet": "^4.13.0", |
34 | 34 | "gatsby-plugin-sass": "^4.13.0", |
35 | 35 | "gatsby-plugin-sharp": "^3.13.0", |
36 | 36 | "gatsby-plugin-sitemap": "^4.9.0", |
37 | | - "gatsby-plugin-typescript": "^3.11.0", |
| 37 | + "gatsby-plugin-typescript": "^3.13.0", |
38 | 38 | "gatsby-remark-autolink-headers": "^4.10.0", |
39 | | - "gatsby-remark-copy-linked-files": "^4.8.0", |
| 39 | + "gatsby-remark-copy-linked-files": "^4.10.0", |
40 | 40 | "gatsby-remark-images": "^5.10.0", |
41 | | - "gatsby-remark-prismjs": "^5.8.0", |
42 | | - "gatsby-source-filesystem": "^3.11.0", |
| 41 | + "gatsby-remark-prismjs": "^5.10.0", |
| 42 | + "gatsby-source-filesystem": "^3.13.0", |
43 | 43 | "gatsby-transformer-remark": "^4.10.0", |
44 | 44 | "gatsby-transformer-yaml": "^3.13.0", |
45 | 45 | "highlight.js": "^11.2.0", |
46 | 46 | "intersection-observer": "^0.12.0", |
47 | 47 | "moment": "^2.29.1", |
48 | | - "node-fetch": "^2.6.1", |
| 48 | + "node-fetch": "^2.6.2", |
49 | 49 | "prism-react-renderer": "^1.2.1", |
50 | 50 | "prismjs": "^1.24.0", |
51 | 51 | "react": "^17.0.2", |
|
57 | 57 | "react-tabs": "3.2.2", |
58 | 58 | "rrule": "^2.6.8", |
59 | 59 | "throttle-debounce": "^3.0.1", |
60 | | - "typescript": "4.4.2" |
| 60 | + "typescript": "4.4.3" |
61 | 61 | }, |
62 | 62 | "keywords": [ |
63 | 63 | "gatsby", |
|
87 | 87 | "type-check": "tsc --noEmit" |
88 | 88 | }, |
89 | 89 | "devDependencies": { |
90 | | - "@babel/core": "^7.15.0", |
| 90 | + "@babel/core": "^7.15.5", |
91 | 91 | "@babel/preset-typescript": "^7.15.0", |
92 | 92 | "@storybook/semver": "^7.3.2", |
93 | | - "@testing-library/dom": "^8.2.0", |
| 93 | + "@testing-library/dom": "^8.5.0", |
94 | 94 | "@testing-library/jest-dom": "^5.14.1", |
95 | | - "@testing-library/react": "^12.0.0", |
| 95 | + "@testing-library/react": "^12.1.0", |
96 | 96 | "@testing-library/user-event": "^13.2.1", |
97 | 97 | "@types/classnames": "^2.3.1", |
98 | 98 | "@types/color": "^3.0.2", |
|
103 | 103 | "@types/react-dom": "^17.0.9", |
104 | 104 | "@types/react-helmet": "6.1.2", |
105 | 105 | "@types/throttle-debounce": "^2.1.0", |
106 | | - "@typescript-eslint/eslint-plugin": "^4.29.3", |
107 | | - "@typescript-eslint/parser": "^4.30.0", |
108 | | - "babel-jest": "^27.1.0", |
| 106 | + "@typescript-eslint/eslint-plugin": "^4.31.0", |
| 107 | + "@typescript-eslint/parser": "^4.31.0", |
| 108 | + "babel-jest": "^27.2.0", |
109 | 109 | "babel-loader": "^8.1.0", |
110 | 110 | "babel-plugin-remove-graphql-queries": "^3.13.0", |
111 | | - "babel-preset-gatsby": "1.12.0", |
| 111 | + "babel-preset-gatsby": "1.13.0", |
112 | 112 | "eslint": "^7.32.0", |
113 | 113 | "eslint-config-airbnb": "18.2.1", |
114 | 114 | "eslint-config-prettier": "^8.3.0", |
115 | | - "eslint-import-resolver-typescript": "2.4.0", |
| 115 | + "eslint-import-resolver-typescript": "2.5.0", |
116 | 116 | "eslint-plugin-import": "^2.24.2", |
117 | 117 | "eslint-plugin-jsx-a11y": "6.4.1", |
118 | | - "eslint-plugin-prettier": "^3.4.1", |
| 118 | + "eslint-plugin-prettier": "^4.0.0", |
119 | 119 | "eslint-plugin-react": "^7.25.1", |
120 | 120 | "eslint-plugin-react-hooks": "4.2.0", |
121 | | - "eslint-plugin-testing-library": "^4.12.0", |
| 121 | + "eslint-plugin-testing-library": "^4.12.2", |
122 | 122 | "identity-obj-proxy": "^3.0.0", |
123 | | - "jest": "^27.1.0", |
| 123 | + "jest": "^27.2.0", |
124 | 124 | "jest-fetch-mock": "^3.0.3", |
125 | 125 | "node-sass": "6.0.1", |
126 | 126 | "pa11y": "6.0.1", |
127 | | - "prettier": "^2.3.2", |
| 127 | + "prettier": "^2.4.0", |
128 | 128 | "remark-cli": "^10.0.0", |
129 | 129 | "remark-frontmatter": "^4.0.0", |
130 | 130 | "remark-preset-lint-node": "^3.0.1", |
|
0 commit comments