diff --git a/examples/with-carbon-components/package.json b/examples/with-carbon-components/package.json index 223888eac60ac..abf06ee2779cb 100644 --- a/examples/with-carbon-components/package.json +++ b/examples/with-carbon-components/package.json @@ -15,7 +15,7 @@ "carbon-components-react": "^7.3.0", "carbon-icons": "^7.0.7", "next": "latest", - "node-sass": "^4.12.0", + "sass": "^1.32.4", "react": "^16.7.0", "react-dom": "^16.7.0" } diff --git a/examples/with-react-md-typescript/package.json b/examples/with-react-md-typescript/package.json index cd82e062a0815..ef320ad29db35 100644 --- a/examples/with-react-md-typescript/package.json +++ b/examples/with-react-md-typescript/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/node": "^14.0.27", "@types/react": "^16.9.43", - "node-sass": "^4.14.1", + "sass": "^1.32.4", "typescript": "^3.9.7" } } diff --git a/examples/with-storybook-styled-jsx-scss/package.json b/examples/with-storybook-styled-jsx-scss/package.json index 0a85565d4b3ce..b782c55e7c9a6 100644 --- a/examples/with-storybook-styled-jsx-scss/package.json +++ b/examples/with-storybook-styled-jsx-scss/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "next": "^10.0.0", - "node-sass": "^4.14.1", + "sass": "^1.32.4", "react": "17.0.1", "react-dom": "17.0.1", "styled-jsx-plugin-sass": "^1.0.0" diff --git a/examples/with-styled-jsx-scss/package.json b/examples/with-styled-jsx-scss/package.json index 60cb944c0d10a..8a66582452b98 100644 --- a/examples/with-styled-jsx-scss/package.json +++ b/examples/with-styled-jsx-scss/package.json @@ -8,10 +8,10 @@ }, "dependencies": { "next": "latest", - "node-sass": "4.5.3", + "sass": "1.32.4", "react": "^16.7.0", "react-dom": "^16.7.0", - "styled-jsx-plugin-sass": "0.2.0" + "styled-jsx-plugin-sass": "1.0.0" }, "license": "MIT" }