1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: update yarn.lock

This commit is contained in:
Ivar Conradi Østhus 2021-05-21 16:51:13 +02:00
parent d43a13ca02
commit 8300482e1c
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
3 changed files with 1517 additions and 1638 deletions

View File

@ -26,7 +26,6 @@
"main": "./dist/lib/server-impl.js",
"scripts": {
"start": "node ./dist/server.js",
"start:google": "node examples/google-auth-unleash.js",
"start:dev": "NODE_ENV=development tsc-watch --onSuccess \"node dist/server-dev.js\"",
"copy-templates": "copyfiles -u 1 src/mailtemplates/**/*.mustache dist/",
"db-migrate": "db-migrate --migrations-dir ./src/migrations",
@ -145,7 +144,6 @@
"knex/liftoff/findup-sync/micromatc/kind-of": "^6.0.3",
"knex/liftoff/findup-sync/micromatc/nanomatch/kind-of": "^6.0.3",
"knex/liftoff/findup-sync/micromatch/define-property/**/kind-of": "^6.0.3",
"googleapis": "^39.1.0",
"node-forge": "^0.10.0"
},
"lint-staged": {

View File

@ -1,4 +1,4 @@
import EventEmitter from 'node:events';
import EventEmitter from 'events';
import { EventHook } from './types/option';
import {
FEATURE_CREATED,

3151
yarn.lock

File diff suppressed because it is too large Load Diff