Skip to content

Commit

Permalink
ENG-3095: Fixes console warning related to @parcel-resolver/buffer (#…
Browse files Browse the repository at this point in the history
…1406)

Co-authored-by: Andre Giron <andre@spiralai.co>
  • Loading branch information
agiron123 and Andre Giron committed Jun 6, 2023
1 parent a3702c8 commit 740261a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 50 deletions.
2 changes: 1 addition & 1 deletion src/ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"buffer": "6.0.3",
"buffer": "^5.5.0",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-formatter-table": "7.32.1",
Expand Down
60 changes: 14 additions & 46 deletions src/ui/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/ui/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"@vitejs/plugin-react": "3.0.1",
"autoprefixer": "10.4.13",
"babel-loader": "9.1.2",
"buffer": "^5.5.0",
"cssnano": "5.1.14",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
Expand All @@ -138,8 +139,5 @@
"vite": "4.0.4",
"vite-plugin-externalize-deps": "0.4.0",
"webpack": "5.74.0"
},
"dependencies": {
"buffer": "6.0.3"
}
}

0 comments on commit 740261a

Please sign in to comment.