Skip to content

Commit

Permalink
Set autoprefixer version explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalia Smirnova committed Mar 1, 2024
1 parent 0f2c8f1 commit 36387a7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
},
"packageManager": "[email protected]",
"resolutions": {
"nomnom": "^1.8.1",
"autoprefixer": "10.4.5"
"nomnom": "^1.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.22.15",
"@babel/register": "^7.22.15",
"autoprefixer": "^10.4.17",
"autoprefixer": "=10.4.5",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"bootstrap": "^3.3.7",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3487,7 +3487,7 @@ __metadata:
languageName: node
linkType: hard

"autoprefixer@npm:10.4.5":
"autoprefixer@npm:=10.4.5":
version: 10.4.5
resolution: "autoprefixer@npm:10.4.5"
dependencies:
Expand Down Expand Up @@ -4256,10 +4256,10 @@ __metadata:
languageName: node
linkType: hard

"caniuse-lite@npm:^1.0.30001332, caniuse-lite@npm:^1.0.30001587":
version: 1.0.30001589
resolution: "caniuse-lite@npm:1.0.30001589"
checksum: 7a6e6c4fb14c2bd0103a8f744bdd8701c1a5f19162f4a7600b89e25bc86d689f82204dc135f3a1dcd1a53050caa04fd0bb39b7df88698a6b90f189ec48900689
"caniuse-lite@npm:^1.0.30001332":
version: 1.0.30001591
resolution: "caniuse-lite@npm:1.0.30001591"
checksum: e48f924cdefff86d29d38ee1bffe2cdb1ef55e179d08ae2f1f5546d9d563e030f13755a0096ea87a09498daffd18666d1fe0b2759aea8421bbf4c214b47d410d
languageName: node
linkType: hard

Expand All @@ -4270,6 +4270,13 @@ __metadata:
languageName: node
linkType: hard

"caniuse-lite@npm:^1.0.30001587":
version: 1.0.30001589
resolution: "caniuse-lite@npm:1.0.30001589"
checksum: 7a6e6c4fb14c2bd0103a8f744bdd8701c1a5f19162f4a7600b89e25bc86d689f82204dc135f3a1dcd1a53050caa04fd0bb39b7df88698a6b90f189ec48900689
languageName: node
linkType: hard

"capture-exit@npm:^2.0.0":
version: 2.0.0
resolution: "capture-exit@npm:2.0.0"
Expand Down Expand Up @@ -10489,7 +10496,7 @@ __metadata:
"@babel/core": ^7.22.20
"@babel/eslint-parser": ^7.22.15
"@babel/register": ^7.22.15
autoprefixer: ^10.4.17
autoprefixer: =10.4.5
babel-loader: ^9.1.3
babel-plugin-istanbul: ^6.1.1
bootstrap: ^3.3.7
Expand Down

0 comments on commit 36387a7

Please sign in to comment.