Skip to content

Commit

Permalink
feat: change to square bars
Browse files Browse the repository at this point in the history
  • Loading branch information
emihul committed Jan 10, 2025
1 parent a1affaf commit c9fcfb1
Show file tree
Hide file tree
Showing 10 changed files with 1,960 additions and 1,956 deletions.
6 changes: 3 additions & 3 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files": {
"main.js": "/static/js/main.2ae54588.js",
"main.js": "/static/js/main.1933d505.js",
"index.html": "/index.html",
"main.2ae54588.js.map": "/static/js/main.2ae54588.js.map"
"main.1933d505.js.map": "/static/js/main.1933d505.js.map"
},
"entrypoints": [
"static/js/main.2ae54588.js"
"static/js/main.1933d505.js"
]
}
2 changes: 1 addition & 1 deletion build/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="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="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="styles.css"><title>React App</title><script defer="defer" src="/static/js/main.2ae54588.js"></script></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="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="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="styles.css"><title>React App</title><script defer="defer" src="/static/js/main.1933d505.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions build/static/js/main.1933d505.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/js/main.1933d505.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions build/static/js/main.2ae54588.js

This file was deleted.

1 change: 0 additions & 1 deletion build/static/js/main.2ae54588.js.map

This file was deleted.

3,534 changes: 1,755 additions & 1,779 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"eject": "react-scripts eject"
},
"dependencies": {
"d3": "^7.7.0",
"framer-motion": "^4.1.0",
"d3": "^7.9.0",
"framer-motion": "^4.1.17",
"nth-check": "^2.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^5.0.1",
"react-select": "^5.1.0"
"react-select": "^5.9.0"
},
"overrides": {
"nth-check": "$nth-check"
Expand All @@ -51,10 +51,10 @@
]
},
"devDependencies": {
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6"
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3"
}
}
Loading

0 comments on commit c9fcfb1

Please sign in to comment.