Skip to content

Commit

Permalink
Fix UI build on main (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
likawind committed May 28, 2023
1 parent ec436d9 commit 70d3f74
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 307 deletions.
40 changes: 20 additions & 20 deletions src/ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
},
"dependencies": {
"@aqueducthq/common": "0.3.4",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@mui/base": "5.0.0-alpha.115",
"@mui/material": "5.11.6",
"@reduxjs/toolkit": "^1.9.3",
"dotenv": "^16.0.3",
"@reduxjs/toolkit": "1.9.3",
"dotenv": "16.0.3",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-cookie": "^4.1.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.7.0"
"react-app-polyfill": "3.0.0",
"react-cookie": "4.1.1",
"react-redux": "8.0.5",
"react-router-dom": "6.7.0"
},
"alias": {
"react": "./node_modules/react",
Expand All @@ -39,25 +39,25 @@
"process": false
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@parcel/css": "^1.14.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@babel/core": "7.20.12",
"@parcel/css": "1.14.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"buffer": "^5.7.1",
"buffer": "6.0.3",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-formatter-table": "7.32.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-unused-imports": "2.0.0",
"os-browserify": "^0.3.0",
"parcel": "^2.8.3",
"os-browserify": "0.3.0",
"parcel": "2.8.3",
"parcel-resolver-ignore": "2.1.3",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"typescript": "^4.9.4"
"path-browserify": "1.0.1",
"process": "0.11.10",
"typescript": "4.9.4"
}
}
}
Loading

0 comments on commit 70d3f74

Please sign in to comment.