Skip to content

Commit

Permalink
chore: use @1stg/common-config instead
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 5, 2023
1 parent 35ef881 commit 34c3039
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"vercel-build": "yarn build"
},
"devDependencies": {
"@1stg/lib-config": "^11.0.0",
"@1stg/common-config": "^8.0.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@types/cross-spawn": "^6.0.2",
Expand Down
16 changes: 4 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@
eslint-plugin-vue "^9.10.0"
eslint-plugin-yml "^1.5.0"

"@1stg/lib-config@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@1stg/lib-config/-/lib-config-11.0.0.tgz#1f4db41a4d1b0c71a87873a462b35ff209c99184"
integrity sha512-cZVY4BSv8+PAzIEL+MuMFkmy88to4Xgd+jyc305yQGuNK4LS2DKt9utW4/iFLTkYKrs6DUCSUrIEFBMD97Gjww==
dependencies:
"@1stg/common-config" "^8.0.0"
"@pkgr/rollup" "^3.2.1"

"@1stg/lint-staged@^3.4.1":
version "3.4.1"
resolved "https://registry.yarnpkg.com/@1stg/lint-staged/-/lint-staged-3.4.1.tgz#082aa436f75d57efff97cc5e990c679310b3065d"
Expand Down Expand Up @@ -392,11 +384,11 @@
"@babel/types" "^7.21.0"

"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.44", "@babel/helper-module-imports@^7.18.6":
version "7.18.6"
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
version "7.21.4"
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af"
integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==
dependencies:
"@babel/types" "^7.18.6"
"@babel/types" "^7.21.4"

"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2":
version "7.21.2"
Expand Down

0 comments on commit 34c3039

Please sign in to comment.