Skip to content

Commit c626023

Browse files
authored
Merge branch 'main' into renovate/eslint-plugin-jsx-a11y-6.x
2 parents 68288a4 + 94f0ac8 commit c626023

File tree

4 files changed

+233
-311
lines changed

4 files changed

+233
-311
lines changed

.changeset/renovate-cd4b29d.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@scaleway/cookie-consent': patch
3+
---
4+
5+
Updated dependency `@types/cookie` to `0.5.4`.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@babel/preset-typescript": "7.23.2",
2020
"@changesets/changelog-github": "0.4.8",
2121
"@changesets/cli": "2.26.2",
22-
"@commitlint/cli": "17.8.1",
23-
"@commitlint/config-conventional": "17.8.1",
22+
"@commitlint/cli": "18.2.0",
23+
"@commitlint/config-conventional": "18.1.0",
2424
"@jest/globals": "29.7.0",
2525
"@rollup/plugin-babel": "6.0.4",
2626
"@rollup/plugin-node-resolve": "15.2.3",
@@ -31,7 +31,7 @@
3131
"@tsd/typescript": "5.2.2",
3232
"@types/jest": "29.5.7",
3333
"@types/node": "20.8.10",
34-
"@types/react": "18.2.34",
34+
"@types/react": "18.2.36",
3535
"@types/react-dom": "18.2.14",
3636
"builtin-modules": "3.3.0",
3737
"cross-env": "7.0.3",
@@ -48,7 +48,7 @@
4848
"react": "18.2.0",
4949
"react-dom": "18.2.0",
5050
"read-pkg": "8.1.0",
51-
"rollup": "4.1.6",
51+
"rollup": "4.2.0",
5252
"rollup-plugin-dts": "6.1.0",
5353
"rollup-plugin-preserve-shebangs": "0.2.0",
5454
"rollup-plugin-visualizer": "5.9.2",

packages/cookie-consent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"cookie": "0.5.0"
2929
},
3030
"devDependencies": {
31-
"@types/cookie": "0.5.3",
31+
"@types/cookie": "0.5.4",
3232
"react": "18.2.0"
3333
},
3434
"peerDependencies": {

0 commit comments

Comments
 (0)