Skip to content

Commit

Permalink
feat: react 18対応
Browse files Browse the repository at this point in the history
  • Loading branch information
uidev1116 committed Aug 30, 2024
1 parent dfd8fb5 commit cd7cdab
Show file tree
Hide file tree
Showing 40 changed files with 14,518 additions and 37,903 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ jspm_packages
.node_repl_history

.idea/
.DS_Store
.DS_Store

/dist
/lib
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
20.15.0
9 changes: 0 additions & 9 deletions .storybook/config.js

This file was deleted.

25 changes: 0 additions & 25 deletions .storybook/webpack.config.js

This file was deleted.

Loading

0 comments on commit cd7cdab

Please sign in to comment.