Skip to content

Commit

Permalink
Remove emotion deps
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagolizardo committed Nov 16, 2024
1 parent c6204b6 commit 36f9865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 34 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"workspaces": [
"packages/*"
],
"version": "0.0.1"
"version": "0.0.1",
"dependencies": {
"npm-check-updates": "^17.1.11"
}
}
37 changes: 4 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,23 +316,14 @@ __metadata:
languageName: node
linkType: hard

"@emotion/is-prop-valid@npm:^1.3.0":
version: 1.3.1
resolution: "@emotion/is-prop-valid@npm:1.3.1"
dependencies:
"@emotion/memoize": "npm:^0.9.0"
checksum: 10/abbc5c7bf4017415da5b06067fc0b4771d1f22cf94ec37fd54c07b3bd1bcffbda2405ca686e7ee64a9cfc51461262b712f724850e838775347a949f72949ad03
languageName: node
linkType: hard

"@emotion/memoize@npm:^0.9.0":
version: 0.9.0
resolution: "@emotion/memoize@npm:0.9.0"
checksum: 10/038132359397348e378c593a773b1148cd0cf0a2285ffd067a0f63447b945f5278860d9de718f906a74c7c940ba1783ac2ca18f1c06a307b01cc0e3944e783b1
languageName: node
linkType: hard

"@emotion/react@npm:^11.13.3, @emotion/react@npm:^11.8.1":
"@emotion/react@npm:^11.8.1":
version: 11.13.3
resolution: "@emotion/react@npm:11.13.3"
dependencies:
Expand All @@ -353,7 +344,7 @@ __metadata:
languageName: node
linkType: hard

"@emotion/serialize@npm:^1.2.0, @emotion/serialize@npm:^1.3.0, @emotion/serialize@npm:^1.3.1":
"@emotion/serialize@npm:^1.2.0, @emotion/serialize@npm:^1.3.1":
version: 1.3.2
resolution: "@emotion/serialize@npm:1.3.2"
dependencies:
Expand All @@ -373,26 +364,6 @@ __metadata:
languageName: node
linkType: hard

"@emotion/styled@npm:^11.13.0":
version: 11.13.0
resolution: "@emotion/styled@npm:11.13.0"
dependencies:
"@babel/runtime": "npm:^7.18.3"
"@emotion/babel-plugin": "npm:^11.12.0"
"@emotion/is-prop-valid": "npm:^1.3.0"
"@emotion/serialize": "npm:^1.3.0"
"@emotion/use-insertion-effect-with-fallbacks": "npm:^1.1.0"
"@emotion/utils": "npm:^1.4.0"
peerDependencies:
"@emotion/react": ^11.0.0-rc.0
react: ">=16.8.0"
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10/5463a0f15fc12a9e20340f52df49461e948c3ae7e2dd763db0ff937b0b96dd4e82eed85cd15e24621efb3b097a095b88b01d60f50cf6f38fe3ab7db6e77f9615
languageName: node
linkType: hard

"@emotion/unitless@npm:^0.10.0":
version: 0.10.0
resolution: "@emotion/unitless@npm:0.10.0"
Expand Down Expand Up @@ -854,8 +825,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@reconmap/app@workspace:packages/app"
dependencies:
"@emotion/react": "npm:^11.13.3"
"@emotion/styled": "npm:^11.13.0"
"@fortawesome/fontawesome-free": "npm:^6.6.0"
"@testing-library/jest-dom": "npm:^6.6.3"
"@testing-library/react": "npm:^16.0.1"
Expand Down Expand Up @@ -6897,6 +6866,8 @@ __metadata:
"root-workspace-0b6124@workspace:.":
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
npm-check-updates: "npm:^17.1.11"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 36f9865

Please sign in to comment.