Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed May 10, 2024
1 parent ab883d0 commit c0743e2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Expand Up @@ -21,8 +21,8 @@
"firebase": "9.23.0"
},
"devDependencies": {
"@babel/core": "7.24.3",
"@babel/preset-env": "7.22.10",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@types/chai": "4.3.14",
"@types/mocha": "9.1.1",
"babel-loader": "8.3.0",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -60,13 +60,13 @@
"repo-scripts/*"
],
"devDependencies": {
"@babel/core": "7.24.3",
"@babel/plugin-transform-modules-commonjs": "7.22.11",
"@babel/preset-env": "7.22.10",
"@babel/preset-typescript": "7.22.11",
"@babel/core": "7.24.4",
"@babel/plugin-transform-modules-commonjs": "7.24.1",
"@babel/preset-env": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@babel/register": "7.23.7",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@types/chai": "4.3.14",
"@types/chai-as-promised": "7.1.8",
"@types/child-process-promise": "2.2.6",
Expand Down Expand Up @@ -138,7 +138,7 @@
"ora": "5.4.1",
"patch-package": "7.0.2",
"postinstall-postinstall": "2.1.0",
"prettier": "2.8.7",
"prettier": "2.8.8",
"protractor": "5.4.2",
"request": "2.88.2",
"semver": "7.5.3",
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/changelog-generator/package.json
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@changesets/types": "3.3.0",
"@changesets/get-github-info": "0.5.2",
"@changesets/get-github-info": "0.6.0",
"@types/node": "20.8.10",
"undici": "5.28.4"
},
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/prune-dts/package.json
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"eslint": "7.32.0",
"eslint-plugin-unused-imports": "2.0.0",
"prettier": "2.8.7"
"prettier": "2.8.8"
},
"repository": {
"directory": "repo-scripts/prune-dts",
Expand Down

0 comments on commit c0743e2

Please sign in to comment.