diff --git a/package-lock.json b/package-lock.json index e47df15f5..0f8bce009 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,7 @@ "classnames": "^2.3.1", "copy-to-clipboard": "^3.3.1", "find-package-json": "^1.2.0", + "fsevents": "2.3.2", "gatsby-plugin-canonical-urls": "^3.6.0", "gatsby-plugin-image": "^1.6.0", "gatsby-plugin-postcss": "^4.6.0", @@ -85,6 +86,9 @@ }, "engines": { "node": ">= 14" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" } }, "node_modules/@algolia/cache-browser-local-storage": { @@ -12439,6 +12443,19 @@ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -49013,6 +49030,12 @@ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "optional": true + }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", diff --git a/package.json b/package.json index 8fbf3f3dc..e9887f2fe 100644 --- a/package.json +++ b/package.json @@ -134,5 +134,8 @@ "stylelint-order": "^4.1.0", "stylelint-processor-styled-components": "^1.10.0", "stylelint-selector-bem-pattern": "^2.1.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" } }