Skip to content

Commit

Permalink
Revert "chore(security): update deps to latest version"
Browse files Browse the repository at this point in the history
This reverts commit 5c225fa.
  • Loading branch information
matteo-cristino committed Oct 17, 2024
1 parent 0a00130 commit 1745ee3
Show file tree
Hide file tree
Showing 3 changed files with 2,342 additions and 2,672 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sidebar: false
font-weight: 800;
margin: 0;
padding: 0;
line-height: 1.16;
line-height: 1.15;
text-align: center;
}

Expand Down
47 changes: 18 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,11 @@
"name": "Deniz Engin"
},
"contributors": [
{
"name": "Puria Nafisi Azizi",
"email": "[email protected]"
},
{
"name": "Matteo Cristino"
},
{
"name": "Alberto Lerda"
},
{
"name": "Ennio Donato"
},
{
"name": "Giovanni Abbatepaolo"
}
{ "name": "Puria Nafisi Azizi", "email": "[email protected]" },
{ "name": "Matteo Cristino" },
{ "name": "Alberto Lerda" },
{ "name": "Ennio Donato" },
{ "name": "Giovanni Abbatepaolo" }
],
"license": "AGPL-3.0-only",
"scripts": {
Expand All @@ -44,22 +33,22 @@
"docs": "pnpm run docs:api && pnpm run docs:examples && pnpm run docs:build"
},
"devDependencies": {
"@lerna-lite/publish": "^3.9.3",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@lerna-lite/publish": "^3.3.1",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"ava": "^6.1.3",
"c8": "^10.1.2",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"c8": "^9.1.0",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"nock": "^13.5.5",
"prettier": "^3.3.3",
"nock": "^13.4.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typedoc": "^0.26.8",
"typescript": "5.6.3",
"vitepress": "^1.4.0"
"tslib": "^2.6.2",
"typedoc": "^0.25.12",
"typescript": "5.4.3",
"vitepress": "^1.0.1"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
Expand Down
Loading

0 comments on commit 1745ee3

Please sign in to comment.