Skip to content

Commit

Permalink
fix: update typescript to enable symlink resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
h2xd committed Jul 17, 2024
1 parent 089ca86 commit abcc819
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 215 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,19 @@
"storybook": "^7.5.3",
"tailwindcss": "^3.3.5",
"tsc-alias": "^1.8.8",
"typescript": "^5.2.2",
"typescript": "^5.5.3",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"vite-plugin-static-copy": "^1.0.0",
"vitest": "^0.34.6"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@hivemq/ui-theme": "^0.2.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/styled-system": "^2.9.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5"
"@emotion/styled": "^11.11.5",
"@hivemq/ui-theme": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
Loading

0 comments on commit abcc819

Please sign in to comment.