Skip to content

Commit

Permalink
deploy 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed May 10, 2024
1 parent 5981255 commit 6fa1720
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 29 deletions.
15 changes: 0 additions & 15 deletions .yarn/versions/bc96a010.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,7 +57,7 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "3.10.1",
"version": "3.10.2",
"packageManager": "yarn@4.2.2",
"scripts": {
"build": "echo Building... && yarn clean && yarn compile",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Expand Up @@ -79,7 +79,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.1",
"version": "3.10.2",
"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
Expand Up @@ -79,7 +79,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.1",
"version": "3.10.2",
"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
Expand Up @@ -64,6 +64,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.1",
"version": "3.10.2",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Expand Up @@ -65,6 +65,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.1",
"version": "3.10.2",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Expand Up @@ -80,7 +80,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.1",
"version": "3.10.2",
"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
Expand Up @@ -112,6 +112,6 @@
"package-recompile": "tsup && publint ."
},
"sideEffects": false,
"version": "3.10.1",
"version": "3.10.2",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/ts-scripts-yarn3/package.json
Expand Up @@ -170,6 +170,6 @@
"package-clean": "echo Not cleaning..."
},
"sideEffects": false,
"version": "3.10.1",
"version": "3.10.2",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/ts-scripts/package.json
Expand Up @@ -101,6 +101,6 @@
"package-compile": "tsup && publint"
},
"sideEffects": false,
"version": "3.10.1",
"version": "3.10.2",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-dom-jest/package.json
Expand Up @@ -40,6 +40,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.1",
"version": "3.10.2",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-dom/package.json
Expand Up @@ -35,6 +35,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.1",
"version": "3.10.2",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-jest/package.json
Expand Up @@ -44,6 +44,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.1",
"version": "3.10.2",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-react/package.json
Expand Up @@ -39,6 +39,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.1",
"version": "3.10.2",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Expand Up @@ -32,6 +32,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.1",
"version": "3.10.2",
"type": "commonjs"
}

0 comments on commit 6fa1720

Please sign in to comment.