Skip to content

Commit 6b5fb9a

Browse files
committed
Fix breaking changes after upgrading all deps
1 parent d3a7736 commit 6b5fb9a

File tree

8 files changed

+48520
-1137
lines changed

8 files changed

+48520
-1137
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ node_modules
2020
npm-debug.log*
2121
yarn-debug.log*
2222
yarn-error.log*
23+
storybook-static

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ The configs include the basic things I use for any of my projects. They're opini
77

88
# Included in the box
99
- [x] eslint (+ prettier) autofix as you save on VSCode
10-
- [x] monorepo using npm v7 workspaces
11-
- [x] webpack configs in Typescript
10+
- [x] monorepo using npm v7+ workspaces
11+
- [x] webpack and its configs in Typescript
1212
- [x] jest config in Typescript
1313
- [x] jest + enzyme
1414
- [x] react + typescript + basic utils
1515
- [x] storybook
1616
- [x] npm
17-
17+
- [x] nvmrc (currently 16.x)
1818

0 commit comments

Comments
 (0)