Skip to content

Commit

Permalink
chore(make-styles): propagate deps to root and remove path overrides …
Browse files Browse the repository at this point in the history
…so the package can be properly consumed by ts path aliases converged packages
  • Loading branch information
Hotell committed Mar 1, 2021
1 parent cd1b439 commit 27b366d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"lage": "0.27.0",
"lerna": "^3.15.0",
"lint-staged": "^10.2.9",
"stylis": "4.0.6",
"satisfied": "^1.1.1",
"syncpack": "^5.6.10",
"html-webpack-plugin": "5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/make-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"csstype": "^2.6.7",
"inline-style-expand-shorthand": "^1.2.0",
"rtl-css-js": "^1.14.0",
"stylis": "^4.0.6",
"stylis": "4.0.6",
"tslib": "^1.10.0"
},
"beachball": {
Expand Down
4 changes: 0 additions & 4 deletions packages/make-styles/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",
"target": "es5",
"module": "commonjs",
Expand All @@ -15,9 +14,6 @@
"moduleResolution": "node",
"preserveConstEnums": true,
"lib": ["es5", "dom"],
"paths": {
"stylis": ["../../node_modules/@types/stylis"]
},
"typeRoots": ["../../node_modules/@types", "../../typings"],
"types": ["custom-global", "jest", "inline-style-expand-shorthand"]
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24401,16 +24401,16 @@ stylis-plugin-rtl@^1.0.0:
dependencies:
cssjanus "^1.3.0"

[email protected], stylis@^4.0.6:
version "4.0.6"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.6.tgz#0d8b97b6bc4748bea46f68602b6df27641b3c548"
integrity sha512-1igcUEmYFBEO14uQHAJhCUelTR5jPztfdVKrYxRnDa5D5Dn3w0NxXupJNPr/VV/yRfZYEAco8sTIRZzH3sRYKg==

stylis@^3.5.4:
version "3.5.4"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe"
integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==

stylis@^4.0.6:
version "4.0.6"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.6.tgz#0d8b97b6bc4748bea46f68602b6df27641b3c548"
integrity sha512-1igcUEmYFBEO14uQHAJhCUelTR5jPztfdVKrYxRnDa5D5Dn3w0NxXupJNPr/VV/yRfZYEAco8sTIRZzH3sRYKg==

[email protected]:
version "3.1.2"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5"
Expand Down

0 comments on commit 27b366d

Please sign in to comment.