Skip to content

Commit 044285f

Browse files
chore(deps): bump @babel/runtime from 7.18.0 to 7.18.2
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.18.0 to 7.18.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cdbfcd1 commit 044285f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test": "jest --no-cache"
3434
},
3535
"dependencies": {
36-
"@babel/runtime": "7.18.0",
36+
"@babel/runtime": "7.18.2",
3737
"dequal": "2.0.2",
3838
"lru-cache": "6.0.0"
3939
},
@@ -43,12 +43,12 @@
4343
},
4444
"devDependencies": {
4545
"@babel/cli": "7.17.10",
46-
"@babel/core": "7.18.0",
46+
"@babel/core": "7.18.2",
4747
"@babel/eslint-parser": "7.17.0",
48-
"@babel/plugin-transform-runtime": "7.18.0",
48+
"@babel/plugin-transform-runtime": "7.18.2",
4949
"@babel/preset-env": "7.18.0",
5050
"@babel/preset-react": "7.17.12",
51-
"@commitlint/cli": "17.0.0",
51+
"@commitlint/cli": "17.0.1",
5252
"@commitlint/config-conventional": "17.0.0",
5353
"@testing-library/react": "12.1.5",
5454
"@testing-library/react-hooks": "7.0.2",
@@ -76,7 +76,7 @@
7676
"rimraf": "3.0.2",
7777
"standard-version": "9.5.0",
7878
"ts-jest": "26.5.6",
79-
"typescript": "4.6.4"
79+
"typescript": "4.7.2"
8080
},
8181
"lint-staged": {
8282
"{src,test}/**/*.{js?(x),md}": [

0 commit comments

Comments
 (0)