Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoofsKelvin committed Oct 30, 2021
1 parent 664cc35 commit ccd8d7b
Show file tree
Hide file tree
Showing 8 changed files with 2,864 additions and 4,906 deletions.
4,072 changes: 1,539 additions & 2,533 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "7.30.0-sdk",
"version": "8.1.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "4.3.5-sdk",
"version": "4.4.4-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}
1 change: 0 additions & 1 deletion api/ip-matching.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,4 @@ export function matches(ip: string | IP, target: string | IPMatch): boolean;
// @internal (undocumented)
export function partsToIP(parts: number[]): IP;


```
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"types": "./api/index.d.ts",
"description": "Utilities for IPv4/IPv6 ranges/subnets/masks parsing/matching, string representations, ...",
"devDependencies": {
"@microsoft/api-extractor": "^7.18.1",
"@types/jest": "^26.0.20",
"@microsoft/api-extractor": "^7.18.17",
"@types/jest": "^27.0.2",
"@types/node": "^10",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"jest": "^26.6.3",
"nodemon": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"eslint": "^8.1.0",
"jest": "^27.3.1",
"nodemon": "^2.0.14",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.19",
"ts-jest": "^26.5.0",
"typescript": "^4.3.5"
"source-map-support": "^0.5.20",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"scripts": {
"compile": "tsc",
Expand Down
Binary file added package.tgz
Binary file not shown.
Loading

0 comments on commit ccd8d7b

Please sign in to comment.