change(ui): babel updates

This commit is contained in:
Shekar Siri 2023-11-03 11:53:59 +01:00
parent 0b2be345ec
commit 1d8d3b01ff
4 changed files with 2384 additions and 201 deletions

View file

@ -37,7 +37,7 @@ const NoSessionsMessage = (props) => {
</div>
<Button
variant='primary'
className='bg-white h-8 hover:bg-gray-light text-base'
className='h-8 text-base'
onClick={() => props.history.push(onboardingPath)}
>
Complete Project Setup

View file

@ -48,7 +48,7 @@ export class GettingStarted {
makeObservable(this, {
steps: observable,
completeStep: action,
status: observable,
// status: observable,
fetchData: action,
numCompleted: computed,
numPending: computed,

View file

@ -82,22 +82,22 @@
"syncod": "^0.0.1"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.17.12",
"@babel/node": "^7.16.8",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-decorators": "^7.17.12",
"@babel/plugin-proposal-private-methods": "^7.10.4",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/node": "^7.22.19",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
"@babel/plugin-transform-runtime": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime": "^7.17.9",
"@jest/globals": "^29.5.0",
"@openreplay/sourcemap-uploader": "^3.0.0",
"@babel/preset-env": "^7.23.2",
"@babel/preset-flow": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@jest/globals": "^29.7.0",
"@openreplay/sourcemap-uploader": "^3.0.8",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-docs": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
@ -116,9 +116,9 @@
"@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.24.0",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.4",
"babel-plugin-react-require": "^3.1.3",
"babel-plugin-recharts": "^1.2.1",
"babel-loader": "^9.1.3",
"babel-plugin-react-require": "^4.0.2",
"babel-plugin-recharts": "^2.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
@ -151,12 +151,12 @@
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"svgo": "^2.8.0",
"tailwindcss": "^3.1.4",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.0.5",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
"workbox-webpack-plugin": "^6.5.1"

File diff suppressed because it is too large Load diff