Skip to content

Commit

Permalink
chore: upgrade site deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlacy committed Sep 16, 2024
1 parent b1a0dfd commit 7fbbd9e
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 11,295 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ coverage
sandbox
yarn.lock
.cache
.parcel-cache
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<html><head><title>Boundaries</title><link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap" rel="stylesheet"><link rel="stylesheet" href="static/src.27257bef.css"></head><body> <a href="https://github.com/staeco/boundaries" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" style="position:absolute;top:0;border:0;right:0" aria-hidden="true" fill="#151513" color="#fff"><path d="M0 0l115 115h15l12 27 108 108V0z"></path><path d="M128.3 109c-14.5-9.3-9.3-19.4-9.3-19.4 3-6.9 1.5-11 1.5-11-1.3-6.6 2.9-2.3 2.9-2.3 3.9 4.6 2.1 11 2.1 11-2.6 10.3 5.1 14.6 8.9 15.9" fill="currentColor" style="transform-origin:130px 106px" class="octo-arm"></path><path d="M115 115c-.1.1 3.7 1.5 4.8.4l13.9-13.8c3.2-2.4 6.2-3.2 8.5-3-8.4-10.6-14.7-24.2 1.6-40.6 4.7-4.6 10.2-6.8 15.9-7 .6-1.6 3.5-7.4 11.7-10.9 0 0 4.7 2.4 7.4 16.1 4.3 2.4 8.4 5.6 12.1 9.2 3.6 3.6 6.8 7.8 9.2 12.2 13.7 2.6 16.2 7.3 16.2 7.3-3.6 8.2-9.4 11.1-10.9 11.7-.3 5.8-2.4 11.2-7.1 15.9-16.4 16.4-30 10-40.6 1.6.2 2.8-1 6.8-5 10.8L141 136.5c-1.2 1.2.6 5.4.8 5.3z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave .56s ease-in-out}@keyframes octocat-wave{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave .56s ease-in-out}}</style> <div id="app"></div> <script src="static/src.b12c3096.js"></script>
</body></html>
<html><head><link rel="stylesheet" href="static/index.33dfec57.css"><script type="module" src="static/index.runtime.1347f693.js"></script><title>Boundaries</title><link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap" rel="stylesheet"></head><body> <a href="https://github.com/staeco/boundaries" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" aria-hidden="true" style="fill:#151513;color:#fff;border:0;position:absolute;top:0;right:0" viewBox="0 0 250 250"><path d="m0 0 115 115h15l12 27 108 108V0Z"/><path fill="currentColor" d="M128.3 109c-14.5-9.3-9.3-19.4-9.3-19.4 3-6.9 1.5-11 1.5-11-1.3-6.6 2.9-2.3 2.9-2.3 3.9 4.6 2.1 11 2.1 11-2.6 10.3 5.1 14.6 8.9 15.9" class="octo-arm" style="transform-origin:130px 106px"/><path fill="currentColor" d="M115 115c-.1.1 3.7 1.5 4.8.4l13.9-13.8c3.2-2.4 6.2-3.2 8.5-3-8.4-10.6-14.7-24.2 1.6-40.6 4.7-4.6 10.2-6.8 15.9-7 .6-1.6 3.5-7.4 11.7-10.9 0 0 4.7 2.4 7.4 16.1 4.3 2.4 8.4 5.6 12.1 9.2 3.6 3.6 6.8 7.8 9.2 12.2 13.7 2.6 16.2 7.3 16.2 7.3-3.6 8.2-9.4 11.1-10.9 11.7-.3 5.8-2.4 11.2-7.1 15.9-16.4 16.4-30 10-40.6 1.6.2 2.8-1 6.8-5 10.8L141 136.5c-1.2 1.2.6 5.4.8 5.3Z" class="octo-body"/></svg></a><style>.github-corner:hover .octo-arm{animation:.56s ease-in-out octocat-wave}@keyframes octocat-wave{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (width<=500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:.56s ease-in-out octocat-wave}}</style> <div id="app"></div> <script type="module" src="static/index.837ea24d.js"></script> </body></html>
2 changes: 1 addition & 1 deletion list.json

Large diffs are not rendered by default.

27 changes: 14 additions & 13 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
{
"scripts": {
"start": "parcel src/index.html --port 8082",
"build": "rm -rf ../static && parcel build --no-source-maps --public-url 'static/' src/index.html -d ../static && mv ../static/index.html .."
"build": "rm -rf ../static && mkdir ../static && parcel build --no-source-maps --public-url 'static/' src/index.html --dist-dir ../static && mv ../static/index.html .."
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-typescript": "^7.6.0",
"@types/react": "^16.9.9",
"@types/react-dom": "^16.9.2",
"babel-plugin-add-module-exports": "^1.0.2",
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"parcel-bundler": "^1.12.4",
"sass": "^1.23.0",
"typescript": "^3.6.4"
"parcel": "^2.12.0",
"parcel-bundler": "^1.12.5",
"sass": "^1.78.0",
"typescript": "^5.6.2"
},
"dependencies": {
"better-react-spinkit": "^2.0.4",
"fuzzysort": "^1.1.4",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-icons": "^3.7.0"
"fuzzysort": "^3.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0"
}
}
2 changes: 1 addition & 1 deletion site/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<body>
<a href="https://github.com/staeco/boundaries" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
<div id="app"></div>
<script src="./index.tsx"></script>
<script type="module" src="./index.tsx"></script>
</body>
</html>
Loading

0 comments on commit 7fbbd9e

Please sign in to comment.