Skip to content

Commit

Permalink
fix(media): fix media build on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Frantz Kati committed Feb 11, 2021
1 parent 197b7b3 commit aa02ee1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
"access": "public"
},
"devDependencies": {
"postcss": "^8.1"
"cross-env": "^7.0.3",
"jest": "^26.1.0",
"laravel-mix": "^6.0.5",
"postcss": "^8.1",
"postcss-loader": "^5.0.0",
"react": "^16.13.1",
"ts-loader": "^8.0.12",
"typescript": "^3.9.7"
}
}
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15121,6 +15121,15 @@ postcss-loader@^4.0.4:
schema-utils "^3.0.0"
semver "^7.3.2"

postcss-loader@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-5.0.0.tgz#bea95363dcb550d72ceb612ce44663356b7782d7"
integrity sha512-bOvyWP5VHCJbThbv7wrBwCBc3DsVpyCfd+k/wHOL3wTAMMHmSSfNts90EADf8bHa6I810ird1JBEKmBRgJu3cg==
dependencies:
cosmiconfig "^7.0.0"
klona "^2.0.4"
semver "^7.3.4"

postcss-merge-longhand@^4.0.11:
version "4.0.11"
resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24"
Expand Down

0 comments on commit aa02ee1

Please sign in to comment.