Skip to content

Commit

Permalink
build(deps): update minor Babel dependencies (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan authored Dec 21, 2022
1 parent 043a2e1 commit 4117f5c
Show file tree
Hide file tree
Showing 3 changed files with 1,020 additions and 156 deletions.
2 changes: 1 addition & 1 deletion examples/react-instantsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-instantsearch-dom": "6.38.1"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/core": "7.20.5",
"parcel": "2.8.2"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"watch": "lerna run watch --parallel --no-private"
},
"devDependencies": {
"@babel/cli": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/preset-react": "7.16.0",
"@babel/preset-typescript": "7.16.0",
"@babel/cli": "7.19.3",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@csstools/postcss-sass": "4.0.0",
"@percy/cypress": "2.3.4",
"@rollup/plugin-json": "4.1.0",
Expand All @@ -60,7 +60,7 @@
"babel-loader": "8.2.3",
"babel-plugin-inline-json": "1.2.2",
"babel-plugin-inline-replace-variables": "1.3.1",
"babel-plugin-module-resolver": "4.0.0",
"babel-plugin-module-resolver": "4.1.0",
"bundlesize": "0.18.1",
"concurrently": "5.3.0",
"cssnano": "4.1.11",
Expand Down
Loading

0 comments on commit 4117f5c

Please sign in to comment.