Skip to content

Commit c0e3b9e

Browse files
Pin dependencies (hestiacp#3853)
Co-authored-by: Jakob Bouchard <jakob@jakobbouchard.dev>
1 parent af64f45 commit c0e3b9e

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"normalize.css": "8.0.1"
2727
},
2828
"devDependencies": {
29+
"@prettier/plugin-php": "0.19.6",
30+
"browserslist": "4.21.9",
31+
"esbuild": "0.18.16",
2932
"@prettier/plugin-php": "^0.19.6",
3033
"browserslist": "4.21.9",
3134
"esbuild": "0.18.16",
@@ -37,10 +40,10 @@
3740
"lightningcss": "1.21.5",
3841
"lint-staged": "13.2.3",
3942
"markdownlint-cli2": "0.8.1",
40-
"prettier": "^2.8.8",
41-
"prettier-plugin-nginx": "^1.0.3",
42-
"prettier-plugin-sh": "^0.12.8",
43-
"prettier-plugin-sql": "^0.14.0",
43+
"prettier": "2.8.8",
44+
"prettier-plugin-nginx": "1.0.3",
45+
"prettier-plugin-sh": "0.12.8",
46+
"prettier-plugin-sql": "0.14.0",
4447
"stylelint": "^15.10.1",
4548
"stylelint-config-standard": "^34.0.0",
4649
"vitepress": "1.0.0-beta.5",

0 commit comments

Comments
 (0)