Skip to content

Commit

Permalink
fix: package.json dep change
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed Jan 12, 2022
1 parent e5a589f commit 18a891a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"clean-all": "sf-clean all",
"compile": "sf-compile",
"docs": "sf-docs",
"ci-docs": "yarn sf-ci-docs",
"format": "sf-format",
"lint": "sf-lint",
"lint-fix": "yarn sf-lint --fix",
Expand All @@ -35,7 +34,7 @@
"tslib": "^2.2.0"
},
"devDependencies": {
"@salesforce/dev-config": "^2.1.2",
"@salesforce/dev-config": "^2.1.3",
"@salesforce/dev-scripts": "^1.0.0",
"@salesforce/prettier-config": "^0.0.2",
"@typescript-eslint/eslint-plugin": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
version "1.0.4"
resolved "https://registry.npmjs.org/@oclif/screen/-/screen-1.0.4.tgz"

"@salesforce/dev-config@^2.1.2", "@salesforce/dev-config@^2.1.3":
"@salesforce/dev-config@^2.1.3":
version "2.1.3"
resolved "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-2.1.3.tgz#77fa29be9e1df2c5919c36d55b2fef9c9be27c46"
integrity sha512-J6NRMfwzgbKgo6/mO0ZhPxDKVNhoEd044vCTAxWLVJA5Ld7mB+/Sx6oosW89FvIkl0098LyfIMmwRDu/zcZd9g==
Expand Down

0 comments on commit 18a891a

Please sign in to comment.