Skip to content

Commit 60f7332

Browse files
committed
Lock pnpm and update dependencies
1 parent f361cbb commit 60f7332

3 files changed

Lines changed: 497 additions & 359 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v2
1818
with:
19-
version: latest
19+
version: 8
2020
- name: Install Node.js
2121
uses: actions/setup-node@v3
2222
with:

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
"./package.json": "./package.json"
3636
},
3737
"devDependencies": {
38-
"@logux/eslint-config": "^48.0.0",
39-
"clean-publish": "^4.0.1",
40-
"eslint": "^8.27.0",
38+
"@logux/eslint-config": "^49.0.0",
39+
"clean-publish": "^4.2.0",
40+
"eslint": "^8.40.0",
4141
"eslint-config-standard": "^17.0.0",
42-
"eslint-plugin-import": "^2.26.0",
43-
"eslint-plugin-n": "^15.5.1",
42+
"eslint-plugin-import": "^2.27.5",
43+
"eslint-plugin-n": "^15.7.0",
4444
"eslint-plugin-prefer-let": "^3.0.1",
4545
"eslint-plugin-promise": "^6.1.1",
46-
"postcss": "^8.4.19",
47-
"typescript": "^4.8.4",
46+
"postcss": "^8.4.23",
47+
"typescript": "^5.0.4",
4848
"uvu": "^0.5.6"
4949
},
5050
"eslintConfig": {

0 commit comments

Comments
 (0)