Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 213c1da commit e722193
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@storybook/nextjs": "^8.0.0",
"@storybook/react": "^8.0.0",
"@types/cookie": "^0.6.0",
"@types/node": "22.9.3",
"@types/node": "22.10.0",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/styled-components": "^5.1.26",
Expand All @@ -70,11 +70,11 @@
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"eslint-plugin-storybook": "^0.11.0",
"prettier": "3.3.3",
"prettier": "3.4.1",
"storybook": "^8.0.0",
"storybook-dark-mode": "^4.0.0",
"ts-node": "^10.9.1",
"typescript": "5.7.2"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
33 changes: 29 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4810,7 +4810,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:22.9.3, @types/node@npm:^22.0.0":
"@types/node@npm:*, @types/node@npm:^22.0.0":
version: 22.9.3
resolution: "@types/node@npm:22.9.3"
dependencies:
Expand All @@ -4819,6 +4819,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.10.0":
version: 22.10.0
resolution: "@types/node@npm:22.10.0"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/efb3783b6fe74b4300c5bdd4f245f1025887d9b1d0950edae584af58a30d95cc058c10b4b3428f8300e4318468b605240c2ede8fcfb6ead2e0f05bca31e54c1b
languageName: node
linkType: hard

"@types/parse-json@npm:^4.0.0":
version: 4.0.2
resolution: "@types/parse-json@npm:4.0.2"
Expand Down Expand Up @@ -6554,7 +6563,7 @@ __metadata:
"@storybook/react": "npm:^8.0.0"
"@storybook/test": "npm:^8.0.0"
"@types/cookie": "npm:^0.6.0"
"@types/node": "npm:22.9.3"
"@types/node": "npm:22.10.0"
"@types/react": "npm:[email protected]"
"@types/react-dom": "npm:[email protected]"
"@types/styled-components": "npm:^5.1.26"
Expand All @@ -6572,7 +6581,7 @@ __metadata:
next: "npm:15.0.3"
nextjs-toploader: "npm:^3.0.0"
nuqs: "npm:^2.1.1"
prettier: "npm:3.3.3"
prettier: "npm:3.4.1"
react: "npm:19.0.0-rc-fb9a90fa48-20240614"
react-dom: "npm:19.0.0-rc-fb9a90fa48-20240614"
react-hook-form: "npm:^7.45.1"
Expand Down Expand Up @@ -11947,7 +11956,16 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.3.3, prettier@npm:^3.1.1":
"prettier@npm:3.4.1":
version: 3.4.1
resolution: "prettier@npm:3.4.1"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/2d6cc3101ad9de72b49c59339480b0983e6ff6742143da0c43f476bf3b5ef88ede42ebd9956d7a0a8fa59f7a5990e8ef03c9ad4c37f7e4c9e5db43ee0853156c
languageName: node
linkType: hard

"prettier@npm:^3.1.1":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
bin:
Expand Down Expand Up @@ -14050,6 +14068,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 10c0/68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.1
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.1"
Expand Down

0 comments on commit e722193

Please sign in to comment.