TD-715: Rem ci force install (#307)

This commit is contained in:
Rinat Arsaev 2024-01-11 15:59:42 +07:00 committed by GitHub
parent 28fbcc828a
commit f617d1c292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 432 additions and 498 deletions

View File

@ -4,6 +4,5 @@ runs:
using: composite using: composite
steps: steps:
- uses: valitydev/action-frontend/setup@v1 - uses: valitydev/action-frontend/setup@v1
# TODO: Need to remove `--force` after removing deprecated `@angular/flex-layout` - run: npm ci
- run: npm ci --force
shell: bash shell: bash

View File

@ -1,6 +1,6 @@
{ {
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2", "version": "0.2",
"import": "node_modules/@vality/cspell-config/cspell.config.js", "import": "./node_modules/@vality/cspell-config/cspell.config.js",
"words": ["submain", "papaparse", "msgpack"] "words": ["submain", "papaparse", "msgpack"]
} }

921
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -67,11 +67,11 @@
"@types/jwt-decode": "2.2.1", "@types/jwt-decode": "2.2.1",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"@types/papaparse": "^5.3.14", "@types/papaparse": "^5.3.14",
"@vality/cspell-config": "7.0.1-6303f2c.0", "@vality/cspell-config": "^8.0.1-pr-57-482a037.0",
"@vality/eslint-config": "8.2.0", "@vality/eslint-config": "8.2.0",
"@vality/prettier-config": "3.1.0", "@vality/prettier-config": "3.1.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cspell": "^7.0.0", "cspell": "^8.3.2",
"eslint": "^8.53.0", "eslint": "^8.53.0",
"jasmine-core": "4.2.0", "jasmine-core": "4.2.0",
"jasmine-spec-reporter": "7.0.0", "jasmine-spec-reporter": "7.0.0",