Skip to content

Commit

Permalink
chores(package): update versions
Browse files Browse the repository at this point in the history
BREAKING CHANGE : drop support of Node 16
  • Loading branch information
ArnaudBuchholz committed Feb 6, 2024
1 parent 3795fc7 commit 80eb2d4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5-test-runner",
"version": "3.4.0",
"version": "4.0.0",
"description": "Standalone test runner for UI5",
"main": "index.js",
"files": [
Expand All @@ -12,7 +12,7 @@
"ui5-test-runner": "./index.js"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"lint": "standard --fix",
Expand Down Expand Up @@ -66,14 +66,14 @@
},
"homepage": "https://github.com/ArnaudBuchholz/ui5-test-runner#readme",
"dependencies": {
"commander": "^11.1.0",
"commander": "^12.0.0",
"mime": "^3.0.0",
"punybind": "^1.2.1",
"punyexpr": "^1.0.4",
"reserve": "^1.15.6"
},
"devDependencies": {
"@openui5/types": "^1.120.3",
"@openui5/types": "^1.120.6",
"@ui5/cli": "^3.9.0",
"@ui5/middleware-code-coverage": "^1.1.1",
"jest": "^29.7.0",
Expand Down

0 comments on commit 80eb2d4

Please sign in to comment.