diff --git a/package-lock.json b/package-lock.json index 522dd43..0e570a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,12 +6,12 @@ "": { "name": "readme-demo-plugin", "dependencies": { - "@project-gauntlet/api": "0.6.0", - "@project-gauntlet/deno": "0.6.0", + "@project-gauntlet/api": "0.9.0", + "@project-gauntlet/deno": "0.9.0", "gameoflife.js": "^1.0.4" }, "devDependencies": { - "@project-gauntlet/tools": "0.6.0", + "@project-gauntlet/tools": "0.7.0", "@types/react": "^18.2.48", "typescript": "^5.3.3" } @@ -115,19 +115,19 @@ } }, "node_modules/@project-gauntlet/api": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@project-gauntlet/api/-/api-0.6.0.tgz", - "integrity": "sha512-6ZC1fjvsc2pwTic9DH0peTikCSpf7om6++8eKeDM5L/5ees/0CdnbHkmtrdJiUUUYYWcnSwit9iGFvEVEhRIRQ==" + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@project-gauntlet/api/-/api-0.9.0.tgz", + "integrity": "sha512-vWybZSslYxbHXNcCG3Ht2bEPcB5HuqAlVIM5QQj2nKNlOqvgSa4PHRXQGavVXmc+S3v8rB+VkWKQ1iPjnsf03Q==" }, "node_modules/@project-gauntlet/deno": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@project-gauntlet/deno/-/deno-0.6.0.tgz", - "integrity": "sha512-ur8SHeRkVPS4LciLocWfY9FpzVGzWzX+ttoKDYkitcUep13AiyzMWpXYTN2OnpI8PJOhQosbfLeNaTE6O65nmQ==" + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@project-gauntlet/deno/-/deno-0.9.0.tgz", + "integrity": "sha512-7HO+lOZ9D+5qdQJqhlVEwNSppSM6o8j1k5stNFL1HNxX4uSeBDE5OEFNgnCgeZOgtim/0+d+7YJ+005Khgyt8Q==" }, "node_modules/@project-gauntlet/tools": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@project-gauntlet/tools/-/tools-0.6.0.tgz", - "integrity": "sha512-bspEgzIEt22GtbsCd3GULXOdH3BnqajfwNa1NEGYp2FpKkNj2HBspJX2nen2HOzf2iFJ0PJB7PWKKeL/ccCD2Q==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@project-gauntlet/tools/-/tools-0.7.0.tgz", + "integrity": "sha512-yIjNRo16XW71WL4uLG6HFWL2jVQvGTa6SVctykPPYO51UXx/m2w37KkPqpE9iLyS1d2gNJ5PPYblxAuhCCkl/A==", "dev": true, "dependencies": { "@grpc/grpc-js": "^1.11.1", diff --git a/package.json b/package.json index 145981f..e1698a9 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,12 @@ "dev": "gauntlet dev" }, "dependencies": { - "@project-gauntlet/api": "0.6.0", - "@project-gauntlet/deno": "0.6.0", + "@project-gauntlet/api": "0.9.0", + "@project-gauntlet/deno": "0.9.0", "gameoflife.js": "^1.0.4" }, "devDependencies": { - "@project-gauntlet/tools": "0.6.0", + "@project-gauntlet/tools": "0.7.0", "@types/react": "^18.2.48", "typescript": "^5.3.3" }