Skip to content

Commit

Permalink
fix next build (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
conrad-vanl authored Apr 5, 2024
1 parent abaf899 commit 1fdb242
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion micro-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.7.4",
"@apollosproject/web-shared": "file:../packages/web-shared",
"@apollosproject/web-shared": "link:../packages/web-shared",
"@babel/preset-react": "^7.22.5",
"@craco/craco": "^7.0.0",
"@segment/analytics-next": "^1.62.0",
"@sentry/react": "^7.40.0",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,10 @@
uuid "^9.0.0"
web-vitals "^0.2.4"

"@apollosproject/web-shared@link:packages/web-shared":
version "0.0.0"
uid ""

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.1", "@babel/code-frame@^7.24.2", "@babel/code-frame@^7.8.3":
version "7.24.2"
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
Expand Down

0 comments on commit 1fdb242

Please sign in to comment.