Skip to content

Commit

Permalink
deploy 3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Jun 19, 2024
1 parent 0c3ba14 commit 04fbd9d
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "3.11.2",
"version": "3.11.3",
"packageManager": "[email protected]",
"scripts": {
"build": "echo Building... && yarn clean && yarn compile",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.2",
"version": "3.11.3",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-flat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.2",
"version": "3.11.3",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.2",
"version": "3.11.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.2",
"version": "3.11.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.2",
"version": "3.11.3",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-scripts-react-yarn3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@
"package-recompile": "tsup && publint ."
},
"sideEffects": false,
"version": "3.11.2",
"version": "3.11.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/ts-scripts-yarn3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@
"package-clean": "echo Not cleaning..."
},
"sideEffects": false,
"version": "3.11.2",
"version": "3.11.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/ts-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
"package-compile": "tsup && publint"
},
"sideEffects": false,
"version": "3.11.2",
"version": "3.11.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-dom-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.2",
"version": "3.11.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.2",
"version": "3.11.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.2",
"version": "3.11.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.2",
"version": "3.11.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.2",
"version": "3.11.3",
"type": "commonjs"
}

0 comments on commit 04fbd9d

Please sign in to comment.