Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
asiia-trilitech committed Oct 24, 2024
1 parent 646f94b commit 78d508a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 197 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"@chakra-ui/storybook-addon": "^5.2.3",
"@chromatic-com/storybook": "^2.0.2",
"@emotion/is-prop-valid": "^1.3.1",
"@small-tech/vite-plugin-sri": "^1.0.1",
"@storybook/addon-essentials": "^8.3.4",
"@storybook/addon-interactions": "^8.3.4",
"@storybook/addon-links": "^8.3.4",
Expand Down Expand Up @@ -128,6 +127,7 @@
"vite": "^5.4.8",
"vite-plugin-html-sri": "^1.0.2",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-plugin-sri": "^0.0.2",
"vite-plugin-svgr": "^4.2.0"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion apps/web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";
import { nodePolyfills } from "vite-plugin-node-polyfills";
import svgr from "vite-plugin-svgr";
import sri from "vite-plugin-html-sri";
import sri from "vite-plugin-sri";

// https://vitejs.dev/config/
export default defineConfig({
Expand Down
Loading

0 comments on commit 78d508a

Please sign in to comment.