messages-modules
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "messages-modules", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Messages (localized strings) that are scoped locally.", | ||
@@ -50,6 +50,8 @@ "keywords": [ | ||
"scripts": { | ||
"build": "npm run prettier && npm run lint-fix && rm -Rf ./lib && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json && tsc -p tsconfig.build-scripts.json && node lib/build-scripts/build.js && npm run test", | ||
"build": "npm run check-nvm-node-version && npm run prettier-write && npm run eslint-fix && rm -Rf ./lib && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json && tsc -p src/build-scripts/tsconfig.json && node lib/build-scripts/build.js && npm run test", | ||
"check-nvm-node-version": "check-node-version --node $(node -p \"'>=' + require('fs').readFileSync('.nvmrc', 'utf-8').trim()\")", | ||
"depcheck": "depcheck", | ||
"lint-fix": "eslint --fix .", | ||
"prettier": "prettier --write .", | ||
"eslint-fix": "eslint --fix", | ||
"prepare": "husky", | ||
"prettier-write": "prettier --write .", | ||
"release": "dotenv -- release-it --only-version", | ||
@@ -59,25 +61,26 @@ "test": "jest --coverage" | ||
"dependencies": { | ||
"properties-file": "3.5.7" | ||
"properties-file": "3.5.9" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "7.25.6", | ||
"@babel/core": "7.25.2", | ||
"@babel/template": "^7.25.0", | ||
"@babel/types": "^7.25.6", | ||
"@eslint/js": "^9.9.1", | ||
"@release-it/conventional-changelog": "8.0.1", | ||
"@babel/cli": "7.25.7", | ||
"@babel/core": "7.25.7", | ||
"@babel/template": "^7.25.7", | ||
"@babel/types": "^7.25.7", | ||
"@eslint/js": "^9.12.0", | ||
"@release-it/conventional-changelog": "8.0.2", | ||
"@types/babel__core": "7.20.5", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "^22.5.2", | ||
"@typescript-eslint/eslint-plugin": "8.3.0", | ||
"@typescript-eslint/parser": "8.3.0", | ||
"@types/jest": "29.5.13", | ||
"@types/node": "^22.7.4", | ||
"@typescript-eslint/eslint-plugin": "8.8.0", | ||
"@typescript-eslint/parser": "8.8.0", | ||
"check-node-version": "^4.2.1", | ||
"depcheck": "^1.4.7", | ||
"dotenv-cli": "7.4.2", | ||
"eslint": "9.9.1", | ||
"eslint": "9.12.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-import-resolver-node": "0.3.9", | ||
"eslint-import-resolver-typescript": "3.6.3", | ||
"eslint-plugin-import-x": "^4.1.1", | ||
"eslint-plugin-jest": "28.8.1", | ||
"eslint-plugin-jsdoc": "^50.2.2", | ||
"eslint-plugin-import-x": "^4.3.1", | ||
"eslint-plugin-jest": "28.8.3", | ||
"eslint-plugin-jsdoc": "^50.3.1", | ||
"eslint-plugin-json-files": "4.4.1", | ||
@@ -87,13 +90,14 @@ "eslint-plugin-prefer-arrow-functions": "3.4.1", | ||
"eslint-plugin-tsdoc": "0.3.0", | ||
"eslint-plugin-unicorn": "55.0.0", | ||
"globals": "^15.9.0", | ||
"eslint-plugin-unicorn": "56.0.0", | ||
"globals": "^15.10.0", | ||
"husky": "^9.1.6", | ||
"jest": "29.7.0", | ||
"jsonc-eslint-parser": "^2.4.0", | ||
"prettier": "3.3.3", | ||
"prettier-plugin-organize-imports": "4.0.0", | ||
"prettier-plugin-organize-imports": "4.1.0", | ||
"prettier-plugin-sh": "0.14.0", | ||
"release-it": "17.6.0", | ||
"terser": "^5.31.6", | ||
"release-it": "17.7.0", | ||
"terser": "^5.34.1", | ||
"ts-jest": "29.2.5", | ||
"typescript": "5.5.4" | ||
"typescript": "5.6.2" | ||
}, | ||
@@ -100,0 +104,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28371
37
+ Addedproperties-file@3.5.9(transitive)
- Removedproperties-file@3.5.7(transitive)
Updatedproperties-file@3.5.9