Skip to content

Commit

Permalink
fix: hack the package.json versions to be correct
Browse files Browse the repository at this point in the history
Last version release failed to update the package.json files
  • Loading branch information
SimeonC committed Oct 10, 2023
1 parent 580a1a8 commit 1b858ea
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
".": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "[email protected]:tablecheck/frontend.git"
},
"version": "1.2.0",
"version": "2.0.0",
"exports": {
".": "./index.js",
"./formatters/junit": "./formatters/junit.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "[email protected]:tablecheck/frontend.git"
},
"version": "1.8.2",
"version": "2.0.0",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "[email protected]:tablecheck/frontend.git"
},
"version": "1.2.2",
"version": "2.0.0",
"exports": {
".": {
"default": "./dist/index.js"
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tablecheck/nx",
"version": "1.0.0",
"version": "2.0.0",
"type": "commonjs",
"exports": {
".": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "[email protected]:tablecheck/frontend.git"
},
"version": "1.0.0",
"version": "2.0.0",
"main": "./config.json",
"peerDependencies": {
"prettier": "^3"
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "[email protected]:tablecheck/frontend.git"
},
"version": "2.5.0",
"version": "3.0.0",
"main": "index.js",
"files": [
"with-npm-publish/package.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
".": {
Expand Down

0 comments on commit 1b858ea

Please sign in to comment.