Skip to content

Commit

Permalink
feat: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
timoheddes committed Oct 16, 2023
1 parent b6356ce commit dff91c3
Show file tree
Hide file tree
Showing 3 changed files with 2,072 additions and 932 deletions.
26 changes: 13 additions & 13 deletions packages/libs/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,22 @@
"@vanilla-extract/sprinkles": "1.6.1",
"classnames": "^2.3.2",
"css-loader": "~6.8.1",
"focus-trap-react": "~10.2.1",
"focus-trap-react": "~10.2.3",
"lodash.mapvalues": "^4.6.0",
"lodash.omit": "^4.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@kadena-dev/eslint-config": "workspace:*",
"@kadena-dev/heft-rig": "workspace:*",
"@kadena-dev/lint-package": "workspace:*",
"@kadena-dev/markdown": "workspace:*",
"@rushstack/eslint-config": "~3.3.0",
"@rushstack/eslint-config": "~3.4.1",
"@storybook/addon-a11y": "^7.4.6",
"@storybook/addon-controls": "^7.4.6",
"@storybook/addon-docs": "^7.4.6",
Expand All @@ -81,19 +81,19 @@
"@types/jest": "^29.5.5",
"@types/lodash.mapvalues": "^4.6.7",
"@types/lodash.omit": "^4.5.7",
"@types/node": "^18.17.14",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "18.2.13",
"@types/testing-library__jest-dom": "~5.14.8",
"@vanilla-extract/jest-transform": "1.1.1",
"@vanilla-extract/webpack-plugin": "2.2.0",
"@vanilla-extract/webpack-plugin": "2.3.1",
"babel-plugin-module-resolver": "^5.0.0",
"chromatic": "6.20.0",
"chromatic": "7.4.0",
"copyfiles": "2.4.1",
"csstype": "^3.1.2",
"eslint": "^8.45.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "~2.27.5",
"eslint": "^8.51.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "~2.28.1",
"eslint-plugin-storybook": "~0.6.15",
"jest": "^29.7.0",
"jest-standard-reporter": "~2.0.0",
Expand All @@ -105,6 +105,6 @@
"storybook-dark-mode": "^3.0.1",
"tsc-alias": "~1.8.8",
"typescript": "5.2.2",
"webpack": "~5.88.2"
"webpack": "~5.89.0"
}
}
3 changes: 2 additions & 1 deletion packages/libs/react-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"paths": {
"@components/*": ["src/components/*"],
"@theme/*": ["src/styles/*"],
"@utils/*": ["src/utils/*"]
"@utils/*": ["src/utils/*"],
"react": ["node_modules/@types/react"]
}
},
"include": ["./src", "./src/**/*"],
Expand Down
Loading

0 comments on commit dff91c3

Please sign in to comment.