-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #846 from ideafast/dependabot/npm_and_yarn/develop…
…/eslint-plugin-jest-27.6.0 chore(deps-dev): bump eslint-plugin-jest from 27.4.2 to 27.6.0
- Loading branch information
Showing
2 changed files
with
55 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
{ | ||
"name": "@ideafast/idgen", | ||
"version": "0.2.0", | ||
"description": "ID generators for the IDEAFast study", | ||
"main": "./dist/lib.umd.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"repository": "https://github.com/ideafast/ideafast-idgen.git", | ||
"author": "Florian Guitton <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ideafast", | ||
"id", | ||
"generator" | ||
], | ||
"scripts": { | ||
"test": "jest --coverage", | ||
"test:mutation": "stryker run ./config/stryker.config.js", | ||
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./config ./src", | ||
"build": "tsc -p . && webpack --config ./config/webpack.config.js", | ||
"start": "webpack --config ./config/webpack.config.js --progress --color --watch", | ||
"prepare": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.23.2", | ||
"@babel/preset-env": "7.23.2", | ||
"@babel/preset-typescript": "7.23.2", | ||
"@stryker-mutator/core": "7.3.0", | ||
"@stryker-mutator/jest-runner": "7.3.0", | ||
"@types/jest": "29.5.6", | ||
"@typescript-eslint/eslint-plugin": "6.8.0", | ||
"@typescript-eslint/parser": "6.8.0", | ||
"babel-loader": "9.1.3", | ||
"babel-plugin-add-module-exports": "1.0.4", | ||
"babel-plugin-rewire-ts": "1.4.0", | ||
"eslint": "8.51.0", | ||
"eslint-plugin-jest": "27.4.2", | ||
"jest": "29.7.0", | ||
"rimraf": "5.0.5", | ||
"terser-webpack-plugin": "5.3.9", | ||
"typescript": "5.2.2", | ||
"webpack": "5.89.0", | ||
"webpack-cli": "5.1.4" | ||
}, | ||
"babel": { | ||
"extends": "./config/babel.config.js" | ||
}, | ||
"eslintConfig": { | ||
"extends": "./config/eslint.config.js" | ||
} | ||
{ | ||
"name": "@ideafast/idgen", | ||
"version": "0.2.0", | ||
"description": "ID generators for the IDEAFast study", | ||
"main": "./dist/lib.umd.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"repository": "https://github.com/ideafast/ideafast-idgen.git", | ||
"author": "Florian Guitton <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ideafast", | ||
"id", | ||
"generator" | ||
], | ||
"scripts": { | ||
"test": "jest --coverage", | ||
"test:mutation": "stryker run ./config/stryker.config.js", | ||
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./config ./src", | ||
"build": "tsc -p . && webpack --config ./config/webpack.config.js", | ||
"start": "webpack --config ./config/webpack.config.js --progress --color --watch", | ||
"prepare": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.23.2", | ||
"@babel/preset-env": "7.23.2", | ||
"@babel/preset-typescript": "7.23.2", | ||
"@stryker-mutator/core": "7.3.0", | ||
"@stryker-mutator/jest-runner": "7.3.0", | ||
"@types/jest": "29.5.6", | ||
"@typescript-eslint/eslint-plugin": "6.8.0", | ||
"@typescript-eslint/parser": "6.8.0", | ||
"babel-loader": "9.1.3", | ||
"babel-plugin-add-module-exports": "1.0.4", | ||
"babel-plugin-rewire-ts": "1.4.0", | ||
"eslint": "8.51.0", | ||
"eslint-plugin-jest": "27.6.0", | ||
"jest": "29.7.0", | ||
"rimraf": "5.0.5", | ||
"terser-webpack-plugin": "5.3.9", | ||
"typescript": "5.2.2", | ||
"webpack": "5.89.0", | ||
"webpack-cli": "5.1.4" | ||
}, | ||
"babel": { | ||
"extends": "./config/babel.config.js" | ||
}, | ||
"eslintConfig": { | ||
"extends": "./config/eslint.config.js" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters