Remove resolutions hullabaloo

This commit is contained in:
Christopher C. Wells 2022-06-10 19:47:40 -07:00
parent f6960dc2e9
commit cf33fc3e69
4 changed files with 9246 additions and 9162 deletions

View File

@ -17,11 +17,10 @@ jobs:
- uses: ./.github/actions/setup
with:
python-version: ${{ matrix.python-version }}
- run: |
npm install -g gulp-cli
npm install
gulp lint
gulp coverage
- run: npm install --location=global gulp-cli
- run: npm install
- run: gulp lint
- run: gulp coverage
- name: Submit results to Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Install Railway CLI
run: npm i -g @railway/cli
run: npm install --location=global @railway/cli
- name: Reset demo database
run: npx railway run pipenv run python manage.py reset --no-input
env:

18355
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -36,11 +36,7 @@
"tempusdominus-bootstrap-4": "5.39.2",
"tempusdominus-core": "5.19.3"
},
"scripts": {
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"lodash.template": ">=4.5.0",
"glob-parent": ">=5.1.2"
"dependencies": {
"gulp-cli": "^2.3.0"
}
}