Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Update dependency postcss-loader to v7" #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"autoprefixer": "10.4.12",
"postcss": "^8.4.6",
"postcss-loader": "7.0.1",
"postcss-loader": "^6.2.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.23"
}
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19711,20 +19711,6 @@ __metadata:
languageName: node
linkType: hard

"postcss-loader@npm:7.0.1":
version: 7.0.1
resolution: "postcss-loader@npm:7.0.1"
dependencies:
cosmiconfig: ^7.0.0
klona: ^2.0.5
semver: ^7.3.7
peerDependencies:
postcss: ^7.0.0 || ^8.0.1
webpack: ^5.0.0
checksum: 7b33a2485d6b55382a3f31bfc87b3b54b2ba8d278f4ddb36a1dd83c5d37add9727624c907fdc05c2803a17c7063de965e9c5ab4a2276bc3f6923e89cc90faf88
languageName: node
linkType: hard

"postcss-loader@npm:^4.2.0":
version: 4.3.0
resolution: "postcss-loader@npm:4.3.0"
Expand All @@ -19741,6 +19727,20 @@ __metadata:
languageName: node
linkType: hard

"postcss-loader@npm:^6.2.1":
version: 6.2.1
resolution: "postcss-loader@npm:6.2.1"
dependencies:
cosmiconfig: ^7.0.0
klona: ^2.0.5
semver: ^7.3.5
peerDependencies:
postcss: ^7.0.0 || ^8.0.1
webpack: ^5.0.0
checksum: 736a1bf43a3e09e2351b5cc97cc26790a1c3261412c9dee063f3f6f2969a6ff7d8d194d9adcad01cee1afd1de071482318d9699e6157b67d46b3dccf3be1b58b
languageName: node
linkType: hard

"postcss-merge-longhand@npm:^5.1.5":
version: 5.1.5
resolution: "postcss-merge-longhand@npm:5.1.5"
Expand Down Expand Up @@ -24927,7 +24927,7 @@ __metadata:
i18next-browser-languagedetector: 6.1.8
plausible-tracker: ^0.3.5
postcss: ^8.4.6
postcss-loader: 7.0.1
postcss-loader: ^6.2.1
prettier-plugin-tailwindcss: ^0.1.8
prop-types: 15.8.1
react: 17.0.2
Expand Down