Skip to content

Commit f1baf26

Browse files
committed
chore(deps): Upgrade @aklinker1/check to v2
1 parent bbbc590 commit f1baf26

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

bun.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"": {
55
"name": "GitHub: Better Line Counts",
66
"dependencies": {
7-
"@aklinker1/check": "^1.4.5",
7+
"@aklinker1/check": "2.0.0",
88
"@tanstack/vue-query": "^5.59.13",
99
"@webext-core/messaging": "^2.0.2",
1010
"@webext-core/proxy-service": "^1.2.0",
@@ -45,7 +45,7 @@
4545
"packages": {
4646
"@1natsu/wait-element": ["@1natsu/[email protected]", "", { "dependencies": { "defu": "^6.1.4", "many-keys-map": "^2.0.1" } }, "sha512-qWxSJD+Q5b8bKOvESFifvfZ92DuMsY+03SBNjTO34ipJLP6mZ9yK4bQz/vlh48aEQXoJfaZBqUwKL5BdI5iiWw=="],
4747

48-
"@aklinker1/check": ["@aklinker1/check@1.4.5", "", { "dependencies": { "@antfu/utils": "^0.7.7", "ci-info": "^4.0.0", "citty": "^0.1.6" }, "peerDependencies": { "typescript": "^5.0.0" }, "bin": { "check": "bin/check.mjs" } }, "sha512-whVpnpSK4qa4/83q22JAmxwRAEj35qYs8eIH/tX1C6rKbiwx7EL6kQVmSAhCe1NYqzoIWyOgsISdDPyHjC+h2A=="],
48+
"@aklinker1/check": ["@aklinker1/check@2.0.0", "", { "dependencies": { "@antfu/utils": "^0.7.7", "ci-info": "^4.0.0", "citty": "^0.1.6" }, "bin": { "check": "bin/check.mjs" } }, "sha512-itoIc3WlLCtoVEwTIi/f6E4UKXJQJhYyMzbBqbQ73uvIsChgXKfmZHjaUwz4PyBtmkvlO4yhkh1JSQUzy2x5jA=="],
4949

5050
"@aklinker1/generate-changelog": ["@aklinker1/[email protected]", "", { "dependencies": { "commander": "^9.4.0", "templater.js": "^3.0.1" }, "bin": { "generate-changelog": "dist/cli.cjs" } }, "sha512-XqFMwoIac9Dp0i9cEQxtyaniaNC0Djb11GkMwq494e8ulpzcD3RriEvoTs8b4OxKwHAs2Os+Em8QVWDsGpZV+w=="],
5151

@@ -1289,8 +1289,6 @@
12891289

12901290
"zod": ["[email protected]", "", {}, "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g=="],
12911291

1292-
"@aklinker1/check/ci-info": ["[email protected]", "", {}, "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg=="],
1293-
12941292
"@aklinker1/rollup-plugin-visualizer/open": ["[email protected]", "", { "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", "is-wsl": "^2.2.0" } }, "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ=="],
12951293

12961294
"@aklinker1/rollup-plugin-visualizer/yargs": ["[email protected]", "", { "dependencies": { "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.3", "y18n": "^5.0.5", "yargs-parser": "^21.1.1" } }, "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w=="],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"postinstall": "wxt prepare"
1919
},
2020
"dependencies": {
21-
"@aklinker1/check": "^1.4.5",
21+
"@aklinker1/check": "2.0.0",
2222
"@tanstack/vue-query": "^5.59.13",
2323
"@webext-core/messaging": "^2.0.2",
2424
"@webext-core/proxy-service": "^1.2.0",

0 commit comments

Comments
 (0)