File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5353 NPM_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
5454 NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
5555 run : |
56- npx lerna publish --loglevel=verbose -- yes --canary --dist-tag=alpha.${GITHUB_SHA:0:6} --preid=alpha.${GITHUB_SHA:0:6}
56+ npx lerna publish --yes --canary --dist-tag=alpha.${GITHUB_SHA:0:6} --preid=alpha.${GITHUB_SHA:0:6}
5757
5858 - name : Publish
5959 # Only publish the non-alpha version on main
Original file line number Diff line number Diff line change 6969 "@types/react" : " ^16.9" ,
7070 "@types/react-dom" : " ^16.9" ,
7171 "@types/stylis" : " ^4.0.0" ,
72- "@typescript-eslint/eslint-plugin" : " ^8.31.1 " ,
73- "@typescript-eslint/parser" : " ^8.31.1 " ,
72+ "@typescript-eslint/eslint-plugin" : " ^8.31.0 " ,
73+ "@typescript-eslint/parser" : " ^8.31.0 " ,
7474 "babel-jest" : " 29.6.4" ,
7575 "babel-plugin-macros" : " 3.1.0" ,
7676 "babel-preset-codecademy" : " 2.3.0" ,
Original file line number Diff line number Diff line change 2323 "eslint" : " ^8.11.0"
2424 },
2525 "dependencies" : {
26- "@typescript-eslint/eslint-plugin" : " ^8.31.1 " ,
27- "@typescript-eslint/parser" : " ^8.31.1 " ,
26+ "@typescript-eslint/eslint-plugin" : " ^8.31.0 " ,
27+ "@typescript-eslint/parser" : " ^8.31.0 " ,
2828 "eslint-config-prettier" : " ^10.1.2" ,
2929 "eslint-mdx" : " ^3.4.1" ,
3030 "eslint-plugin-jest" : " ^28.11.0" ,
Original file line number Diff line number Diff line change 26752675 dependencies:
26762676 "@types/yargs-parser" "*"
26772677
2678- "@typescript-eslint/eslint-plugin@^8.31.1 ":
2678+ "@typescript-eslint/eslint-plugin@^8.31.0 ":
26792679 version "8.31.1"
26802680 resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a"
26812681 integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ==
27092709 eslint-scope "^5.1.1"
27102710 eslint-utils "^3.0.0"
27112711
2712- "@typescript-eslint/parser@^8.31.1 ":
2712+ "@typescript-eslint/parser@^8.31.0 ":
27132713 version "8.31.1"
27142714 resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b"
27152715 integrity sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q==
You can’t perform that action at this time.
0 commit comments