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

Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot]
2a0492f2ee
Bump standard from 16.0.4 to 17.0.0 (#63)
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 20:25:00 +01:00
dependabot[bot]
54b8145313
Bump glob from 7.2.0 to 8.0.1 (#62)
Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.0 to 8.0.1.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v7.2.0...v8.0.1)

---
updated-dependencies:
- dependency-name: glob
  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 20:22:06 +01:00
dependabot[bot]
ed5fd64124
Bump jest from 27.3.1 to 28.0.3 (#61)
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.3.1 to 28.0.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.0.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  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 20:16:26 +01:00
2 changed files with 1608 additions and 1560 deletions

3162
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,10 +35,10 @@
"cross-env": "^7.0.3",
"cypress": "^9.1.0",
"express": "^4.17.1",
"glob": "^7.1.6",
"jest": "^27.0.3",
"glob": "^8.0.1",
"jest": "^28.0.3",
"safe-code-point": "^3.0.0",
"standard": "^16.0.1",
"standard": "^17.0.0",
"start-server-and-test": "^1.11.3"
},
"babel": {