diff --git a/packages/brick-playground/package.json b/packages/brick-playground/package.json index cd0c279c77..727098d675 100644 --- a/packages/brick-playground/package.json +++ b/packages/brick-playground/package.json @@ -25,7 +25,7 @@ "dependencies": { "@next-core/doc-helpers": "^0.2.18", "@next-core/serve-helpers": "^1.2.5", - "@next-shared/spell-check": "^0.1.1", + "@next-shared/spell-check": "^0.1.3", "comlink": "^4.4.2", "compression": "^1.8.0", "express": "^4.21.2", diff --git a/yarn.lock b/yarn.lock index b6959492cd..ac70a31453 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2153,10 +2153,10 @@ resolved "https://registry.npmjs.org/@next-shared/common-bricks/-/common-bricks-0.54.0.tgz#129c7100f8447538f39e1408c67b9ee7f8299f05" integrity sha512-olo5BboK0U+fm0KUO+Ipe0r9UNAfJQ7LwWKBiNXZxMTmx9IqBKc5t1FyOGBdhDvf3iCQrimRvoReSNGa84vvmA== -"@next-shared/spell-check@^0.1.1": - version "0.1.1" - resolved "https://registry.npmjs.org/@next-shared/spell-check/-/spell-check-0.1.1.tgz#2dfe56aa6cd1c4479d96c4e49bdfbb6a52303fd5" - integrity sha512-mRoZoacobIT2hu67GvK6cYZQ5bhrVvjImhHLVtrT0Wje69ufRRW0lNme0FfMh7/1ObxIHMQ9OrPvV8+Tx3iMjQ== +"@next-shared/spell-check@^0.1.3": + version "0.1.3" + resolved "https://registry.npmjs.org/@next-shared/spell-check/-/spell-check-0.1.3.tgz#fba3aece30382e419e58fc22d2c7f66c43510472" + integrity sha512-S0Cwe9yI7HfYcJspHZ1jw9InOfJr7c0WvNGXiVEMAjr3Q2cLQTFG2hGu4OCppXXq6iH75kGQIuWixtfW9fJHbg== dependencies: change-case "^5.4.4" typo-js "^1.2.5"