Skip to content

Commit c6d5e41

Browse files
committed
Fix exact version pin guard
1 parent 4153356 commit c6d5e41

File tree

6 files changed

+605
-551
lines changed

6 files changed

+605
-551
lines changed

extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"dependencies": {
1515
"@crxjs/vite-plugin": "2.0.0-beta.23",
16-
"vite": "^5.4.11"
16+
"vite": "5.4.11"
1717
}
1818
}

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -33,29 +33,29 @@
3333
},
3434
"devDependencies": {
3535
"@logux/eslint-config": "53.5.1",
36-
"@types/chrome": "^0.0.283",
36+
"@types/chrome": "0.0.283",
3737
"@types/node": "22.9.3",
3838
"@types/ws": "8.5.13",
3939
"better-node-test": "0.7.1",
4040
"eslint": "9.15.0",
41-
"eslint-plugin-svelte": "^2.46.0",
42-
"husky": "^9.1.7",
41+
"eslint-plugin-svelte": "2.46.0",
42+
"husky": "9.1.7",
4343
"nano-staged": "0.8.0",
4444
"postcss-html": "1.7.0",
4545
"prettier": "3.3.3",
4646
"prettier-plugin-svelte": "3.3.2",
47-
"remark-cli": "^12.0.1",
48-
"remark-lint-check-toc": "^1.0.0",
49-
"remark-lint-code-block-split-list": "^1.0.0",
50-
"remark-lint-fenced-code-flag": "^4.0.0",
51-
"remark-lint-first-heading-level": "^4.0.0",
52-
"remark-lint-heading-capitalization": "^1.2.0",
53-
"remark-lint-heading-increment": "^4.0.0",
54-
"remark-lint-match-punctuation": "^0.2.1",
55-
"remark-lint-no-dead-urls": "^2.0.1",
56-
"remark-lint-no-shell-dollars": "^4.0.0",
57-
"remark-lint-smarty-pants-typography": "^1.1.0",
58-
"remark-validate-links": "^13.0.2",
47+
"remark-cli": "12.0.1",
48+
"remark-lint-check-toc": "1.0.0",
49+
"remark-lint-code-block-split-list": "1.0.0",
50+
"remark-lint-fenced-code-flag": "4.0.0",
51+
"remark-lint-first-heading-level": "4.0.0",
52+
"remark-lint-heading-capitalization": "1.2.0",
53+
"remark-lint-heading-increment": "4.0.0",
54+
"remark-lint-match-punctuation": "0.2.1",
55+
"remark-lint-no-dead-urls": "2.0.1",
56+
"remark-lint-no-shell-dollars": "4.0.0",
57+
"remark-lint-smarty-pants-typography": "1.1.0",
58+
"remark-validate-links": "13.0.2",
5959
"stylelint": "16.10.0",
6060
"svelte": "5.2.7",
6161
"svelte-check": "4.1.0",

0 commit comments

Comments
 (0)