Skip to content

Commit

Permalink
chore(test): update babel from 7.8.3 to 7.9.6 (#4644)
Browse files Browse the repository at this point in the history
to support Node.js 14 as dev env.

See babel/babel#11216

Signed-off-by: Takuya Noguchi <[email protected]>
  • Loading branch information
tnir authored Feb 11, 2021
1 parent e618fa7 commit 36b2810
Show file tree
Hide file tree
Showing 2 changed files with 656 additions and 77 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
},
"devDependencies": {
"@algolia/client-search": "4.8.2",
"@babel/cli": "7.8.3",
"@babel/core": "7.8.3",
"@babel/cli": "7.8.4",
"@babel/core": "7.9.6",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-react-constant-elements": "7.8.3",
"@babel/preset-env": "7.8.3",
"@babel/preset-react": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"@babel/plugin-transform-react-constant-elements": "7.9.0",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/preset-typescript": "7.9.0",
"@microsoft/api-extractor": "7.9.2",
"@storybook/addon-actions": "5.3.9",
"@storybook/html": "5.3.9",
Expand Down Expand Up @@ -143,7 +143,7 @@
"bundlesize": [
{
"path": "./dist/instantsearch.production.min.js",
"maxSize": "66 kB"
"maxSize": "66.15 kB"
},
{
"path": "./dist/instantsearch.development.js",
Expand Down
Loading

0 comments on commit 36b2810

Please sign in to comment.