1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 02:42:13 +00:00

Upgrade Jest to 27 (#43)

* test

Signed-off-by: Avior <github@avior.me>

* Fixed

Signed-off-by: Avior <github@avior.me>

* Fix

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2021-09-29 11:49:41 +02:00 committed by GitHub
parent 0ea5c6ad14
commit 7ce7daf751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 1122 additions and 5612 deletions

View File

@ -30,7 +30,7 @@ jobs:
run: npm -g install npm
- name: Install packages
run: npm i --workspaces
run: npm i && npm i --workspaces
- name: Build packages
run: npm run build --workspaces --if-present

6685
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,5 +11,12 @@
"packages/queue",
"packages/url-manager"
],
"license": "MIT"
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.2.3",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}

View File

@ -11,8 +11,7 @@
},
"devDependencies": {
"@types/node": "^16.10.1",
"next": "^11.1.2",
"typescript": "^4.3.5"
"next": "^11.1.2"
},
"peerDependencies": {
"@typescript-eslint/parser": "^4.28.2",

View File

@ -12,9 +12,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"devDependencies": {
"parcel": "1.12.3",
"ts-node": "^10.2.1",
"typescript": "^4.0.3"
"parcel": "1.12.3"
},
"scripts": {
"prepublishOnly": "yarn build",

View File

@ -12,13 +12,6 @@
"license": "MIT",
"main": "./dist/Sitemap.js",
"types": "./dist/Sitemap.d.ts",
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"ts-node": "^10.2.1",
"typescript": "^4.0.2"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc",

View File

@ -11,9 +11,6 @@
"license": "MIT",
"main": "./dist/Listener.js",
"types": "./dist/Listener.d.ts",
"devDependencies": {
"typescript": "^4.0.3"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc"

View File

@ -18,8 +18,7 @@
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.4.0",
"parcel": "1.12.3",
"typescript": "^4.0.3"
"parcel": "1.12.3"
},
"scripts": {
"prepublishOnly": "npm run build",

View File

@ -15,12 +15,7 @@
"types": "./dist/types/ObjectUtil.d.ts",
"sideEffects": false,
"devDependencies": {
"@types/jest": "^27.0.0",
"esbuild": "^0.13.2",
"jest": "^27.0.0",
"ts-jest": "^27.0.0",
"ts-node": "^10.2.1",
"typescript": "^4.0.2"
"esbuild": "^0.13.2"
},
"scripts": {
"prepublishOnly": "npm run build",

View File

@ -11,9 +11,6 @@
"license": "MIT",
"main": "./dist/Queue.js",
"types": "./dist/Queue.d.ts",
"devDependencies": {
"typescript": "^4.0.3"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc"

View File

@ -22,13 +22,7 @@
"serializer"
],
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/jest": "^26.0.10",
"esbuild": "^0.13.2",
"jest": "^26.4.2",
"ts-jest": "^26.4.4",
"ts-node": "^10.2.1",
"typescript": "^4.0.2"
"esbuild": "^0.13.2"
},
"scripts": {
"prepublishOnly": "npm run build",