aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-06-26 20:09:06 +0200
committerstonedDiscord <Tukz@gmx.de>2025-06-26 20:09:06 +0200
commit90b2593900fa36c0a48bf94983f9b4140f4fc04e (patch)
tree83ad2b85fd1980dce81566c97197381552c55739 /package.json
parent5a1da6e7095b1709c9cc2bc87672755672c67e03 (diff)
only deploy if tests pass
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index dce500d..4cc9d73 100644
--- a/package.json
+++ b/package.json
@@ -25,14 +25,15 @@
},
"homepage": "https://github.com/AttorneyOnline/webAO#readme",
"devDependencies": {
- "@babel/core": "^7.17.5",
+ "@babel/core": "^7.27.7",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
- "@babel/preset-env": "^7.16.11",
- "@babel/preset-typescript": "^7.16.7",
+ "@babel/preset-env": "^7.27.2",
+ "@babel/preset-typescript": "^7.27.1",
"@types/jest": "^29.4.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
+ "babel-jest": "^30.0.2",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"dotenv": "^16.0.0",