Skip to content

Commit

Permalink
Maybe fix builds and deploys (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
conrad-vanl authored Apr 9, 2024
1 parent 0e349fa commit a4942fc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 54 deletions.
2 changes: 1 addition & 1 deletion micro-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.7.4",
"@apollosproject/web-shared": "link:../packages/web-shared",
"@apollosproject/web-shared": "*",
"@babel/preset-react": "^7.22.5",
"@craco/craco": "^7.0.0",
"@segment/analytics-next": "^1.62.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "web-shared",
"name": "@apollosproject/web-shared",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion web-embeds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@algolia/autocomplete-preset-algolia": "^1.9.2",
"@algolia/autocomplete-theme-classic": "^1.9.2",
"@apollo/client": "^3.7.4",
"@apollosproject/web-shared": "file:../packages/web-shared",
"@apollosproject/web-shared": "*",
"@babel/preset-react": "^7.22.5",
"@craco/craco": "^7.0.0",
"@segment/analytics-next": "^1.62.0",
Expand Down
51 changes: 0 additions & 51 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -299,57 +299,6 @@
tslib "^2.3.0"
zen-observable-ts "^1.2.5"

"@apollosproject/web-shared@file:packages/web-shared":
version "1.0.0"
dependencies:
"@algolia/autocomplete-js" "^1.9.2"
"@algolia/autocomplete-plugin-query-suggestions" "^1.9.2"
"@algolia/autocomplete-plugin-recent-searches" "^1.9.2"
"@algolia/autocomplete-preset-algolia" "^1.9.2"
"@algolia/autocomplete-theme-classic" "^1.9.2"
"@apollo/client" "^3.9.9"
"@babel/preset-react" "^7.22.5"
"@craco/craco" "^7.0.0"
"@headlessui/react" "^1.7.18"
"@phosphor-icons/react" "^2.0.15"
"@segment/analytics-next" "^1.66.0"
"@sentry/react" "^7.40.0"
"@styled-system/theme-get" "^5.1.2"
"@testing-library/jest-dom" "^5.11.4"
"@testing-library/react" "^11.1.0"
"@testing-library/user-event" "^12.1.10"
algoliasearch "^4.17.0"
amplitude-js "^8.21.9"
apollo-upload-client "^17.0.0"
apollo3-cache-persist "^0.14.1"
autoprefixer "^9.8.6"
base-64 "^1.0.0"
color "^4.2.3"
date-fns "^2.29.3"
dompurify "^2.4.3"
graphql "^16.8.1"
lodash "^4.17.21"
moment "^2.29.1"
polished "^4.1.2"
postcss "^7.0.39"
prop-types "^15.8.1"
react-helmet "^6.1.0"
react-image-crop "^10.0.11"
react-instantsearch-dom "^6.40.0"
react-instantsearch-hooks-web "^6.44.0"
react-multi-carousel "^2.8.2"
react-player "^2.11.2"
react-transition-group "^4.4.5"
styled-components "^5.3.6"
styled-system "^5.1.5"
tldts "^6.0.20"
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 a4942fc

Please sign in to comment.