Skip to content

Commit

Permalink
chore(styles): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed Sep 6, 2024
1 parent 091a0e1 commit 88c6ce0
Show file tree
Hide file tree
Showing 8 changed files with 1,019 additions and 670 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint-plugin-react": "7.35.0",
"rimraf": "6.0.1",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.77.8",
"sass": "1.78.0",
"ts-jest": "29.2.4",
"typescript": "5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"karma-jasmine-html-reporter": "2.1.0",
"raw-loader": "4.0.2",
"rimraf": "6.0.1",
"sass": "1.77.8",
"sass": "1.78.0",
"sockjs": "0.3.24",
"ts-node": "10.9.2",
"typescript": "5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"rimraf": "6.0.1",
"sass": "1.77.8",
"sass": "1.78.0",
"storybook": "8.2.7",
"typescript": "5.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/internet-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-scss": "4.0.0",
"rollup-plugin-visualizer": "5.12.0",
"sass": "1.77.8",
"sass": "1.78.0",
"start-server-and-test": "2.0.5",
"ts-jest": "29.2.4",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"sass": "1.77.8",
"sass": "1.78.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/styles/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ gulp.task('sass', () => {
outputStyle: 'compressed',
includePaths: options.includePaths,
quietDeps: true,
silenceDeprecations: ['mixed-decls'],
}),
)
.pipe(gulpPostCss([autoprefixer()]))
Expand All @@ -140,6 +141,7 @@ gulp.task('build-components', () => {
outputStyle: 'compressed',
includePaths: options.includePaths,
quietDeps: true,
silenceDeprecations: ['mixed-decls'],
}),
)
.pipe(gulpPostCss([autoprefixer()]))
Expand All @@ -156,6 +158,7 @@ gulp.task('sass:dev', () => {
gulpSass({
includePaths: options.includePaths,
quietDeps: true,
silenceDeprecations: ['mixed-decls'],
}),
)
.pipe(gulpPostCss([autoprefixer()]))
Expand Down
6 changes: 3 additions & 3 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
"postcss-scss": "4.0.9",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"sass": "1.77.8",
"stylelint": "16.8.1",
"sass": "1.78.0",
"stylelint": "16.9.0",
"stylelint-config-sass-guidelines": "11.1.0",
"stylelint-prettier": "5.0.2",
"stylelint-scss": "6.4.1",
"stylelint-scss": "6.5.1",
"typescript": "5.5.4"
},
"sass": {
Expand Down
Loading

0 comments on commit 88c6ce0

Please sign in to comment.