diff --git a/package-lock.json b/package-lock.json index 60109bf..a360031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@splidejs/splide": "^4.1.4", - "@zackad/prettier-plugin-twig": "^0.16.0", + "@zackad/prettier-plugin-twig": "^0.17.0", "prettier-plugin-tailwindcss": "^0.7.2", "react": "^19.1.0", "react-dom": "^19.1.0", @@ -1230,6 +1230,70 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.8.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.8.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.1.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz", @@ -1355,9 +1419,9 @@ "license": "MIT" }, "node_modules/@zackad/prettier-plugin-twig": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/@zackad/prettier-plugin-twig/-/prettier-plugin-twig-0.16.3.tgz", - "integrity": "sha512-CMacuv9pgdgfxVxWa2VX3TmOvXERgPsD8LWuBo9xKeVzRsVQzNCoxsH/7eELGogiYz2E44ete4vLL2tQy6DhIw==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@zackad/prettier-plugin-twig/-/prettier-plugin-twig-0.17.0.tgz", + "integrity": "sha512-vEuR3vDP5ydWMTBhs7sDvsSz6Ttd5BCCO0/I9GmlFRylJ60R8aw9c0fPAHDTylw07+8RxOBjTMKlpEf+Vo9PdQ==", "license": "Apache-2.0", "dependencies": { "@babel/template": "^7.24.7", diff --git a/package.json b/package.json index 1ba29ff..167311c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@splidejs/splide": "^4.1.4", - "@zackad/prettier-plugin-twig": "^0.16.0", + "@zackad/prettier-plugin-twig": "^0.17.0", "prettier-plugin-tailwindcss": "^0.7.2", "react": "^19.1.0", "react-dom": "^19.1.0",