update deps

This commit is contained in:
Niccolo Borgioli 2023-04-25 00:06:36 +02:00
parent 1ab82a78fe
commit 2d23b95605
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
5 changed files with 437 additions and 415 deletions

View File

@ -1,9 +1,9 @@
name: "Publish to NPM"
name: 'Publish to NPM'
on:
push:
tags:
- "v*"
- 'v*'
jobs:
build:
@ -16,13 +16,13 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: "https://registry.npmjs.org"
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Install dependencies
run: pnpm install

View File

@ -1,4 +1,4 @@
name: "Run Tests"
name: 'Run Tests'
on:
pull_request:
@ -17,12 +17,12 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Install dependencies
run: pnpm install

1
.npmrc
View File

@ -1 +0,0 @@
engine-strict=true

View File

@ -13,7 +13,7 @@
"node": ">=16",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": "7"
"pnpm": ">=8"
},
"type": "module",
"types": "./dist/index.d.ts",
@ -41,15 +41,15 @@
},
"devDependencies": {
"@endyjasmi/karma-playwright-launcher": "^0.0.4",
"@types/node": "^16.18.11",
"@types/node": "^16.18.24",
"chai": "^4.3.7",
"karma": "^6.4.1",
"karma": "^6.4.2",
"karma-mocha": "^2.0.1",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"playwright": "^1.29.2",
"typedoc": "^0.23.24",
"typescript": "^4.9.4"
"playwright": "^1.32.3",
"typedoc": "^0.24.6",
"typescript": "^5.0.4"
},
"repository": {
"type": "git",

File diff suppressed because it is too large Load Diff