diff --git a/package.json b/package.json index 5df38a5..2aeac8c 100644 --- a/package.json +++ b/package.json @@ -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 ", - "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 ", + "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" + } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 6949bf3..4d3d5c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"