Skip to content

Commit

Permalink
chore: bump minor deps (#33581)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Oct 17, 2024
1 parent 8598f83 commit e1c4767
Show file tree
Hide file tree
Showing 18 changed files with 1,454 additions and 1,225 deletions.
848 changes: 472 additions & 376 deletions .github/actions/update-version-durability/package-lock.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions .github/actions/update-version-durability/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "scripts",
"version": "1.0.0",
"type": "module",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.1",
"@octokit/rest": "^21.0.0",
"axios": "^1.7.2",
"beauty-html": "^1.3.1",
"colors": "^1.4.0",
"diff": "^5.1.0",
"semver": "^7.5.4",
"xmldom": "^0.6.0"
}
"name": "scripts",
"version": "1.0.0",
"type": "module",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.1",
"@octokit/rest": "^21.0.0",
"axios": "^1.7.2",
"beauty-html": "^1.3.1",
"colors": "^1.4.0",
"diff": "^5.1.0",
"semver": "^7.5.4",
"@xmldom/xmldom": "^0.8.10"
}
}
4 changes: 2 additions & 2 deletions apps/meteor/.storybook/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module.exports = {
modules: 'commonjs',
include: [
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-proposal-nullish-coalescing-operator',
'@babel/plugin-transform-optional-chaining',
'@babel/plugin-transform-nullish-coalescing-operator',
],
},
],
Expand Down
Loading

0 comments on commit e1c4767

Please sign in to comment.