Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.6.2 to 5.7.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 010514f commit 7b40f29
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 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.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.7.2",
"webpack": "5.95.0",
"webpack-cli": "5.1.4"
},
"resolutions": {
"**/glob": "^9"
},
"babel": {
"extends": "./config/babel.config.js"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4604,10 +4604,10 @@ typed-rest-client@~2.0.2:
tunnel "0.0.6"
underscore "^1.12.1"

typescript@5.6.2:
version "5.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
typescript@5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==

underscore@^1.12.1:
version "1.13.7"
Expand Down

0 comments on commit 7b40f29

Please sign in to comment.