Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Aug 16, 2024
1 parent bea7533 commit cd85780
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 162 deletions.
2 changes: 2 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Some way to have determinism not affect pot, so people can replay historical situations and stuff https://old.reddit.com/r/nba/comments/1estlxk/basketball_gm_rnba_post_2024_edition/lica1bn/

Allegedly in a normal league, "X cuts to the rim as X lobs up the inbound pass" can have the same player as both X https://discord.com/channels/290013534023057409/290015591216054273/1272784016067792910

Can processPlayersHallOfFame use gpF for baseball? spread season's WAR around by that, if it's available? https://discord.com/channels/290013534023057409/944392892905037885/1272548695459631210
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@dnd-kit/sortable": "^8.0.0",
"@juggle/resize-observer": "^3.4.0",
"@mattiasbuelens/web-streams-adapter": "^0.1.0",
"@tanstack/react-virtual": "^3.8.6",
"@tanstack/react-virtual": "^3.9.0",
"@uiw/color-convert": "^2.3.0",
"@uiw/react-color-editable-input": "^2.3.0",
"@uiw/react-color-editable-input-rgba": "^2.3.0",
Expand All @@ -64,7 +64,7 @@
"facesjs": "^4.2.2",
"fast-deep-equal": "^3.1.3",
"flag-icons": "^7.2.3",
"framer-motion": "^11.3.24",
"framer-motion": "^11.3.28",
"html2canvas": "^1.4.1",
"idb": "dumbmatter/idb#autoIncrementKeyPath2-build",
"match-sorter": "^6.3.4",
Expand All @@ -86,7 +86,7 @@
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.1.0",
"workbox-window": "^7.0.0",
"zustand": "^4.5.4"
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand All @@ -112,16 +112,16 @@
"@types/gtag.js": "^0.0.20",
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.2.0",
"@types/node": "^22.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.25",
"@types/roman-numerals": "^0.3.2",
"@types/streamsaver": "^2.0.4",
"@types/stripe-checkout": "^1.0.7",
"@types/stripe-v2": "^2.0.6",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"browserslist": "^4.23.3",
"cheerio": "^1.0.0",
"chokidar": "^3.6.0",
Expand Down Expand Up @@ -154,7 +154,7 @@
"karma-rollup-preprocessor": "^7.0.8",
"karma-source-map-support": "^1.4.0",
"lightningcss": "^1.26.0",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.9",
"log-symbols": "^6.0.0",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit cd85780

Please sign in to comment.