Skip to content

Commit

Permalink
chore: upgrade to ejs 3.1.10 (#2786)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Ingersoll <kingersoll@gmail.com>
  • Loading branch information
yonadaaa and holic committed May 2, 2024
1 parent 3212f44 commit 4e4e910
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 28 deletions.
7 changes: 7 additions & 0 deletions .changeset/dirty-ears-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@latticexyz/world-modules": patch
"@latticexyz/store": patch
"@latticexyz/cli": patch
---

Removed the unused `ejs` dependency.
5 changes: 5 additions & 0 deletions .changeset/heavy-toes-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@latticexyz/world": patch
---

Upgraded the `ejs` dependency to 3.1.10.
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"chokidar": "^3.5.3",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"ethers": "^5.7.2",
"execa": "^7.0.0",
"glob": "^8.0.3",
Expand Down
1 change: 0 additions & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"@types/mocha": "^9.1.1",
"@types/node": "^18.15.11",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"ejs": "^3.1.8",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"solhint": "^3.3.7",
"tsup": "^6.7.0",
Expand Down
1 change: 0 additions & 1 deletion packages/world-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@types/mocha": "^9.1.1",
"@types/node": "^18.15.11",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"ejs": "^3.1.8",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"glob": "^8.0.3",
"solhint": "^3.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/mocha": "^9.1.1",
"@types/node": "^18.15.11",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"ejs": "^3.1.8",
"ejs": "^3.1.10",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"glob": "^8.0.3",
"solhint": "^3.3.7",
Expand Down
41 changes: 18 additions & 23 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion templates/phaser/packages/art/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/ejs": "^3.1.1",
"@types/glob": "^7.2.0",
"@types/node": "^18.0.3",
"ejs": "^3.1.8",
"ejs": "^3.1.10",
"free-tex-packer-cli": "^0.3.0",
"free-tex-packer-core": "^0.3.4",
"glob": "^8.0.3",
Expand Down

0 comments on commit 4e4e910

Please sign in to comment.