Skip to content

Commit 9a234e8

Browse files
Merge pull request #5558 from Hacker0x01/dependabot/npm_and_yarn/stylelint-config-standard-38.0.0
chore(deps-dev): bump stylelint-config-standard from 37.0.0 to 38.0.0
2 parents f677c68 + 1d54260 commit 9a234e8

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"sass": "1.89.0",
8686
"slugify": "^1.6.6",
8787
"stylelint": "^16.14.1",
88-
"stylelint-config-standard": "^37.0.0",
88+
"stylelint-config-standard": "^38.0.0",
8989
"stylelint-config-standard-scss": "^14.0.0",
9090
"stylelint-scss": "^6.11.0",
9191
"ts-jest": "^29.2.5",

src/stylesheets/datepicker.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ h2.react-datepicker__current-month {
694694
position: fixed;
695695
width: 100vw;
696696
height: 100vh;
697-
background-color: rgba(0, 0, 0, 0.8);
697+
background-color: rgb(0, 0, 0, 0.8);
698698
left: 0;
699699
top: 0;
700700
justify-content: center;

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9032,7 +9032,7 @@ __metadata:
90329032
sass: "npm:1.89.0"
90339033
slugify: "npm:^1.6.6"
90349034
stylelint: "npm:^16.14.1"
9035-
stylelint-config-standard: "npm:^37.0.0"
9035+
stylelint-config-standard: "npm:^38.0.0"
90369036
stylelint-config-standard-scss: "npm:^14.0.0"
90379037
stylelint-scss: "npm:^6.11.0"
90389038
ts-jest: "npm:^29.2.5"
@@ -10185,12 +10185,12 @@ __metadata:
1018510185
languageName: node
1018610186
linkType: hard
1018710187

10188-
"stylelint-config-recommended@npm:^15.0.0":
10189-
version: 15.0.0
10190-
resolution: "stylelint-config-recommended@npm:15.0.0"
10188+
"stylelint-config-recommended@npm:^16.0.0":
10189+
version: 16.0.0
10190+
resolution: "stylelint-config-recommended@npm:16.0.0"
1019110191
peerDependencies:
10192-
stylelint: ^16.13.0
10193-
checksum: 10c0/de82e675e7d0cdbc486beee1f76002d5a5676247c1780fbe04f6adb617b016033f18f3361f4e99a76fc4d2115fbfc97786d9cf87ee7d90a345e146de35b04ab8
10192+
stylelint: ^16.16.0
10193+
checksum: 10c0/b2b4ea2633a606a0f686521aa5e8908810c9dd21fd4525c86b34213de1e362b445fd5472b6e5ff251d46f999e2ca2c6c704f2efc1c08d5a532084427f4e1c9d8
1019410194
languageName: node
1019510195
linkType: hard
1019610196

@@ -10221,14 +10221,14 @@ __metadata:
1022110221
languageName: node
1022210222
linkType: hard
1022310223

10224-
"stylelint-config-standard@npm:^37.0.0":
10225-
version: 37.0.0
10226-
resolution: "stylelint-config-standard@npm:37.0.0"
10224+
"stylelint-config-standard@npm:^38.0.0":
10225+
version: 38.0.0
10226+
resolution: "stylelint-config-standard@npm:38.0.0"
1022710227
dependencies:
10228-
stylelint-config-recommended: "npm:^15.0.0"
10228+
stylelint-config-recommended: "npm:^16.0.0"
1022910229
peerDependencies:
10230-
stylelint: ^16.13.0
10231-
checksum: 10c0/99c184384126f8676061c857e36d6d58fd9b391c1c1ec94a3f019c23ba1e0dc7665fc064a630f6ee66bc8624a6fd850fc7ab33ff086f5fde7b46d4ae0d92edf5
10230+
stylelint: ^16.18.0
10231+
checksum: 10c0/8b52c7b7d6287c7495a8fe3a681e07ea9478374e7e66b28d61779072d46cd5b845530b2410df7496a008a8efafe834fb46cf07792f4cf57f996e39f24a801b90
1023210232
languageName: node
1023310233
linkType: hard
1023410234

0 commit comments

Comments
 (0)