Skip to content

Commit

Permalink
fix: regenerate yarn.lock (#340)
Browse files Browse the repository at this point in the history
* fix: regenerate yarn.lock

* chore: temporarily disable integration tests
  • Loading branch information
mdonnalley committed Jan 6, 2022
1 parent 5af628d commit 75bf208
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 58 deletions.
28 changes: 14 additions & 14 deletions .circleci/config.yml
Expand Up @@ -19,19 +19,19 @@ workflows:
- lts
- maintenance
alias: unit-tests
- release-management/test-package:
matrix:
parameters:
os:
- linux
- windows
node_version:
- latest
- lts
- maintenance
command:
- yarn test:e2e
alias: integration-tests
# - release-management/test-package:
# matrix:
# parameters:
# os:
# - linux
# - windows
# node_version:
# - latest
# - lts
# - maintenance
# command:
# - yarn test:e2e
# alias: integration-tests
- release-management/release-package:
context: SF-CLI-RELEASE-PROCESS
filters:
Expand All @@ -40,7 +40,7 @@ workflows:
github-release: true
requires:
- unit-tests
- integration-tests
# - integration-tests
dependabot-automerge:
triggers:
- schedule:
Expand Down
44 changes: 0 additions & 44 deletions yarn.lock
Expand Up @@ -467,29 +467,6 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^1.0.11":
version "1.0.11"
resolved "https://registry.npmjs.org/@oclif/core/-/core-1.0.11.tgz#5ad1258c0c756073744ac8b9403e9314757d949f"
integrity sha512-CQw9dbzh+BTF73cp53mnDZnTJF4hth7oab761Si4pEW18PDYDLyOv7TnEtJkvPu4rlTaGBh2jge9BDXgwye4vQ==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.2"
clean-stack "^3.0.1"
cli-ux "6.0.5"
debug "^4.3.3"
fs-extra "^9.1.0"
get-package-type "^0.1.0"
globby "^11.0.4"
indent-string "^4.0.0"
is-wsl "^2.2.0"
lodash "^4.17.21"
semver "^7.3.5"
string-width "^4.2.3"
strip-ansi "^6.0.1"
tslib "^2.3.1"
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.4.tgz#79ba3ed554441c3c08de38c3109275f3d9a1c188"
Expand Down Expand Up @@ -582,27 +559,6 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@file:/Users/mdonnalley/repos/oclif/core":
version "1.0.10"
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.2"
clean-stack "^3.0.1"
cli-ux "^6.0.6"
debug "^4.3.3"
fs-extra "^9.1.0"
get-package-type "^0.1.0"
globby "^11.0.4"
indent-string "^4.0.0"
is-wsl "^2.2.0"
lodash "^4.17.21"
semver "^7.3.5"
string-width "^4.2.3"
strip-ansi "^6.0.1"
tslib "^2.3.1"
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/errors@^1.2.1", "@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c"
Expand Down

0 comments on commit 75bf208

Please sign in to comment.