Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
n4bb12 committed May 20, 2024
1 parent d3b50a2 commit 3065189
Show file tree
Hide file tree
Showing 7 changed files with 436 additions and 375 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,47 +48,47 @@
"watch": "nodemon --watch src --watch verdaccio.yaml --ext ts,css,yaml --exec \"yarn dev\""
},
"dependencies": {
"@octokit/oauth-methods": "^4.0.1",
"@octokit/request": "^8.1.6",
"@octokit/oauth-methods": "^4.1.0",
"@octokit/request": "^8.4.0",
"@verdaccio/url": "^11.0.0-6-next.42",
"dotenv": "^16.3.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"global-agent": "^3.0.0",
"lodash": "^4.17.21",
"memory-cache": "^0.2.0",
"minimist": "^1.2.8",
"octokit": "^3.1.2",
"octokit": "^3.2.1",
"open": "^8.4.2",
"ow": "^0.28.2",
"picocolors": "^1.0.0",
"picocolors": "^1.0.1",
"query-string": "^7.1.3"
},
"devDependencies": {
"@parcel/config-default": "~2.4.1",
"@parcel/transformer-typescript-tsc": "~2.4.1",
"@types/express": "^4.17.21",
"@types/global-agent": "^2.1.3",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.4",
"@types/memory-cache": "^0.2.5",
"@types/minimist": "^1.2.5",
"@types/node": "^20.11.5",
"@types/node": "^20.12.12",
"@types/query-string": "^6.3.0",
"@verdaccio/types": "^10.8.0",
"@vitest/coverage-v8": "^1.2.1",
"browserslist": "^4.22.2",
"core-js": "^3.35.0",
"nodemon": "^3.0.3",
"@vitest/coverage-v8": "^1.6.0",
"browserslist": "^4.23.0",
"core-js": "^3.37.1",
"nodemon": "^3.1.0",
"parcel": "~2.4.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"process": "^0.11.10",
"release-it": "^16.3.0",
"timekeeper": "^2.3.1",
"type-fest": "^4.9.0",
"typescript": "^5.3.3",
"verdaccio": "^5.29.0",
"type-fest": "^4.18.2",
"typescript": "^5.4.5",
"verdaccio": "~5.30.3",
"verdaccio-htpasswd": "^10.5.5",
"vite": "^5.1.7",
"vitest": "^1.2.1"
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"peerDependencies": {
"verdaccio": ">=5"
Expand Down
2 changes: 1 addition & 1 deletion src/cli/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.json",
"include": ["."],
"include": ["."]
}
4 changes: 2 additions & 2 deletions src/client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"compilerOptions": {
"lib": ["ES2021", "DOM"],
"target": "ES2021",
"types": [],
"types": []
},
"include": ["."],
"include": ["."]
}
2 changes: 1 addition & 1 deletion src/server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.json",
"include": ["."],
"include": ["."]
}
4 changes: 2 additions & 2 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"lib": ["ES2021", "DOM"],
"types": ["node", "vitest"],
"types": ["node", "vitest"]
},
"extends": "../tsconfig.json",
"include": [".", "../src"],
"include": [".", "../src"]
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"strict": true,
"target": "ES2021",
"types": ["node"],
"useUnknownInCatchVariables": false,
},
"useUnknownInCatchVariables": false
}
}
Loading

0 comments on commit 3065189

Please sign in to comment.