Merge pull request #1 from mattdangelo/next-13-upgrade

Upgrade next + react
pull/57/head
Matt D'Angelo 1 week ago committed by GitHub
commit 93e35bb777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,2 +1,3 @@
# [mattdangelo.co](https://mattdangelo.co)
Personal website forked from the [LiveTerm](https://github.com/Cveinnt/LiveTerm) repo

@ -14,7 +14,7 @@
"resume_url": "https://upload.wikimedia.org/wikipedia/commons/c/cc/Resume.pdf",
"donate_urls": {
"paypal": "https://paypal.me/mattdangelo6",
"bitcoin": "14KvY3Pg2GKyaxGzkHAh2gNtapZeKd4jM2"
"bitcoin": "14KvY3Pg2GKyaxGzkHAh2gNtapZeKd4jM2"
},
"colors": {
"light": {
@ -36,4 +36,4 @@
"red": "#BF616A"
}
}
}
}

@ -1,4 +1,4 @@
version: "3.7"
version: '3.7'
services:
liveterm:
build:

3653
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -19,9 +19,9 @@
},
"dependencies": {
"axios": "^1.12.0",
"next": "^12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"next": "^13.5.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1"
},
"devDependencies": {

@ -1 +1,19 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

@ -1 +1 @@
export * from './commands';
export * from './commands';

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save