skittles 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -167,7 +167,7 @@ function buildPackageJson(projectName) {
167
167
  chai: "^5.1.2",
168
168
  ethers: "^6.16.0",
169
169
  hardhat: "^3.0.0",
170
- mocha: "^10.0.0",
170
+ mocha: "^11.0.0",
171
171
  "@types/mocha": "^10.0.0",
172
172
  },
173
173
  engines: {
@@ -199,7 +199,7 @@ export async function initCommand(projectRoot) {
199
199
  chai: "^5.1.2",
200
200
  ethers: "^6.16.0",
201
201
  hardhat: "^3.0.0",
202
- mocha: "^10.0.0",
202
+ mocha: "^11.0.0",
203
203
  "@types/mocha": "^10.0.0",
204
204
  };
205
205
  for (const [dep, version] of Object.entries(requiredDevDeps)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skittles",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "TypeScript to Solidity to EVM bytecode compiler",
5
5
  "type": "module",
6
6
  "main": "./dist/exports.js",