Skip to content

Commit

Permalink
chore: update Reactist to v21 and bump version to 10.0.0 (#55)
Browse files Browse the repository at this point in the history
* chore: update Reactist to v21

* build: bump version to 10.0.0
  • Loading branch information
pedroalves0 authored Sep 26, 2023
1 parent 65d7a75 commit 93e423d
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 56 deletions.
151 changes: 98 additions & 53 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions packages/ui-extensions-react/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ module.exports = {
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],
webpackFinal: async (config) => {
// Skip transpilation for node_modules, except for non-transpiled dependencies
config.module.rules[0].exclude = /node_modules\/(?!.*ariakit.*).*/

config.module.rules.push({
test: /\.(ts|tsx)$/,
use: {
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-extensions-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doist/ui-extensions-react",
"version": "9.2.0",
"version": "10.0.0",
"author": "Doist",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"publish:yalc": "yalc push"
},
"peerDependencies": {
"@doist/reactist": "^15.0.0",
"@doist/reactist": "^21.0.0",
"@doist/ui-extensions-core": "^4.1.1",
"adaptivecards": "^2.9.0",
"react": "^17.0.0 || ^18.0.0",
Expand All @@ -48,7 +48,7 @@
"dayjs": "^1.9.1"
},
"devDependencies": {
"@doist/reactist": "^15.0.0",
"@doist/reactist": "^21.0.0",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
Expand Down

0 comments on commit 93e423d

Please sign in to comment.