Update docs packages

This commit is contained in:
Jeremy Thomas 2024-08-02 20:19:33 +01:00
parent dc8fadb764
commit 0ce430fc1a
2 changed files with 18 additions and 15 deletions

27
docs/package-lock.json generated
View File

@ -9,9 +9,9 @@
"version": "1.0.1", "version": "1.0.1",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.4.4", "@shopify/prettier-plugin-liquid": "^1.5.0",
"prettier": "^3.2.4", "prettier": "^3.3.3",
"sass": "^1.71.1" "sass": "^1.77.8"
} }
}, },
"node_modules/@shopify/liquid-html-parser": { "node_modules/@shopify/liquid-html-parser": {
@ -25,10 +25,11 @@
} }
}, },
"node_modules/@shopify/prettier-plugin-liquid": { "node_modules/@shopify/prettier-plugin-liquid": {
"version": "1.4.4", "version": "1.5.0",
"resolved": "https://registry.npmjs.org/@shopify/prettier-plugin-liquid/-/prettier-plugin-liquid-1.4.4.tgz", "resolved": "https://registry.npmjs.org/@shopify/prettier-plugin-liquid/-/prettier-plugin-liquid-1.5.0.tgz",
"integrity": "sha512-3mUpcie56y/AnjRtR+mWFFS/tojHAH3b9E01pVuFOCLrq5xwJjBY2aRKp8wrLSMhnn4sECU/qQ/hFfAtPrX6BA==", "integrity": "sha512-CuWjUnBCvq/RTmubEa5RfwW2oP2gYfTXaJ39t4apAYm//1v5Ftvv1bbhEnoEZwCjPshaAJLhSzP9dvCel4cebw==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"@shopify/liquid-html-parser": "^2.0.3", "@shopify/liquid-html-parser": "^2.0.3",
"html-styles": "^1.0.0" "html-styles": "^1.0.0"
@ -249,10 +250,11 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.2.5", "version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"dev": true, "dev": true,
"license": "MIT",
"bin": { "bin": {
"prettier": "bin/prettier.cjs" "prettier": "bin/prettier.cjs"
}, },
@ -276,10 +278,11 @@
} }
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.72.0", "version": "1.77.8",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.72.0.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.8.tgz",
"integrity": "sha512-Gpczt3WA56Ly0Mn8Sl21Vj94s1axi9hDIzDFn9Ph9x3C3p4nNyvsqJoQyVXKou6cBlfFWEgRW4rT8Tb4i3XnVA==", "integrity": "sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"chokidar": ">=3.0.0 <4.0.0", "chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0", "immutable": "^4.0.0",

View File

@ -12,8 +12,8 @@
"start": "npm run website-sass -- --watch" "start": "npm run website-sass -- --watch"
}, },
"devDependencies": { "devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.4.4", "@shopify/prettier-plugin-liquid": "^1.5.0",
"prettier": "^3.2.4", "prettier": "^3.3.3",
"sass": "^1.71.1" "sass": "^1.77.8"
} }
} }