Skip to content

Commit

Permalink
chore(deps-dev): bump @babel/preset-typescript from 7.24.7 to 7.25.7
Browse files Browse the repository at this point in the history
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.24.7 to 7.25.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-preset-typescript)

---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 010514f commit c236ddc
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 86 deletions.
106 changes: 53 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "@ideafast/idgen",
"version": "0.2.1",
"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 ./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.25.2",
"@babel/preset-env": "7.25.4",
"@babel/preset-typescript": "7.24.7",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@stryker-mutator/core": "8.5.0",
"@stryker-mutator/jest-runner": "8.5.0",
"@types/jest": "29.5.13",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"babel-loader": "9.2.1",
"babel-plugin-add-module-exports": "1.0.4",
"babel-plugin-rewire-ts": "1.4.0",
"eslint": "9.11.1",
"eslint-plugin-jest": "28.8.3",
"globals": "^15.9.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"terser-webpack-plugin": "5.3.10",
"typescript": "5.6.2",
"webpack": "5.95.0",
"webpack-cli": "5.1.4"
},
"resolutions": {
"**/glob": "^9"
},
"babel": {
"extends": "./config/babel.config.js"
}
{
"name": "@ideafast/idgen",
"version": "0.2.1",
"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 ./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.25.2",
"@babel/preset-env": "7.25.4",
"@babel/preset-typescript": "7.25.7",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@stryker-mutator/core": "8.5.0",
"@stryker-mutator/jest-runner": "8.5.0",
"@types/jest": "29.5.13",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"babel-loader": "9.2.1",
"babel-plugin-add-module-exports": "1.0.4",
"babel-plugin-rewire-ts": "1.4.0",
"eslint": "9.11.1",
"eslint-plugin-jest": "28.8.3",
"globals": "^15.9.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"terser-webpack-plugin": "5.3.10",
"typescript": "5.6.2",
"webpack": "5.95.0",
"webpack-cli": "5.1.4"
},
"resolutions": {
"**/glob": "^9"
},
"babel": {
"extends": "./config/babel.config.js"
}
}
Loading

0 comments on commit c236ddc

Please sign in to comment.