Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Pow committed Jan 27, 2024
1 parent afccc4a commit d8a981b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ServiceWorker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><link rel="manifest" href="manifest.json"/><link rel="shortcut icon" href="favicon.png"/><link rel="apple-touch-icon" href="favicon-192.png"/><title>React App Boilerplate</title><meta name="description" content="A simpler React boilerplate than CRA with more useful built-in features"><meta name="keywords" content="boilerplate, web development, create-react-app, typescript, website, webpack"><meta name="theme-color" content="#3800FF"><meta name="viewport" content="viewport-fit=cover,width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="color-scheme" content="dark light"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-title" content="React App Boilerplate"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><script defer="defer" src="static/js/vendor-49d0a293.4c76bf79.bundle.js"></script><script defer="defer" src="static/js/vendor-3062047c.8308362a.bundle.js"></script><script defer="defer" src="static/js/vendor-3572547a.84474346.bundle.js"></script><script defer="defer" src="static/js/vendor-f82e0cd2.6c61c1e3.bundle.js"></script><script defer="defer" src="static/js/vendor-27545368.4deaa67c.bundle.js"></script><script defer="defer" src="static/js/client.e1a5e035.bundle.js"></script><script defer="defer" src="static/js/runtime.b53d8990.bundle.js"></script><script defer="defer" src="static/js/common.c2e74114.bundle.js"></script><link href="static/css/styles.c8c1585b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><link rel="manifest" href="manifest.json"/><link rel="shortcut icon" href="favicon.png"/><link rel="apple-touch-icon" href="favicon-192.png"/><title>React App Boilerplate</title><meta name="description" content="A simpler React boilerplate than CRA with more useful built-in features"><meta name="keywords" content="boilerplate, web development, create-react-app, typescript, website, webpack"><meta name="theme-color" content="#3800FF"><meta name="viewport" content="viewport-fit=cover,width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="color-scheme" content="dark light"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-title" content="React App Boilerplate"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><script defer="defer" src="static/js/vendor-49d0a293.6fa940fb.bundle.js"></script><script defer="defer" src="static/js/vendor-3062047c.c51778aa.bundle.js"></script><script defer="defer" src="static/js/vendor-3572547a.84474346.bundle.js"></script><script defer="defer" src="static/js/vendor-f82e0cd2.6c61c1e3.bundle.js"></script><script defer="defer" src="static/js/vendor-27545368.4deaa67c.bundle.js"></script><script defer="defer" src="static/js/client.6895b5ea.bundle.js"></script><script defer="defer" src="static/js/runtime.b53d8990.bundle.js"></script><script defer="defer" src="static/js/common.c2e74114.bundle.js"></script><link href="static/css/styles.c8c1585b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"css-minimizer-webpack-plugin": "^3.0.1",
"dotenv": "^7.0.0",
"dotenv-expand": "^10.0.0",
"eslint": "^8.12.0",
"eslint": "^8.56.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import-alias": "^1.2.0",
Expand Down
Loading

0 comments on commit d8a981b

Please sign in to comment.