Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jun 11, 2024
1 parent 2332628 commit 124aa30
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
".",
"packages/*"
],
"version": "1.0.0"
"version": "1.0.1"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"devDependencies": {
"@lerna-lite/cli": "latest",
"@lerna-lite/publish": "latest",
"@tsslint/config": "1.0.0",
"@tsslint/config": "1.0.1",
"@types/node": "latest",
"typescript": "latest"
},
"version": "1.0.0",
"version": "1.0.1",
"packageManager": "[email protected]+sha1.4a6f863625170af87d027789f72662e0601ecb57"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsslint/cli",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"bin": {
"tsslint": "./bin/tsslint.js"
Expand All @@ -16,8 +16,8 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@tsslint/config": "1.0.0",
"@tsslint/core": "1.0.0",
"@tsslint/config": "1.0.1",
"@tsslint/core": "1.0.1",
"glob": "^10.4.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsslint/config",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"files": [
"**/*.js",
Expand All @@ -12,7 +12,7 @@
"directory": "packages/config"
},
"dependencies": {
"@tsslint/types": "1.0.0",
"@tsslint/types": "1.0.1",
"esbuild": "^0.21.4"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsslint/core",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"files": [
"**/*.js",
Expand All @@ -16,6 +16,6 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@tsslint/config": "1.0.0"
"@tsslint/config": "1.0.1"
}
}
8 changes: 4 additions & 4 deletions packages/tsl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsl",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"bin": {
"tsl": "./bin/tsl.js"
Expand All @@ -15,8 +15,8 @@
"directory": "packages/tsl"
},
"dependencies": {
"@tsslint/cli": "1.0.0",
"@tsslint/config": "1.0.0",
"@tsslint/core": "1.0.0"
"@tsslint/cli": "1.0.1",
"@tsslint/config": "1.0.1",
"@tsslint/core": "1.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsslint/types",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"files": [
"**/*.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/typescript-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsslint/typescript-plugin",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"files": [
"**/*.js",
Expand All @@ -12,9 +12,9 @@
"directory": "packages/typescript-plugin"
},
"dependencies": {
"@tsslint/core": "1.0.0"
"@tsslint/core": "1.0.1"
},
"devDependencies": {
"@tsslint/config": "1.0.0"
"@tsslint/config": "1.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "vscode-tsslint",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/johnsoncodehk/tsslint.git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"release": "vsce publish"
},
"devDependencies": {
"@tsslint/typescript-plugin": "1.0.0",
"@tsslint/typescript-plugin": "1.0.1",
"esbuild": "^0.21.4",
"vsce": "latest"
}
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 124aa30

Please sign in to comment.