Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Oct 11, 2024
1 parent 99e8ba8 commit 1be477b
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 502 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"roman-numerals": "^0.3.2",
"s-ago": "^2.2.0",
"streamsaver": "^2.0.6",
"use-local-storage-state": "^19.4.0",
"use-local-storage-state": "^19.4.1",
"web-streams-polyfill": "^4.0.0",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
Expand All @@ -90,13 +90,13 @@
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/plugin-syntax-typescript": "^7.25.7",
"@babel/plugin-transform-class-properties": "^7.25.7",
"@babel/plugin-transform-logical-assignment-operators": "^7.25.7",
"@babel/plugin-transform-logical-assignment-operators": "^7.25.8",
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.7",
"@babel/plugin-transform-optional-chaining": "^7.25.7",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.8",
"@babel/plugin-transform-optional-chaining": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@restart/ui": "^1.8.0",
Expand All @@ -115,7 +115,7 @@
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.2.25",
"@types/react-dom": "^18.3.1",
"@types/roman-numerals": "^0.3.2",
"@types/streamsaver": "^2.0.5",
"@types/stripe-checkout": "^1.0.7",
Expand All @@ -131,13 +131,13 @@
"conditional-type-checks": "^1.0.6",
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"fake-indexeddb": "6.0.0",
"fs-extra": "^11.2.0",
"html-minifier-terser": "^7.2.0",
Expand Down
Loading

0 comments on commit 1be477b

Please sign in to comment.