Skip to content

Commit

Permalink
Merge pull request #714 from qonto/dependabot/npm_and_yarn/babel/plug…
Browse files Browse the repository at this point in the history
…in-proposal-decorators-7.23.7

chore(deps-dev): bump @babel/plugin-proposal-decorators from 7.23.6 to 7.23.7
  • Loading branch information
vscav authored Jan 17, 2024
2 parents e41ec6c + 22382bd commit 7154e09
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 27 deletions.
2 changes: 1 addition & 1 deletion ember-amount-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.6",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/plugin-syntax-decorators": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@embroider/addon-dev": "^4.1.1",
Expand Down
47 changes: 22 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:ember": "ember test"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.23.6",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.1",
Expand Down

0 comments on commit 7154e09

Please sign in to comment.