Skip to content

Commit

Permalink
UI Common Build Fixes (#13)
Browse files Browse the repository at this point in the history
Fixes build errors on ui-common and app. Bumps version of ui-common to latest version. (0.0.4 at time of writing)
  • Loading branch information
agiron123 authored Jun 2, 2022
1 parent 89bd69a commit ce27486
Show file tree
Hide file tree
Showing 11 changed files with 6,710 additions and 4,176 deletions.
2,041 changes: 864 additions & 1,177 deletions src/ui/app/package-lock.json

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions src/ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": "@aqueducthq/ui",
"version": "0.0.1",
"scripts": {
"preinstall": "npx force-resolutions",
"dev": "next dev",
"build": "next build",
"start": "next start",
Expand All @@ -14,25 +15,27 @@
"url": "https://github.com/aqueducthq/aqueduct.git",
"directory": "ui/ui-community"
},
"resolutions": {
"@types/react": "^18.0.8"
},
"dependencies": {
"@aqueducthq/common": "0.0.2",
"@aqueducthq/common": "0.0.4",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@mui/material": "^5.6.2",
"@reduxjs/toolkit": "^1.8.1",
"next": "12.1.5",
"next-transpile-modules": "^9.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-flow-renderer": "^10.1.0",
"react-redux": "^8.0.0",
"react-code-blocks": "^0.0.9-0"
"react-redux": "^8.0.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.5",
"@types/node": "^17.0.35",
"@types/react": "^17.0.3",
"@types/react": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"autoprefixer": "^10.4.7",
Expand Down
Loading

0 comments on commit ce27486

Please sign in to comment.