Skip to content

Commit

Permalink
switch from html-webpack5 to html-vite
Browse files Browse the repository at this point in the history
  • Loading branch information
radium-v committed Nov 19, 2024
1 parent 04705ad commit 1dd1388
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 228 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"@storybook/react": "7.6.20",
"@storybook/react-webpack5": "7.6.20",
"@storybook/theming": "7.6.20",
"@storybook/html-vite": "7.6.20",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.1",
Expand Down Expand Up @@ -224,7 +225,7 @@
"enquirer": "2.3.6",
"enzyme": "3.10.0",
"enzyme-to-json": "3.6.2",
"esbuild": "0.20.1",
"esbuild": "0.24.0",
"esbuild-loader": "4.1.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "18.2.1",
Expand Down Expand Up @@ -342,6 +343,7 @@
"tslib": "2.6.3",
"typescript": "5.2.2",
"vinyl": "2.2.0",
"vite": "5.4.11",
"webpack": "5.94.0",
"webpack-bundle-analyzer": "4.10.1",
"webpack-cli": "5.1.4",
Expand Down Expand Up @@ -374,7 +376,7 @@
},
"resolutions": {
"@types/jest-axe/axe-core": "4.7.2",
"esbuild": "0.20.1",
"esbuild": "0.24.0",
"eslint": "8.57.0",
"swc-loader": "^0.2.6",
"prettier": "2.8.8",
Expand Down
2 changes: 0 additions & 2 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@
"devDependencies": {
"@microsoft/fast-element": "2.0.0",
"@tensile-perf/web-components": "~0.2.0",
"@storybook/html": "7.6.20",
"@storybook/html-webpack5": "7.6.20",
"chromedriver": "^125.0.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 1dd1388

Please sign in to comment.