Merge branch 'main' into renovate/stylelint-16.x

This commit is contained in:
Nathan Bierema 2024-01-01 15:20:24 -05:00 committed by GitHub
commit 887012a1d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View File

@ -40,19 +40,19 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Archive Chrome Extension - name: Archive Chrome Extension
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: chrome name: chrome
path: extension/chrome/dist path: extension/chrome/dist
- name: Archive Edge Extension - name: Archive Edge Extension
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: edge name: edge
path: extension/edge/dist path: extension/edge/dist
- name: Archive Firefox Extension - name: Archive Firefox Extension
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: firefox name: firefox
path: extension/firefox/dist path: extension/firefox/dist

View File

@ -81,7 +81,7 @@
"@types/socketcluster-client": "^16.0.3", "@types/socketcluster-client": "^16.0.3",
"@types/socketcluster-server": "^17.3.3", "@types/socketcluster-server": "^17.3.3",
"@types/styled-components": "^5.1.34", "@types/styled-components": "^5.1.34",
"@types/supertest": "^2.0.16", "@types/supertest": "^6.0.2",
"@types/uuid": "^9.0.7", "@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0", "@typescript-eslint/parser": "^6.15.0",

View File

@ -1412,8 +1412,8 @@ importers:
specifier: ^5.1.34 specifier: ^5.1.34
version: 5.1.34 version: 5.1.34
'@types/supertest': '@types/supertest':
specifier: ^2.0.16 specifier: ^6.0.2
version: 2.0.16 version: 6.0.2
'@types/uuid': '@types/uuid':
specifier: ^9.0.7 specifier: ^9.0.7
version: 9.0.7 version: 9.0.7
@ -10551,9 +10551,10 @@ packages:
'@types/node': 20.10.5 '@types/node': 20.10.5
dev: true dev: true
/@types/supertest@2.0.16: /@types/supertest@6.0.2:
resolution: {integrity: sha512-6c2ogktZ06tr2ENoZivgm7YnprnhYE4ZoXGMY+oA7IuAf17M8FWvujXZGmxLv8y0PTyts4x5A+erSwVUFA8XSg==} resolution: {integrity: sha512-137ypx2lk/wTQbW6An6safu9hXmajAifU/s7szAHLN/FeIm5w7yR0Wkl9fdJMRSHwOn4HLAI0DaB2TOORuhPDg==}
dependencies: dependencies:
'@types/methods': 1.1.4
'@types/superagent': 8.1.1 '@types/superagent': 8.1.1
dev: true dev: true