diff --git a/package-lock.json b/package-lock.json index 94c7bc7..7abf9aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,6 +36,9 @@ "postcss": "^8.4.40", "postcss-reporter": "^7.1.0", "tailwindcss": "^3.4.7" + }, + "optionalDependencies": { + "@parcel/watcher-linux-x64-glibc": "^2.4.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -5196,6 +5199,26 @@ "url": "https://opencollective.com/parcel" } }, + "node_modules/@parcel/watcher-linux-x64-glibc": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz", + "integrity": "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, "node_modules/@parcel/workers": { "version": "2.8.3", "resolved": "https://registry.npmjs.org/@parcel/workers/-/workers-2.8.3.tgz", diff --git a/package.json b/package.json index c105906..49eae9f 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,9 @@ "react-modal": "3.16.1", "@heroicons/react": "2.1.5" }, + "optionalDependencies": { + "@parcel/watcher-linux-x64-glibc": "^2.4.0" + }, "devDependencies": { "autoprefixer": "^10.4.20", "gatsby-plugin-postcss": "^6.13.1",