Skip to content

Commit c59cae3

Browse files
chore(deps): Bump the npm-development group with 2 updates (#93)
* chore(deps): Bump the npm-development group with 2 updates Bumps the npm-development group with 2 updates: [jsdom](https://github.com/jsdom/jsdom) and [supabase](https://github.com/supabase/cli). Updates `jsdom` from 27.3.0 to 27.4.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@27.3.0...27.4.0) Updates `supabase` from 2.67.3 to 2.70.5 - [Release notes](https://github.com/supabase/cli/releases) - [Commits](supabase/cli@v2.67.3...v2.70.5) --- updated-dependencies: - dependency-name: jsdom dependency-version: 27.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: supabase dependency-version: 2.70.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps-dev): `wrangler` 버전 수정 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: herokwon <contact@herokwon.dev>
1 parent 34032ba commit c59cae3

File tree

2 files changed

+167
-55
lines changed

2 files changed

+167
-55
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"eslint": "^9",
5151
"eslint-config-next": "^15",
5252
"eslint-config-prettier": "^10.1.8",
53-
"jsdom": "^27.3.0",
53+
"jsdom": "^27.4.0",
5454
"prettier": "^3.7.4",
5555
"prettier-plugin-tailwindcss": "^0.7.2",
56-
"supabase": "^2.67.3",
56+
"supabase": "^2.70.5",
5757
"tailwindcss": "^4",
5858
"typescript": "^5",
5959
"vitest": "^4.0.16",
60-
"wrangler": "^4.56.0"
60+
"wrangler": "^4.54.0"
6161
}
6262
}

0 commit comments

Comments
 (0)