update dependencies and devDependencies, fix lint issues
authorJustin Wind <justin.wind+git@gmail.com>
Thu, 13 Jun 2024 18:38:13 +0000 (11:38 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Thu, 13 Jun 2024 22:34:36 +0000 (15:34 -0700)
commit5c2359001179d393862ee464de1813b49cae2850
tree2f08de42ad678478cb2dfde8ea20ea34445821ab
parent36e59a6f5f50938fe1e0cd24d3ab449e9938bf0b
update dependencies and devDependencies, fix lint issues
19 files changed:
README.md
eslint.config.js
lib/abstract.js
lib/factory.js
lib/postgres-creator.js
lib/schema-version-helper.js
lib/sqlite-creator.js
lib/validation.js
package-lock.json
package.json
test/helpers.js
test/integration.js
test/lib/abstract.js
test/lib/factory.js
test/lib/postgres-creator.js
test/lib/schema-version-helper.js
test/lib/sqlite-creator.js
test/lib/validation.js
test/stub.js