Skip to content

Commit

Permalink
revert to olf
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Oct 14, 2023
1 parent c27c4c2 commit f8db610
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 181 deletions.
59 changes: 29 additions & 30 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,61 +14,60 @@
"storybook:deploy": "yarn storybook:build && touch storybook-static/.nojekyll && rm storybook-static/.gitignore && yarn gh-pages -t -d storybook-static && yarn storybook:clean"
},
"dependencies": {
"@grpc/grpc-js": "^1.9.5",
"@grpc/grpc-js": "^1.9.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tremor/react": "^3.9.2",
"@types/node": "20.8.5",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@radix-ui/react-tooltip": "^1.0.6",
"@tremor/react": "^3.6.6",
"@types/node": "20.5.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"classnames": "^2.3.2",
"long": "^5.2.3",
"material-symbols": "0.13.0",
"moment": "^2.29.4",
"next": "13.5.4",
"material-symbols": "0.11.0",
"next": "13.4.16",
"prop-types": "^15.8.1",
"protobufjs": "^7.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^6.0.9",
"styled-components": "^6.0.7",
"swr": "^2.2.4",
"zod": "^3.22.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-interactions": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/addon-essentials": "^7.3.0",
"@storybook/addon-interactions": "^7.3.0",
"@storybook/addon-links": "^7.3.0",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.4.6",
"@storybook/nextjs": "^7.4.6",
"@storybook/react": "^7.4.6",
"@storybook/testing-library": "^0.2.2",
"autoprefixer": "^10.4.16",
"@storybook/blocks": "^7.3.0",
"@storybook/nextjs": "^7.3.0",
"@storybook/react": "^7.3.0",
"@storybook/testing-library": "^0.2.0",
"autoprefixer": "^10.4.15",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.51.0",
"eslint-config-next": "13.5.4",
"eslint": "^8.48.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-storybook": "^0.6.13",
"gh-pages": "^6.0.0",
"less": "^4.2.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"less": "^4.1.2",
"postcss": "^8.4.28",
"prettier": "^3.0.1",
"prettier-plugin-organize-imports": "^3.2.3",
"storybook": "^7.4.6",
"storybook": "^7.3.0",
"string-width": "^6.1.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"webpack": "^5.88.2"
"webpack": "^5.76.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit f8db610

Please sign in to comment.