Skip to content

Commit

Permalink
Changes to fix build issues with aqueducthq/common. Also updates vers…
Browse files Browse the repository at this point in the history
…ion number to 0.0.3.
  • Loading branch information
Andre Giron committed Jun 1, 2022
1 parent 17e2eb3 commit d1efc82
Show file tree
Hide file tree
Showing 10 changed files with 15,922 additions and 22,447 deletions.
9,411 changes: 0 additions & 9,411 deletions src/ui/app/package-lock.json

This file was deleted.

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 npm-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.3",
"@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 d1efc82

Please sign in to comment.