Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 19, 2023
1 parent e543a14 commit 7735ab7
Show file tree
Hide file tree
Showing 5 changed files with 506 additions and 481 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.4",
"parcel": "^2.10.2",
"daisyui": "^4.4.2",
"parcel": "^2.10.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
Expand Down
4 changes: 0 additions & 4 deletions demo/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ module.exports = {
{
custom: {
primary: '#5865f2',
'primary-focus': '#313ef2',
'primary-content': '#ffffff',
secondary: '#ed4245',
'secondary-focus': '#f61e21',
'secondary-content': '#000000',
accent: '#57f287',
'accent-focus': '#0bea52',
'accent-content': '#000000',
neutral: '#1f2123',
'neutral-focus': '#0e0f10',
'neutral-content': '#ffffff',
'base-100': '#2c2f33',
'base-200': '#212123',
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
"prepack": "yarn build"
},
"devDependencies": {
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@favware/cliff-jumper": "^2.2.1",
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@favware/cliff-jumper": "^2.2.3",
"@sapphire/eslint-config": "^5.0.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"@types/node": "^20.9.0",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"cz-conventional-changelog": "^3.3.0",
"dts-cli": "^2.0.3",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.29.0",
Expand Down
3 changes: 2 additions & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": "."
"rootDir": ".",
"verbatimModuleSyntax": false
},
"include": ["."],
"references": [{ "path": "../src" }]
Expand Down
Loading

0 comments on commit 7735ab7

Please sign in to comment.