Skip to content

Commit 7674b61

Browse files
authored
Upgrade dependencies (#16)
1 parent 7737a3e commit 7674b61

117 files changed

Lines changed: 15412 additions & 10607 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.babelrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"global-require": 0,
1818
"jsx-a11y/label-has-for": [
1919
0
20+
],
21+
"jsx-a11y/label-has-associated-control": [
22+
0
2023
]
2124
}
2225
}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
.vscode
3-
.DS_Store
3+
.DS_Store
4+
dist/*

babel.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
const presets = [
2+
[
3+
"@babel/env",
4+
{
5+
targets: "> 0.25%, not dead",
6+
useBuiltIns: "usage",
7+
},
8+
],
9+
"@babel/preset-react",
10+
];
11+
12+
module.exports = { presets };

dist/assets/audio/707-bd.mp3

-6.12 KB
Binary file not shown.

dist/assets/audio/707-ch.mp3

-6.12 KB
Binary file not shown.

dist/assets/audio/707-clap.mp3

-9.18 KB
Binary file not shown.

dist/assets/audio/707-oh.mp3

-15.3 KB
Binary file not shown.

dist/assets/audio/707-sd-high.mp3

-8.16 KB
Binary file not shown.

dist/assets/audio/707-sd-low.mp3

-8.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)