Skip to content

Commit 1fe3e2c

Browse files
committed
chore: upgrade dependencies
1 parent 1bd79d9 commit 1fe3e2c

File tree

9 files changed

+8334
-9513
lines changed

9 files changed

+8334
-9513
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16.15.1

gatsby-config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ module.exports = {
5353
},
5454
`gatsby-remark-copy-linked-files`,
5555
`gatsby-remark-smartypants`,
56-
`gatsby-remark-slug`,
5756
{
5857
resolve: `gatsby-remark-vscode`,
5958
options: {
@@ -66,6 +65,7 @@ module.exports = {
6665
},
6766
`gatsby-transformer-sharp`,
6867
`gatsby-plugin-sharp`,
68+
`gatsby-plugin-image`,
6969
{
7070
resolve: `gatsby-plugin-manifest`,
7171
options: {
@@ -75,7 +75,7 @@ module.exports = {
7575
background_color: `#2274a5`,
7676
theme_color: `#2274a5`,
7777
display: `minimal-ui`,
78-
//icon: `src/images/gatsby-icon.png`, // This path is relative to the root of the site.
78+
icon: `src/images/mun-icon.png`, // This path is relative to the root of the site.
7979
},
8080
},
8181
`gatsby-plugin-sitemap`,

package.json

+25-24
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,34 @@
55
"version": "0.1.0",
66
"author": "The Mun Team",
77
"dependencies": {
8-
"gatsby": "^2.20.12",
9-
"gatsby-image": "^2.3.1",
10-
"gatsby-plugin-feed": "^2.5.3",
11-
"gatsby-plugin-google-analytics": "^2.2.2",
12-
"gatsby-plugin-manifest": "2.3.3",
13-
"gatsby-plugin-offline": "3.1.2",
14-
"gatsby-plugin-react-helmet": "^3.2.1",
8+
"gatsby": "^4.15.2",
9+
"gatsby-plugin-feed": "^4.15.1",
10+
"gatsby-plugin-google-analytics": "^4.15.0",
11+
"gatsby-plugin-image": "^2.17.0",
12+
"gatsby-plugin-manifest": "4.17.0",
13+
"gatsby-plugin-offline": "5.17.0",
14+
"gatsby-plugin-react-helmet": "^5.15.0",
1515
"gatsby-plugin-react-svg": "^3.0.0",
1616
"gatsby-plugin-robots-txt": "^1.5.0",
17-
"gatsby-plugin-sass": "^2.2.1",
18-
"gatsby-plugin-sharp": "^2.5.4",
19-
"gatsby-plugin-sitemap": "^2.3.1",
20-
"gatsby-remark-copy-linked-files": "^2.2.1",
21-
"gatsby-remark-images": "^3.2.2",
22-
"gatsby-remark-responsive-iframe": "^2.3.1",
23-
"gatsby-remark-slug": "^0.1.0",
24-
"gatsby-remark-smartypants": "^2.2.1",
25-
"gatsby-remark-vscode": "^2.1.1",
26-
"gatsby-source-filesystem": "^2.2.2",
27-
"gatsby-transformer-remark": "^2.7.1",
28-
"gatsby-transformer-sharp": "^2.4.4",
29-
"node-sass": "^4.13.1",
17+
"gatsby-plugin-sass": "^5.17.0",
18+
"gatsby-plugin-sharp": "^4.17.0",
19+
"gatsby-plugin-sitemap": "^5.15.1",
20+
"gatsby-remark-copy-linked-files": "^5.15.0",
21+
"gatsby-remark-images": "^6.15.1",
22+
"gatsby-remark-responsive-iframe": "^5.15.0",
23+
"gatsby-remark-smartypants": "^5.15.0",
24+
"gatsby-remark-vscode": "^3.3.1",
25+
"gatsby-source-filesystem": "^4.15.0",
26+
"gatsby-transformer-remark": "^5.15.1",
27+
"gatsby-transformer-sharp": "^4.17.0",
28+
"node-sass": "^7.0.1",
3029
"prop-types": "^15.7.2",
31-
"react": "^16.13.1",
32-
"react-dom": "^16.13.1",
33-
"react-helmet": "^5.2.1",
34-
"react-tabs": "^3.1.0"
30+
"react": "^18.2.0",
31+
"react-dom": "^18.2.0",
32+
"react-helmet": "^6.1.0",
33+
"react-tabs": "^5.1.0",
34+
"sass": "^1.53.0",
35+
"type-fest": "^2.14.0"
3536
},
3637
"devDependencies": {
3738
"mun": "mun-lang/vscode-extension",

src/components/image.js

-32
This file was deleted.

src/images/mun-icon-white.png

22.6 KB
Loading

src/images/mun-icon.png

19.2 KB
Loading

src/styles/_code.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "./styles/_variables.scss";
1+
@import "_variables.scss";
22

33
:root {
44
--grvsc-border-radius: 3px;

src/styles/palette.scss

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/* Coolors Exported Palette - coolors.co/ffffff-1e1d26-2274a5-ff9f1c-a4243b */
22

33
/* HSL */
4-
$color1: hsla(0%, 0%, 100%, 1);
5-
$color2: hsla(247%, 13%, 13%, 1);
6-
$color3: hsla(202%, 66%, 39%, 1);
7-
$color4: hsla(35%, 100%, 55%, 1);
8-
$color5: hsla(349%, 64%, 39%, 1);
4+
// $color1: hsla(0%, 0%, 100%, 1%);
5+
// $color2: hsla(247%, 13%, 13%, 1%);
6+
// $color3: hsla(202%, 66%, 39%, 1%);
7+
// $color4: hsla(35%, 100%, 55%, 1%);
8+
// $color5: hsla(349%, 64%, 39%, 1%);
99

1010
/* RGB */
1111
$color1: rgba(255, 255, 255, 1);
1212
$color2: rgba(30, 29, 38, 1);
1313
$color3: rgba(34, 116, 165, 1);
1414
$color4: rgba(255, 159, 28, 1);
15-
$color5: rgba(164, 36, 59, 1);
15+
$color5: rgba(164, 36, 59, 1);

0 commit comments

Comments
 (0)