Skip to content

Commit 8670e1c

Browse files
committed
bump node deps/dev deps
1 parent 89fe012 commit 8670e1c

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

.storybook/main.ts

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ const config: StorybookConfig = {
44
stories: ['../__stories__/**/*.stories.@(js|tsx|mdx)'],
55
addons: ['@storybook/addon-storysource'],
66
framework: '@storybook/react',
7-
reactOptions: {
8-
fastRefresh: true
9-
},
107
core: {
11-
builder: 'webpack5',
12-
disableTelemetry: true
8+
disableTelemetry: true,
9+
enableCrashReports: false,
10+
builder: {
11+
name: 'webpack5',
12+
options: {
13+
lazyCompilation: false // applies to dev mode only
14+
}
15+
}
1316
}
1417
};
1518

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"type": "git",
2525
"url": "https://github.com/based-ghost/react-functional-select.git"
2626
},
27-
"homepage": "https://based-ghost.github.io/react-functional-select",
27+
"homepage": "https://master--625676b6922472003af898b4.chromatic.com",
2828
"keywords": [
2929
"react",
3030
"react-components",
@@ -68,14 +68,14 @@
6868
"@testing-library/react": "^13.4.0",
6969
"@testing-library/user-event": "^14.4.3",
7070
"@types/jest": "^29.1.2",
71-
"@types/node": "^18.8.5",
71+
"@types/node": "^18.11.0",
7272
"@types/react": "^18.0.21",
7373
"@types/react-dom": "^18.0.6",
7474
"@types/react-window": "^1.8.5",
7575
"@types/styled-components": "^5.1.26",
76-
"@typescript-eslint/eslint-plugin": "^5.40.0",
77-
"@typescript-eslint/parser": "^5.40.0",
78-
"babel-jest": "^29.1.2",
76+
"@typescript-eslint/eslint-plugin": "^5.40.1",
77+
"@typescript-eslint/parser": "^5.40.1",
78+
"babel-jest": "^29.2.0",
7979
"babel-loader": "^8.2.5",
8080
"babel-plugin-styled-components": "^2.0.7",
8181
"chromatic": "^6.10.2",
@@ -86,8 +86,8 @@
8686
"eslint-plugin-prettier": "^4.2.1",
8787
"eslint-plugin-react": "^7.31.10",
8888
"eslint-plugin-react-hooks": "^4.6.0",
89-
"jest": "^29.1.2",
90-
"jest-environment-jsdom": "^29.1.2",
89+
"jest": "^29.2.0",
90+
"jest-environment-jsdom": "^29.2.0",
9191
"jest-enzyme": "^7.1.2",
9292
"npm-run-all": "^4.1.5",
9393
"prettier": "^2.7.1",
@@ -97,7 +97,7 @@
9797
"react-toastify": "^9.0.8",
9898
"react-window": "^1.8.7",
9999
"rimraf": "^3.0.2",
100-
"rollup": "^3.1.0",
100+
"rollup": "^3.2.2",
101101
"rollup-plugin-terser": "^7.0.2",
102102
"styled-components": "^5.3.6",
103103
"typescript": "^4.8.4",

0 commit comments

Comments
 (0)