mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
TD-715: Rem ci force install (#307)
This commit is contained in:
parent
28fbcc828a
commit
f617d1c292
3
.github/actions/init/action.yaml
vendored
3
.github/actions/init/action.yaml
vendored
@ -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
|
||||||
|
@ -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
921
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user