Skip to content

Commit c4809c9

Browse files
chore: upgrade to MUI v5 and fix security vulnerabilities
- Migrate Material-UI v4 to MUI v5 - Update all dependencies to secure versions - Downgrade TypeScript to 4.9.5 for compatibility - Update Storybook to v7 - Update Resume content and reorder Projects page
1 parent 24aebe6 commit c4809c9

11 files changed

Lines changed: 20 additions & 23 deletions

.DS_Store

0 Bytes
Binary file not shown.

asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"files": {
33
"main.css": "./static/css/main.7b03d277.css",
4-
"main.js": "./static/js/main.4c3e8727.js",
4+
"main.js": "./static/js/main.05001e37.js",
55
"index.html": "./index.html",
66
"main.7b03d277.css.map": "./static/css/main.7b03d277.css.map",
7-
"main.4c3e8727.js.map": "./static/js/main.4c3e8727.js.map"
7+
"main.05001e37.js.map": "./static/js/main.05001e37.js.map"
88
},
99
"entrypoints": [
1010
"static/css/main.7b03d277.css",
11-
"static/js/main.4c3e8727.js"
11+
"static/js/main.05001e37.js"
1212
]
1313
}
12.7 KB
Binary file not shown.
89.3 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="./manifest.json"/><script async src="https://www.googletagmanager.com/gtag/js?id=UA-30852938-1"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","UA-30852938-1")</script><title>Danielle Frappier - Front End Developer</title><script defer="defer" src="./static/js/main.4c3e8727.js"></script><link href="./static/css/main.7b03d277.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="./manifest.json"/><script async src="https://www.googletagmanager.com/gtag/js?id=UA-30852938-1"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","UA-30852938-1")</script><title>Danielle Frappier - Front End Developer</title><script defer="defer" src="./static/js/main.05001e37.js"></script><link href="./static/css/main.7b03d277.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

new/.DS_Store

0 Bytes
Binary file not shown.

static/js/main.05001e37.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
1+
/*!
2+
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
3+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4+
* Copyright 2024 Fonticons, Inc.
5+
*/
26

37
/**
48
* @license React
@@ -12,17 +16,17 @@
1216

1317
/**
1418
* @license React
15-
* react-jsx-runtime.production.min.js
19+
* react-is.production.js
1620
*
17-
* Copyright (c) Facebook, Inc. and its affiliates.
21+
* Copyright (c) Meta Platforms, Inc. and affiliates.
1822
*
1923
* This source code is licensed under the MIT license found in the
2024
* LICENSE file in the root directory of this source tree.
2125
*/
2226

2327
/**
2428
* @license React
25-
* react.production.min.js
29+
* react-jsx-runtime.production.min.js
2630
*
2731
* Copyright (c) Facebook, Inc. and its affiliates.
2832
*
@@ -32,7 +36,7 @@
3236

3337
/**
3438
* @license React
35-
* scheduler.production.min.js
39+
* react.production.min.js
3640
*
3741
* Copyright (c) Facebook, Inc. and its affiliates.
3842
*
@@ -41,23 +45,16 @@
4145
*/
4246

4347
/**
44-
* A better abstraction over CSS.
45-
*
46-
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
47-
* @website https://github.com/cssinjs/jss
48-
* @license MIT
49-
*/
50-
51-
/** @license React v16.13.1
52-
* react-is.production.min.js
48+
* @license React
49+
* scheduler.production.min.js
5350
*
5451
* Copyright (c) Facebook, Inc. and its affiliates.
5552
*
5653
* This source code is licensed under the MIT license found in the
5754
* LICENSE file in the root directory of this source tree.
5855
*/
5956

60-
/** @license React v17.0.2
57+
/** @license React v16.13.1
6158
* react-is.production.min.js
6259
*
6360
* Copyright (c) Facebook, Inc. and its affiliates.

static/js/main.05001e37.js.map

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

static/js/main.4c3e8727.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)