Skip to content

Commit 018d0eb

Browse files
committed
feat: prettify source code
1 parent 1a90ffd commit 018d0eb

30 files changed

+1221
-1482
lines changed

.eslintrc.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ module.exports = {
33
__PATH_PREFIX__: true,
44
},
55
extends: `react-app`,
6-
7-
"rules": {
8-
"no-eval": true
9-
}
6+
rules: {
7+
'no-eval': 0,
8+
},
109
}

package-lock.json

Lines changed: 75 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,34 @@
44
"version": "1.0.0",
55
"author": "David Worms <[email protected]>",
66
"dependencies": {
7-
"@emotion/css": "^11.11.2",
8-
"@emotion/react": "^11.11.3",
9-
"@emotion/styled": "^11.11.0",
10-
"csv": "^6.3.6",
11-
"gatsby": "^5.13.1",
12-
"gatsby-plugin-catch-links": "^5.13.0",
13-
"gatsby-plugin-emotion": "^8.13.0",
14-
"gatsby-plugin-google-analytics": "^5.13.0",
7+
"@emotion/css": "^11.13.5",
8+
"@emotion/react": "^11.14.0",
9+
"@emotion/styled": "^11.14.0",
10+
"csv": "^6.3.11",
11+
"gatsby": "^5.14.3",
12+
"gatsby-plugin-catch-links": "^5.14.0",
13+
"gatsby-plugin-emotion": "^8.14.0",
14+
"gatsby-plugin-google-analytics": "^5.14.0",
1515
"gatsby-plugin-manifest": "next",
1616
"gatsby-plugin-offline": "next",
1717
"gatsby-plugin-plausible": "^0.0.7",
1818
"gatsby-plugin-react-helmet": "next",
1919
"gatsby-plugin-robots-txt": "^1.8.0",
20-
"gatsby-plugin-sitemap": "^6.13.0",
21-
"gatsby-plugin-typography": "^5.13.0",
22-
"gatsby-remark-autolink-headers": "^6.13.0",
23-
"gatsby-remark-embed-snippet": "^8.13.0",
24-
"gatsby-remark-prismjs": "^7.13.0",
25-
"gatsby-source-filesystem": "^5.13.0",
26-
"gatsby-transformer-remark": "^6.13.0",
27-
"prismjs": "^1.29.0",
2820
"react": "^18.2.0",
2921
"react-dom": "^18.2.0",
22+
"gatsby-plugin-sitemap": "^6.14.0",
23+
"gatsby-plugin-typography": "^5.14.0",
24+
"gatsby-remark-autolink-headers": "^6.14.0",
25+
"gatsby-remark-embed-snippet": "^8.14.0",
26+
"gatsby-remark-prismjs": "^7.14.0",
27+
"gatsby-source-filesystem": "^5.14.0",
28+
"gatsby-transformer-remark": "^6.14.0",
29+
"prismjs": "^1.30.0",
3030
"react-helmet": "^6.1.0",
31-
"react-icons": "^4.12.0",
32-
"react-modal": "^3.16.1",
33-
"react-syntax-highlighter": "^15.5.0",
34-
"react-tooltip": "^5.25.1",
31+
"react-icons": "^5.5.0",
32+
"react-modal": "^3.16.3",
33+
"react-syntax-highlighter": "^15.6.1",
34+
"react-tooltip": "^5.28.1",
3535
"react-typography": "^0.16.23",
3636
"typeface-fira-mono": "^1.1.13",
3737
"typeface-open-sans": "^1.1.13",
@@ -57,7 +57,7 @@
5757
"devDependencies": {
5858
"gatsby-remark-snippet-url": "^0.2.1",
5959
"gatsby-remark-snippet-url-prepare": "^0.2.1",
60-
"prettier": "^3.1.1"
60+
"prettier": "^3.5.3"
6161
},
6262
"repository": {
6363
"type": "git",

0 commit comments

Comments
 (0)