Skip to content

Commit 2a0d273

Browse files
authored
FRNT-171 : update deps in gatsby-theme (#12)
1 parent f45e3e8 commit 2a0d273

File tree

3 files changed

+1096
-3916
lines changed

3 files changed

+1096
-3916
lines changed

example/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
"build": "gatsby build"
1515
},
1616
"dependencies": {
17-
"@types/react": "^16.9.51",
18-
"@types/react-dom": "^16.9.8",
19-
"@types/styled-components": "^5.1.3",
17+
"@types/react": "^17.0.1",
18+
"@types/react-dom": "^17.0.0",
19+
"@types/styled-components": "^5.1.7",
2020
"gatsby": "^2.32.3",
2121
"gatsby-theme-woly": "0.0.0-real-version-will-be-set-at-ci",
22-
"react": "^16.14",
23-
"react-dom": "^16.14",
24-
"react-is": "^16",
25-
"styled-components": "^5.2.0"
22+
"react": "16.14.0",
23+
"react-dom": "16.14.0",
24+
"styled-components": "^5.2.1"
2625
}
2726
}

gatsby-theme-woly/package.json

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,27 @@
2323
],
2424
"license": "MIT",
2525
"peerDependencies": {
26-
"gatsby": "^2.32.0",
27-
"react": "^16.13.0",
28-
"react-dom": "^16.13.0"
26+
"gatsby": "^2.32.3",
27+
"react": "16.14.0",
28+
"react-dom": "16.14.0"
2929
},
3030
"dependencies": {
31-
"@mdx-js/mdx": "^1.6.16",
32-
"@mdx-js/react": "^1.6.16",
33-
"change-case": "^4.1.1",
34-
"gatsby-plugin-mdx": "^1.2.34",
35-
"gatsby-plugin-react-helmet": "^3.3.10",
36-
"gatsby-plugin-sharp": "^2.14.1",
37-
"gatsby-plugin-sitemap": "^2.4.11",
38-
"gatsby-plugin-styled-components": "^3.3.10",
39-
"gatsby-source-filesystem": "^2.3.27",
40-
"gatsby-transformer-sharp": "^2.12.0",
31+
"@mdx-js/mdx": "^1.6.22",
32+
"@mdx-js/react": "^1.6.22",
33+
"change-case": "^4.1.2",
34+
"gatsby-plugin-mdx": "^1.10.0",
35+
"gatsby-plugin-react-helmet": "^3.10.0",
36+
"gatsby-plugin-sitemap": "^2.12.0",
37+
"gatsby-plugin-styled-components": "^3.10.0",
38+
"gatsby-source-filesystem": "^2.11.0",
4139
"prism-react-renderer": "^1.1.1",
4240
"react-helmet": "^6.1.0"
4341
},
4442
"devDependencies": {
45-
"babel-plugin-styled-components": "^1.11.1",
43+
"babel-plugin-styled-components": "^1.12.0",
4644
"gatsby": "^2.32.3",
47-
"react": "^16.14",
48-
"react-dom": "^16.14",
49-
"styled-components": "^5.1.1",
50-
"typescript": "^4.1.3"
45+
"react": "16.14.0",
46+
"react-dom": "16.14.0",
47+
"styled-components": "^5.2.1"
5148
}
5249
}

0 commit comments

Comments
 (0)