Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed May 25, 2024
1 parent 278a1b7 commit 21d846c
Show file tree
Hide file tree
Showing 2 changed files with 1,258 additions and 1,261 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@visx/shape": "^3.5.0",
"@visx/text": "^3.3.0",
"@visx/tooltip": "^3.3.0",
"ajv": "^8.13.0",
"ajv": "^8.14.0",
"array-move": "^4.0.0",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
Expand All @@ -63,8 +63,8 @@
"dropbox": "^10.34.0",
"facesjs": "^4.2.1",
"fast-deep-equal": "^3.1.3",
"flag-icons": "^7.2.1",
"framer-motion": "^11.2.4",
"flag-icons": "^7.2.2",
"framer-motion": "^11.2.6",
"html2canvas": "^1.4.1",
"idb": "dumbmatter/idb#autoIncrementKeyPath2-build",
"match-sorter": "^6.3.4",
Expand All @@ -89,19 +89,19 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-syntax-typescript": "^7.24.1",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-logical-assignment-operators": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
"@babel/plugin-transform-optional-chaining": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/core": "^7.24.6",
"@babel/plugin-syntax-typescript": "^7.24.6",
"@babel/plugin-transform-class-properties": "^7.24.6",
"@babel/plugin-transform-logical-assignment-operators": "^7.24.6",
"@babel/plugin-transform-modules-commonjs": "^7.24.6",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.6",
"@babel/plugin-transform-optional-chaining": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@restart/ui": "^1.6.9",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
Expand All @@ -113,7 +113,7 @@
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.25",
"@types/roman-numerals": "^0.3.2",
"@types/streamsaver": "^2.0.4",
Expand All @@ -129,7 +129,7 @@
"concurrently": "^8.2.2",
"conditional-type-checks": "^1.0.6",
"cross-env": "^7.0.3",
"esbuild": "^0.21.3",
"esbuild": "^0.21.4",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -153,14 +153,14 @@
"karma-mocha": "^2.0.1",
"karma-rollup-preprocessor": "^7.0.8",
"karma-source-map-support": "^1.4.0",
"lightningcss": "^1.25.0",
"lint-staged": "^15.2.2",
"lightningcss": "^1.25.1",
"lint-staged": "^15.2.5",
"log-symbols": "^6.0.0",
"mocha": "^10.4.0",
"prettier": "^3.2.5",
"purgecss": "^6.0.0",
"replace": "^1.2.2",
"rollup": "^4.17.2",
"rollup": "^4.18.0",
"rollup-plugin-blacklist": "^1.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.2",
Expand Down

0 comments on commit 21d846c

Please sign in to comment.