Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
schummar committed Feb 21, 2024
1 parent 21ed125 commit b10f346
Show file tree
Hide file tree
Showing 2 changed files with 542 additions and 225 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,39 +107,39 @@
},
"devDependencies": {
"@emotion/styled": "11.11.0",
"@mantine/core": "7.5.0",
"@mui/material": "5.15.6",
"@mantine/core": "7.5.3",
"@mui/material": "5.15.10",
"@schummar/eslint-config": "github:schummar/eslint-config",
"@schummar/prettier-config": "github:schummar/prettier-config",
"@schummar/runp": "2.0.2",
"@size-limit/preset-small-lib": "11.0.2",
"@testing-library/react": "14.1.2",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@testing-library/react": "14.2.1",
"@types/react": "18.2.57",
"@types/react-dom": "18.2.19",
"@types/seedrandom": "3.0.8",
"@types/use-sync-external-store": "0.0.6",
"@types/ws": "8.5.10",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.2.1",
"esbuild": "0.19.12",
"@vitest/coverage-v8": "1.3.1",
"esbuild": "0.20.1",
"eslint": "8.56.0",
"happy-dom": "13.3.1",
"happy-dom": "13.3.8",
"immer": "10.0.3",
"jsdom": "24.0.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"publint": "0.2.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"seedrandom": "3.0.5",
"semantic-release": "23.0.0",
"semantic-release": "23.0.2",
"size-limit": "11.0.2",
"tsc-alias": "1.8.8",
"typescript": "5.3.3",
"use-sync-external-store": "1.2.0",
"vite": "5.0.12",
"vite": "5.1.3",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.2.1"
"vitest": "1.3.1"
},
"volta": {
"node": "20.11.0",
Expand Down Expand Up @@ -199,7 +199,7 @@
"name": "react: useStore",
"path": "dist/es/react/index.mjs",
"import": "{useStore}",
"limit": "3 KB"
"limit": "6 KB"
},
{
"name": "react: useCache",
Expand Down
Loading

0 comments on commit b10f346

Please sign in to comment.