Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Jun 6, 2024
1 parent 8ada4af commit dff614e
Show file tree
Hide file tree
Showing 3 changed files with 2,516 additions and 2,117 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,50 +32,50 @@
"prepublishOnly": "yarn test && yarn run build"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@eslint/js": "^9.1.1",
"@nextui-org/react": "^2.2.10",
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@eslint/js": "^9.4.0",
"@nextui-org/react": "^2.4.1",
"@phosphor-icons/react": "^2.1.4",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.12.3",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@vitejs/plugin-react-swc": "^3.6.0",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@uiw/react-color-alpha": "^2.3.0",
"@uiw/react-color-editable-input": "^2.3.0",
"@uiw/react-color-editable-input-rgba": "^2.3.0",
"@uiw/react-color-hue": "^2.3.0",
"@uiw/react-color-saturation": "^2.3.0",
"@uiw/react-color-swatch": "^2.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"babel-plugin-add-module-exports": "^1.0.4",
"chokidar": "^3.6.0",
"cross-env": "^7.0.3",
"eslint": "^9.1.0",
"framer-motion": "^11.0.25",
"eslint": "^9.4.0",
"framer-motion": "^11.2.10",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svgo": "^3.2.0",
"prettier": "^3.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svgo": "^3.3.2",
"tailwind-scrollbar": "^3.1.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.0",
"vite": "^5.2.7",
"vitest": "^1.5.0",
"typescript-eslint": "^7.12.0",
"vite": "^5.2.12",
"vitest": "^1.6.0",
"zustand": "^4.5.2"
},
"dependencies": {
"svg-path-bbox": "1.2.5"
"svg-path-bbox": "^2.0.0"
},
"peerDependencies": {
"react": ">=18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/faceToSvgString.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import svgPathBbox from "svg-path-bbox";
import { svgPathBbox } from "svg-path-bbox";
import { display } from "./display.js";
import { FaceConfig, Overrides } from "./types.js";

Expand Down
Loading

0 comments on commit dff614e

Please sign in to comment.