Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/svgo-3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 authored Jan 16, 2024
2 parents 145f4ae + 43cfc78 commit 22fbc09
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 117 deletions.
141 changes: 30 additions & 111 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"selenium-webdriver": "^4.10.0"
},
"devDependencies": {
"@adevinta/tailwind-config-viewer": "1.11.0",
"@babel/core": "7.23.0",
"@adevinta/tailwind-config-viewer": "2.0.0",
"@babel/core": "7.23.7",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@commitlint/config-lerna-scopes": "17.8.1",
Expand Down Expand Up @@ -87,7 +87,7 @@
"deepmerge": "4.3.1",
"downshift": "^8.2.3",
"eslint": "8.55.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "15.7.0",
Expand Down
4 changes: 1 addition & 3 deletions tailwind.config.viewer.cjs
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
const sparkPlugins = require('@spark-ui/tailwind-plugins')
const themeUtils = require('@spark-ui/theme-utils')

const { toTailwindConfigViewer } = sparkPlugins.tailwindConfigViewerUtils

module.exports = {
theme: {
configViewer: {
baseFontSize: 16,
themeReplacements: toTailwindConfigViewer(themeUtils.defaultTheme),
misc: sparkPlugins.tailwindConfigViewerMisc,
},
},
plugins: [
...sparkPlugins.sparkConfig({
themes: {
default: themeUtils.defaultTheme,
dark: themeUtils.defaultThemeDark
},
}),
],
Expand Down

0 comments on commit 22fbc09

Please sign in to comment.