Skip to content

Commit

Permalink
chore: add @types for jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
fsubal committed Feb 24, 2023
1 parent f7c22b2 commit 7640f3e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 15 deletions.
22 changes: 12 additions & 10 deletions .pnp.cjs

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

2 changes: 2 additions & 0 deletions jest.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-check

/** @type { import('@jest/types').Config.InitialOptions } */
const rootConfig = {
projects: ['packages/*'],
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@commitlint/config-lerna-scopes": "^16.0.0",
"@jest/types": "^29.4.3",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@storybook/addon-a11y": "^6.4.17",
"@storybook/addon-essentials": "^6.4.17",
Expand All @@ -45,8 +46,8 @@
"@storybook/react": "^6.4.17",
"@stylelint/postcss-css-in-js": "^0.37.2",
"@types/eslint": "^8.4.1",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.13",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"@types/prettier": "^2.4.3",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7289,7 +7289,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^17.0, @types/node@npm:^17.0.13":
"@types/node@npm:^17.0":
version: 17.0.45
resolution: "@types/node@npm:17.0.45"
checksum: aa04366b9103b7d6cfd6b2ef64182e0eaa7d4462c3f817618486ea0422984c51fc69fd0d436eae6c9e696ddfdbec9ccaa27a917f7c2e8c75c5d57827fe3d95e8
Expand Down Expand Up @@ -10047,6 +10047,7 @@ __metadata:
"@commitlint/cli": ^16.1.0
"@commitlint/config-conventional": ^16.0.0
"@commitlint/config-lerna-scopes": ^16.0.0
"@jest/types": ^29.4.3
"@originjs/vite-plugin-commonjs": ^1.0.3
"@storybook/addon-a11y": ^6.4.17
"@storybook/addon-essentials": ^6.4.17
Expand All @@ -10058,8 +10059,8 @@ __metadata:
"@storybook/react": ^6.4.17
"@stylelint/postcss-css-in-js": ^0.37.2
"@types/eslint": ^8.4.1
"@types/jest": ^27.4.0
"@types/node": ^17.0.13
"@types/jest": ^29.4.0
"@types/node": ^18.14.1
"@types/prettier": ^2.4.3
"@types/webpack": ^5.28.0
"@typescript-eslint/eslint-plugin": ^5.10.1
Expand Down

0 comments on commit 7640f3e

Please sign in to comment.