Skip to content

Commit

Permalink
chores(package): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Apr 29, 2024
1 parent a7d898b commit df5a4c9
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 47 deletions.
76 changes: 38 additions & 38 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"mock-require": "^3.0.3",
"nyc": "^15.1.0",
"punycache": "^1.0.0",
"reserve": "^2",
"reserve": "",
"standard": "^17.1.0",
"terser": "^5.29.2",
"typescript": "^5.4.3"
Expand Down
2 changes: 1 addition & 1 deletion plugins/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"homepage": "https://github.com/ArnaudBuchholz/reserve/handlers/cache#readme",
"peerDependencies": {
"reserve": "^2"
"reserve": ""
},
"devDependencies": {
"mocha": "^10",
Expand Down
2 changes: 1 addition & 1 deletion plugins/ui5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"homepage": "https://github.com/ArnaudBuchholz/reserve/handlers/ui5#readme",
"peerDependencies": {
"reserve": "^2"
"reserve": ""
},
"devDependencies": {
"mocha": "^10",
Expand Down
10 changes: 5 additions & 5 deletions reserve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reserve",
"version": "2.0.0",
"version": "2.0.0-beta",
"description": "Lightweight http server statically configurable using regular expressions",
"main": "./dist/index.js",
"exports": {
Expand Down Expand Up @@ -59,17 +59,17 @@
"devDependencies": {
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/mocha-runner": "^8.2.6",
"@types/node": "^20.11.26",
"@types/node": "^20.12.7",
"cors": "^2.8.5",
"eslint-utils": "^3.0.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mock-require": "^3.0.3",
"nyc": "^15.1.0",
"punycache": "^1.0.0",
"reserve": "",
"standard": "^17.1.0",
"terser": "^5.29.1",
"typescript": "^5.4.2"
"terser": "^5.30.4",
"typescript": "^5.4.5"
},
"standard": {
"env": [
Expand Down
2 changes: 1 addition & 1 deletion samples/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"autocannon": "^7",
"express": "^4",
"fastify": "^4",
"reserve": "^2",
"reserve": "",
"standard": "^17"
},
"author": "Arnaud Buchholz",
Expand Down

0 comments on commit df5a4c9

Please sign in to comment.