File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed
Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 4444 "@babel/core" : " ^7.21.8" ,
4545 "@babel/eslint-parser" : " ^7.21.8" ,
4646 "@babel/plugin-transform-regenerator" : " ^7.21.5" ,
47+ "@babel/preset-modules" : " ^0.1.5" ,
4748 "@babel/preset-react" : " ^7.18.6" ,
4849 "cross-env" : " ^7.0.2" ,
4950 "cz-conventional-changelog" : " 3.2.0" ,
Original file line number Diff line number Diff line change 2727 "@mdx-js/react" : " ^1.6.22" ,
2828 "@theme-ui/components" : " ^0.14.7" ,
2929 "@theme-ui/prism" : " ^0.14.7" ,
30+ "dotenv" : " ^16.0.3" ,
3031 "formik" : " ^2.2.9" ,
3132 "gatsby" : " ^4.21.1" ,
3233 "gatsby-plugin-catch-links" : " ^4.22.0" ,
Original file line number Diff line number Diff line change @@ -6679,6 +6679,13 @@ __metadata:
66796679 languageName: node
66806680 linkType: hard
66816681
6682+ "dotenv@npm:^16.0.3":
6683+ version: 16.0.3
6684+ resolution: "dotenv@npm:16.0.3"
6685+ checksum: afcf03f373d7a6d62c7e9afea6328e62851d627a4e73f2e12d0a8deae1cd375892004f3021883f8aec85932cd2834b091f568ced92b4774625b321db83b827f8
6686+ languageName: node
6687+ linkType: hard
6688+
66826689"dotenv@npm:^7.0.0":
66836690 version: 7.0.0
66846691 resolution: "dotenv@npm:7.0.0"
@@ -13071,6 +13078,7 @@ __metadata:
1307113078 babel-loader: ^8.2.5
1307213079 babel-preset-gatsby: ^2.22.0
1307313080 core-js: ^3.25.0
13081+ dotenv: ^16.0.3
1307413082 eslint: ^8.23.0
1307513083 formik: ^2.2.9
1307613084 gatsby: ^4.21.1
Original file line number Diff line number Diff line change @@ -18854,6 +18854,7 @@ __metadata:
1885418854 "@babel/core": ^7.21.8
1885518855 "@babel/eslint-parser": ^7.21.8
1885618856 "@babel/plugin-transform-regenerator": ^7.21.5
18857+ "@babel/preset-modules": ^0.1.5
1885718858 "@babel/preset-react": ^7.18.6
1885818859 cross-env: ^7.0.2
1885918860 cz-conventional-changelog: 3.2.0
You can’t perform that action at this time.
0 commit comments