Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DHedgecock committed Dec 16, 2024
1 parent ad37577 commit b552448
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,15 @@
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/babel__core": "7.20.5",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"autoprefixer": "10.4.16",
"babel-plugin-tester": "11.0.4",
"chromatic": "7.4.0",
"css-loader": "^7.1.2",
"css-loader": "7.1.2",
"eslint": "8.52.0",
"eslint-config-eloquence": "23.1.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -112,12 +113,12 @@
"jest-environment-jsdom": "29.7.0",
"node-notifier": "10.0.1",
"postcss": "8.4.31",
"postcss-loader": "^8.1.1",
"postcss-loader": "8.1.1",
"prettier": "3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"storybook": "7.5.1",
"style-loader": "^4.0.0",
"style-loader": "4.0.0",
"tailwindcss": "3.3.3",
"typedoc": "0.25.2",
"typescript": "5.2.2",
Expand Down
9 changes: 6 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./types",
"importHelpers": true,
"importHelpers": false, // False on the assumption that this doesn't affect the size of the compiled type definitions
"lib": ["DOM", "ESNext"],

// --- Type checking
Expand Down

0 comments on commit b552448

Please sign in to comment.