Skip to content

Commit

Permalink
build(dependabot): bump just-scripts from 2.2.1 to 2.3.2 (#37)
Browse files Browse the repository at this point in the history
* build(dependabot): bump just-scripts from 2.2.1 to 2.3.2

Bumps [just-scripts](https://github.com/microsoft/just) from 2.2.1 to 2.3.2.
- [Commits](microsoft/just@just-scripts_v2.2.1...just-scripts_v2.3.2)

---
updated-dependencies:
- dependency-name: just-scripts
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Change files

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raphael Landaverde <[email protected]>
  • Loading branch information
dependabot[bot] and rlandav authored Nov 25, 2024
1 parent 1734b74 commit eff131b
Show file tree
Hide file tree
Showing 7 changed files with 236 additions and 383 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "build(dependabot): bump just-scripts from 2.2.1 to 2.3.2",
"packageName": "@minecraft/core-build-tasks",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "build(dependabot): bump just-scripts from 2.2.1 to 2.3.2",
"packageName": "@minecraft/math",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "build(dependabot): bump just-scripts from 2.2.1 to 2.3.2",
"packageName": "eslint-plugin-minecraft-linting",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion libraries/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@minecraft/server": "^1.6.0",
"@minecraft/core-build-tasks": "*",
"@minecraft/tsconfig": "*",
"just-scripts": "^2.2.1",
"just-scripts": "^2.3.2",
"prettier": "^2.8.2",
"vitest": "^0.34.6"
}
Expand Down
592 changes: 212 additions & 380 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/core-build-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@microsoft/api-extractor": "^7.38.3",
"esbuild": "^0.20.1",
"dotenv": "^16.0.2",
"just-scripts": "^2.2.1",
"just-scripts": "^2.3.2",
"prettier": "^2.8.2",
"rimraf": "^3.0.2",
"vitest": "^0.34.6",
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-plugin-minecraft-linting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@minecraft/core-build-tasks": "*",
"@types/node": "^20.0.0",
"just-scripts": "^2.2.1",
"just-scripts": "^2.3.2",
"tsconfig": "*"
},
"dependencies": {
Expand Down

0 comments on commit eff131b

Please sign in to comment.