Skip to content

Commit 1a7798a

Browse files
committed
sort pkgs
1 parent bd44ed1 commit 1a7798a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/actions/yarn/action.yml

100755100644
File mode changed.

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
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",

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
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",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2675,7 +2675,7 @@
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==
@@ -2709,7 +2709,7 @@
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==

0 commit comments

Comments
 (0)