|
44 | 44 | "build-storybook": "build-storybook -o ./public/chicio-coding-design-system" |
45 | 45 | }, |
46 | 46 | "dependencies": { |
47 | | - "@loadable/component": "^5.15.0", |
| 47 | + "@loadable/component": "^5.15.2", |
48 | 48 | "@types/loadable__component": "^5.13.4", |
49 | 49 | "@types/react-adaptive-hooks": "0.0.1", |
50 | | - "@types/react-instantsearch-dom": "^6.12.0", |
| 50 | + "@types/react-instantsearch-dom": "^6.12.2", |
51 | 51 | "@types/react-transition-group": "^4.4.4", |
52 | | - "@types/styled-components": "^5.1.15", |
53 | | - "algoliasearch": "^4.11.0", |
54 | | - "babel-plugin-styled-components": "^2.0.1", |
| 52 | + "@types/styled-components": "^5.1.23", |
| 53 | + "algoliasearch": "^4.12.1", |
| 54 | + "babel-plugin-styled-components": "^2.0.5", |
55 | 55 | "disqus-react": "^1.1.2", |
56 | | - "gatsby": "^4.2.0", |
57 | | - "gatsby-plugin-algolia": "^0.24.0", |
58 | | - "gatsby-plugin-catch-links": "^4.2.0", |
59 | | - "gatsby-plugin-feed": "^4.2.0", |
60 | | - "gatsby-plugin-google-gtag": "^4.2.0", |
61 | | - "gatsby-plugin-graphql-codegen": "^3.1.0", |
62 | | - "gatsby-plugin-image": "^2.2.0", |
63 | | - "gatsby-plugin-loadable-components-ssr": "^4.1.0", |
64 | | - "gatsby-plugin-manifest": "^4.2.0", |
65 | | - "gatsby-plugin-offline": "^5.2.0", |
66 | | - "gatsby-plugin-react-helmet": "^5.2.0", |
67 | | - "gatsby-plugin-sharp": "^4.2.0", |
68 | | - "gatsby-plugin-sitemap": "^5.2.0", |
69 | | - "gatsby-plugin-styled-components": "^5.2.0", |
| 56 | + "gatsby": "^4.8.0", |
| 57 | + "gatsby-plugin-algolia": "^0.26.0", |
| 58 | + "gatsby-plugin-catch-links": "^4.8.0", |
| 59 | + "gatsby-plugin-feed": "^4.8.0", |
| 60 | + "gatsby-plugin-google-gtag": "^4.8.0", |
| 61 | + "gatsby-plugin-graphql-codegen": "^3.1.1", |
| 62 | + "gatsby-plugin-image": "^2.8.0", |
| 63 | + "gatsby-plugin-loadable-components-ssr": "^4.2.0", |
| 64 | + "gatsby-plugin-manifest": "^4.8.0", |
| 65 | + "gatsby-plugin-offline": "^5.8.0", |
| 66 | + "gatsby-plugin-react-helmet": "^5.8.0", |
| 67 | + "gatsby-plugin-sharp": "^4.8.0", |
| 68 | + "gatsby-plugin-sitemap": "^5.8.0", |
| 69 | + "gatsby-plugin-styled-components": "^5.8.0", |
70 | 70 | "gatsby-remark-embed-video": "^3.1.1", |
71 | 71 | "gatsby-remark-emojis": "^0.4.3", |
72 | | - "gatsby-remark-images": "^6.2.0", |
73 | | - "gatsby-remark-katex": "^6.2.0", |
74 | | - "gatsby-remark-prismjs": "^6.2.0", |
75 | | - "gatsby-source-filesystem": "^4.2.0", |
76 | | - "gatsby-transformer-remark": "^5.2.0", |
77 | | - "gatsby-transformer-sharp": "^4.2.0", |
78 | | - "katex": "^0.13.3", |
79 | | - "postcss": "^8.4.1", |
80 | | - "prismjs": "^1.25.0", |
| 72 | + "gatsby-remark-images": "^6.8.0", |
| 73 | + "gatsby-remark-katex": "^6.8.0", |
| 74 | + "gatsby-remark-prismjs": "^6.8.0", |
| 75 | + "gatsby-source-filesystem": "^4.8.0", |
| 76 | + "gatsby-transformer-remark": "^5.8.0", |
| 77 | + "gatsby-transformer-sharp": "^4.8.0", |
| 78 | + "katex": "0.13.3", |
| 79 | + "postcss": "^8.4.6", |
| 80 | + "prismjs": "^1.27.0", |
81 | 81 | "react": "^17.0.2", |
82 | 82 | "react-adaptive-hooks": "0.0.8", |
83 | 83 | "react-device-detect": "^2.1.2", |
84 | 84 | "react-dom": "^17.0.2", |
85 | 85 | "react-helmet": "^6.1.0", |
86 | | - "react-instantsearch-dom": "^6.16.0", |
| 86 | + "react-instantsearch-dom": "^6.22.0", |
87 | 87 | "react-transition-group": "^4.4.2", |
88 | 88 | "react-tsparticles": "^1.37.4", |
89 | | - "reading-time": "^1.1.3", |
| 89 | + "reading-time": "^1.5.0", |
90 | 90 | "styled-components": "^5.3.3", |
91 | 91 | "styled-icons": "^10.45.0" |
92 | 92 | }, |
93 | 93 | "devDependencies": { |
94 | | - "@babel/core": "^7.16.0", |
95 | | - "@storybook/addon-actions": "^6.3.12", |
96 | | - "@storybook/addon-essentials": "^6.3.12", |
97 | | - "@storybook/addon-links": "^6.3.12", |
98 | | - "@storybook/builder-webpack5": "^6.3.12", |
99 | | - "@storybook/manager-webpack5": "^6.3.12", |
100 | | - "@storybook/react": "^6.3.12", |
101 | | - "@testing-library/jest-dom": "^5.15.1", |
102 | | - "@testing-library/react": "^12.1.2", |
103 | | - "@types/jest": "^27.0.3", |
104 | | - "@types/node": "^16.11.10", |
105 | | - "@types/react": "^17.0.37", |
| 94 | + "@babel/core": "^7.17.5", |
| 95 | + "@storybook/addon-actions": "^6.4.19", |
| 96 | + "@storybook/addon-essentials": "^6.4.19", |
| 97 | + "@storybook/addon-links": "^6.4.19", |
| 98 | + "@storybook/builder-webpack5": "^6.4.19", |
| 99 | + "@storybook/manager-webpack5": "^6.4.19", |
| 100 | + "@storybook/react": "^6.4.19", |
| 101 | + "@testing-library/jest-dom": "^5.16.2", |
| 102 | + "@testing-library/react": "^12.1.3", |
| 103 | + "@types/jest": "^27.4.1", |
| 104 | + "@types/node": "^16.11.25", |
| 105 | + "@types/react": "^17.0.39", |
106 | 106 | "@types/react-dom": "^17.0.11", |
107 | | - "@types/react-helmet": "^6.1.4", |
| 107 | + "@types/react-helmet": "^6.1.5", |
108 | 108 | "@types/react-test-renderer": "^17.0.1", |
109 | | - "@typescript-eslint/eslint-plugin": "^5.4.0", |
110 | | - "@typescript-eslint/parser": "^5.4.0", |
111 | | - "babel-jest": "^27.3.1", |
| 109 | + "@typescript-eslint/eslint-plugin": "^5.12.1", |
| 110 | + "@typescript-eslint/parser": "^5.12.1", |
| 111 | + "babel-jest": "^27.5.1", |
112 | 112 | "babel-loader": "^8.2.3", |
113 | | - "babel-preset-gatsby": "^2.2.0", |
114 | | - "babel-preset-react-app": "^10.0.0", |
115 | | - "eslint": "^8.3.0", |
116 | | - "eslint-config-prettier": "^8.3.0", |
| 113 | + "babel-preset-gatsby": "^2.8.0", |
| 114 | + "babel-preset-react-app": "^10.0.1", |
| 115 | + "eslint": "^8.9.0", |
| 116 | + "eslint-config-prettier": "^8.4.0", |
117 | 117 | "eslint-plugin-prettier": "^4.0.0", |
118 | | - "eslint-plugin-react": "^7.27.1", |
119 | | - "eslint-plugin-testing-library": "^5.0.0", |
| 118 | + "eslint-plugin-react": "^7.28.0", |
| 119 | + "eslint-plugin-testing-library": "^5.0.5", |
120 | 120 | "gh-pages": "^3.2.3", |
121 | 121 | "html-webpack-plugin": "^5.5.0", |
122 | 122 | "identity-obj-proxy": "^3.0.0", |
123 | | - "jest": "^27.3.1", |
| 123 | + "jest": "^27.5.1", |
124 | 124 | "react-test-renderer": "^17.0.2", |
125 | | - "typescript": "^4.5.2", |
126 | | - "webpack": "^5.64.4" |
| 125 | + "typescript": "^4.5.5", |
| 126 | + "webpack": "^5.69.1" |
127 | 127 | } |
128 | 128 | } |
0 commit comments