Skip to content

Commit

Permalink
Merge branch 'main' into renovate/release-it-16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres authored Oct 29, 2023
2 parents d7f8047 + 0ae2902 commit c697876
Show file tree
Hide file tree
Showing 9 changed files with 289 additions and 206 deletions.
19 changes: 6 additions & 13 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
{
"processors": [
[
"stylelint-processor-styled-components",
{
"moduleName": "@emotion/styled"
}
]
],
"customSyntax": "postcss-styled-syntax",
"extends": [
"stylelint-config-standard",
"stylelint-config-styled-components",
"stylelint-config-prettier"
"stylelint-config-standard"
],
"rules": {
"declaration-empty-line-before": null,
"comment-empty-line-before": null,
"block-no-empty": null,
"comment-empty-line-before": null,
"declaration-empty-line-before": null,
"no-empty-source": null,
"declaration-block-no-redundant-longhand-properties": null,
"value-keyword-case": null
}
}
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,20 @@
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-strip": "3.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-terser": "0.4.3",
"@storybook/addon-docs": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-storysource": "6.5.16",
"@storybook/addons": "6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/builder-webpack5": "6.5.16",
"@storybook/core": "6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/react": "6.5.16",
"@storybook/theming": "6.5.16",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/react-16-17": "npm:@testing-library/react@^12.1.5",
"@testing-library/react-16-17": "npm:@testing-library/[email protected]",
"@types/express": "4.17.17",
"@types/fs-extra": "11.0.1",
"@types/jest-axe": "3.5.5",
Expand Down Expand Up @@ -177,6 +177,7 @@
"lighthouse": "10.4.0",
"markdown-it": "13.0.1",
"memory-fs": "0.5.0",
"postcss-styled-syntax": "0.5.0",
"prettier": "3.0.3",
"raf-stub": "3.0.0",
"react": "18.2.0",
Expand All @@ -194,12 +195,9 @@
"rollup-plugin-dts": "5.3.0",
"seedrandom": "3.0.5",
"styled-components": "5.3.11",
"stylelint": "14.16.1",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended": "9.0.0",
"stylelint-config-standard": "28.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"stylelint": "15.11.0",
"stylelint-config-recommended": "13.0.0",
"stylelint-config-standard": "34.0.0",
"typescript": "4.9.5",
"wait-on": "7.0.1",
"webpack": "5.88.2"
Expand Down
Loading

0 comments on commit c697876

Please sign in to comment.