| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bfbfaca commit ba89cea
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19395,7 +19395,7 @@ const { MAX_LENGTH: MAX_LENGTH$1, MAX_SAFE_INTEGER } = constants; | |||
| 19395 | 19395 | const { re: re$1, t: t$1 } = re$2.exports; | |
| 19396 | 19396 | const parseOptions$1 = parseOptions_1; | |
| 19397 | 19397 | const { compareIdentifiers } = identifiers; | |
| 19398 | - class SemVer$2 { | ||
| 19398 | + let SemVer$2 = class SemVer { | ||
| 19399 | 19399 | constructor (version, options) { | |
| 19400 | 19400 | options = parseOptions$1(options); | |
| 19401 | 19401 | if (version instanceof SemVer$2) { | |
@@ -19617,7 +19617,7 @@ class SemVer$2 { | |||
| 19617 | 19617 | this.raw = this.version; | |
| 19618 | 19618 | return this | |
| 19619 | 19619 | } | |
| 19620 | - } | ||
| 19620 | + }; | ||
| 19621 | 19621 | var semver = SemVer$2; | |
| 19622 | 19622 | ||
| 19623 | 19623 | const { MAX_LENGTH } = constants; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,9 +14,9 @@ | |||
| 14 | 14 | "vfile-reporter": "^7.0.4" | |
| 15 | 15 | }, | |
| 16 | 16 | "devDependencies": { | |
| 17 | - "@rollup/plugin-commonjs": "^23.0.0", | ||
| 18 | - "@rollup/plugin-node-resolve": "^15.0.0", | ||
| 19 | - "rollup": "^3.2.0", | ||
| 17 | + "@rollup/plugin-commonjs": "^23.0.2", | ||
| 18 | + "@rollup/plugin-node-resolve": "^15.0.1", | ||
| 19 | + "rollup": "^3.2.3", | ||
| 20 | 20 | "rollup-plugin-cleanup": "^3.2.1" | |
| 21 | 21 | } | |
| 22 | 22 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments