Skip to content

Commit 9eb04eb

Browse files
authored
Update babel deps (#445)
* Update package.json * Update yarn.lock --------- Co-authored-by: Johannes Klein <17345891+jtklein@users.noreply.github.com>
1 parent 74dccb6 commit 9eb04eb

2 files changed

Lines changed: 574 additions & 548 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"docs-serve": "cd docs && bundle exec jekyll serve --config _config.yml,_config_dev.yml"
5959
},
6060
"dependencies": {
61-
"@babel/plugin-proposal-decorators": "^7.28.0",
61+
"@babel/plugin-proposal-decorators": "^7.29.7",
6262
"@craco/craco": "^7.1.0",
6363
"@emotion/react": "^11.14.0",
6464
"@emotion/styled": "^11.14.1",
@@ -99,9 +99,8 @@
9999
"devDependencies": {
100100
"@babel/plugin-proposal-class-properties": "^7.18.6",
101101
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
102-
"@babel/preset-env": "^7.28.0",
102+
"@babel/preset-env": "^7.29.7",
103103
"@electron/notarize": "^2.5.0",
104-
"playwright": "^1.55.0",
105104
"@sentry/cli": "^2.5.2",
106105
"@sentry/webpack-plugin": "^1.19.0",
107106
"cross-env": "^7.0.3",
@@ -113,6 +112,7 @@
113112
"electron-webpack": "^2.8.2",
114113
"nodemon": "^3.1.10",
115114
"npm-run-all": "^4.1.5",
115+
"playwright": "^1.55.0",
116116
"prettier": "^3.9.6",
117117
"shx": "^0.4.0",
118118
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)