Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Sep 11, 2024
1 parent fb55105 commit b5f6966
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 513 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"*.{js,cjs,mjs,jsx,json,scss,ts,tsx}": "prettier --write"
},
"dependencies": {
"@bugsnag/browser": "^7.25.0",
"@bugsnag/plugin-react": "^7.25.0",
"@bugsnag/browser": "^8.0.0",
"@bugsnag/plugin-react": "^8.0.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@juggle/resize-observer": "^3.4.0",
"@mattiasbuelens/web-streams-adapter": "^0.1.0",
"@tanstack/react-virtual": "^3.10.6",
"@tanstack/react-virtual": "^3.10.7",
"@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.31",
"framer-motion": "^11.5.4",
"html2canvas": "^1.4.1",
"idb": "dumbmatter/idb#autoIncrementKeyPath2-build",
"just-clone": "^6.2.0",
Expand Down Expand Up @@ -113,30 +113,30 @@
"@types/gtag.js": "^0.0.20",
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.1",
"@types/react": "^18.3.4",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@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.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"browserslist": "^4.23.3",
"cheerio": "^1.0.0",
"chokidar": "^3.6.0",
"cloudflare": "^3.5.0",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"conditional-type-checks": "^1.0.6",
"cross-env": "^7.0.3",
"esbuild": "^0.23.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"fake-indexeddb": "6.0.0",
"fs-extra": "^11.2.0",
Expand All @@ -154,18 +154,18 @@
"karma-mocha": "^2.0.1",
"karma-rollup-preprocessor": "^7.0.8",
"karma-source-map-support": "^1.4.0",
"lightningcss": "^1.26.0",
"lint-staged": "^15.2.9",
"lightningcss": "^1.27.0",
"lint-staged": "^15.2.10",
"log-symbols": "^7.0.0",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"purgecss": "^6.0.0",
"replace": "^1.2.2",
"rollup": "^4.21.1",
"rollup": "^4.21.2",
"rollup-plugin-blacklist": "^1.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "1.77.6",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"workbox-build": "^7.1.1"
},
"private": true
Expand Down
Loading

0 comments on commit b5f6966

Please sign in to comment.