diff --git a/packages/audit/package.json b/packages/audit/package.json index f44a9053..2a803014 100644 --- a/packages/audit/package.json +++ b/packages/audit/package.json @@ -3,7 +3,7 @@ "description": "Audit util for easy integration with auditjs", "license": "MIT", "author": "TableCheck Inc.", - "version": "1.0.0", + "version": "2.0.0", "type": "module", "exports": { ".": { @@ -27,7 +27,7 @@ }, "dependencies": { "@clack/prompts": "^0.6.3", - "@tablecheck/frontend-utils": "^2.0.0", + "@tablecheck/frontend-utils": "^3.0.0", "@turingpointde/cvss.js": "^1.4.7", "chalk": "^4.1.2", "execa": "7.1.1", diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index c60c802f..6e2c1df2 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "1.2.0", + "version": "2.0.0", "exports": { ".": "./index.js", "./formatters/junit": "./formatters/junit.js" diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 872a380e..328cdd31 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "1.8.2", + "version": "2.0.0", "exports": { ".": { "types": "./dist/index.d.ts", @@ -28,7 +28,7 @@ "@emotion/eslint-plugin": "^11.11.0", "@nx/eslint-plugin": "^16.5.0", "@tablecheck/eslint-plugin": "^1.2.2", - "@tablecheck/frontend-utils": "^2.0.0", + "@tablecheck/frontend-utils": "^3.0.0", "@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/parser": "^6.2.0", "eslint-config-airbnb": "^19.0.4", diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 0e94ff5a..798083c7 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "1.2.2", + "version": "2.0.0", "exports": { ".": { "default": "./dist/index.js" @@ -22,7 +22,7 @@ "build": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@tablecheck/frontend-utils": "^2.0.0", + "@tablecheck/frontend-utils": "^3.0.0", "eslint-module-utils": "2.8.0" }, "peerDependencies": { diff --git a/packages/nx/package.json b/packages/nx/package.json index 18d1320c..ed684d5c 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,6 +1,6 @@ { "name": "@tablecheck/nx", - "version": "1.0.0", + "version": "2.0.0", "type": "commonjs", "exports": { ".": { @@ -25,7 +25,7 @@ "dependencies": { "@nx/devkit": "^16", "@nx/linter": "^16", - "@tablecheck/frontend-utils": "^2.0.0", + "@tablecheck/frontend-utils": "^3.0.0", "chalk": "^4.1.2", "flat": "5.0.2", "fs-extra": "11.1.1", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index b2a0c72f..51df964e 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "1.0.0", + "version": "2.0.0", "main": "./config.json", "peerDependencies": { "prettier": "^3" diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index 6bef31f4..bc552427 100644 --- a/packages/semantic-release-config/package.json +++ b/packages/semantic-release-config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "2.5.0", + "version": "3.0.0", "main": "index.js", "files": [ "with-npm-publish/package.json", diff --git a/packages/utils/package.json b/packages/utils/package.json index 32742346..cc35e802 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -3,7 +3,7 @@ "description": "Generic utils shared inside @tablecheck packages", "license": "MIT", "author": "TableCheck Inc.", - "version": "2.0.0", + "version": "3.0.0", "type": "commonjs", "exports": { ".": {