Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Feb 20, 2024
1 parent 68611e1 commit 4e9e7df
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 4 deletions.
1 change: 1 addition & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const CopyWebpackPlugin = require('copy-webpack-plugin');
const FileManagerPlugin = require('filemanager-webpack-plugin');
const path = require('path');
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');

Expand Down
175 changes: 174 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"superjson": "^1.13.3",
"tiktoken": "^1.0.10",
"ts-custom-error": "^3.3.1",
"tss-react": "^4.4.5",
"tss-react": "^4.9.4",
"type-route": "^1.0.1",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
Expand Down Expand Up @@ -224,6 +224,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-testing-library": "^6.2.0",
"filemanager-webpack-plugin": "^8.0.0",
"get-tsconfig": "^4.2.0",
"git-rev-sync": "^3.0.2",
"jest": "^29.3.1",
Expand Down
4 changes: 2 additions & 2 deletions transpilePackages.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
commonPackages: [],
additionalJestPackages: ['@codegouvfr/react-dsfr'],
commonPackages: ['@codegouvfr/react-dsfr', '@mui/x-data-grid', '@mui/x-date-pickers', 'tss-react'],
additionalJestPackages: [],
formatTransformIgnorePatterns(packagesToTranspile, previousPatterns) {
// Inspired from `next.js/packages/next/src/build/jest/jest.ts`

Expand Down

0 comments on commit 4e9e7df

Please sign in to comment.