1
0
mirror of https://github.com/qntm/fastjson synced 2026-04-25 23:44:46 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
926b49cd59
Bump mocha from 9.2.0 to 10.0.0 (#19)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.0 to 10.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v9.2.0...v10.0.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 14:31:10 +01:00
dependabot[bot]
01b83a706d
Bump standard from 16.0.4 to 17.0.0 (#18)
Bumps [standard](https://github.com/standard/standard) from 16.0.4 to 17.0.0.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v16.0.4...v17.0.0)

---
updated-dependencies:
- dependency-name: standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 14:22:05 +01:00
2 changed files with 433 additions and 633 deletions

1048
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@
"benchmark": "^2.1.4",
"c8": "^7.10.0",
"chance": "^1.1.7",
"mocha": "^9.2.0",
"standard": "^16.0.3"
"mocha": "^10.0.0",
"standard": "^17.0.0"
}
}