Skip to content

Commit

Permalink
update react-ui & storybook deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fakefeik committed Jan 16, 2024
1 parent 008fe98 commit d7e4f16
Show file tree
Hide file tree
Showing 3 changed files with 1,009 additions and 1,745 deletions.
18 changes: 9 additions & 9 deletions db-viewer-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@skbkontur/icons": "^1.3.0",
"@skbkontur/react-ui": "^4.1.0",
"@storybook/addon-actions": "^7.0.7",
"@storybook/addons": "^7.0.7",
"@storybook/cli": "^7.4.6",
"@storybook/react": "^7.0.7",
"@storybook/react-vite": "^7.4.6",
"@types/lodash": "^4.14.171",
"@skbkontur/icons": "^1.7.3",
"@skbkontur/react-ui": "^4.19.0",
"@storybook/addon-actions": "^7.6.8",
"@storybook/addons": "^7.6.8",
"@storybook/cli": "^7.6.8",
"@storybook/react": "^7.6.8",
"@storybook/react-vite": "^7.6.8",
"@types/lodash": "^4.14.202",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.15",
"@types/react-router": "^5.1.16",
Expand All @@ -85,7 +85,7 @@
"react-refresh": "^0.10.0",
"react-router-dom": "^6.11.1",
"rimraf": "^3.0.2",
"storybook-addon-react-router-v6": "^2.0.7",
"storybook-addon-react-router-v6": "^2.0.10",
"typescript": "^4.3.5",
"vite": "^4.4.9",
"vitest": "^0.30.1"
Expand Down
2 changes: 1 addition & 1 deletion db-viewer-ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig(({ mode }) => {
: {
"process.env.API": isDevMode ? "'fake'" : "'real'",
"process.env.enableReactTesting": "true",
global: "window",
// global: "window",

Check failure on line 14 in db-viewer-ui/vite.config.ts

View workflow job for this annotation

GitHub Actions / test

Insert `··`
},
server: {
proxy: {
Expand Down
Loading

0 comments on commit d7e4f16

Please sign in to comment.