diff --git a/apps/tutorial/package.json b/apps/tutorial/package.json index 263fcfe1d..f5160dc45 100644 --- a/apps/tutorial/package.json +++ b/apps/tutorial/package.json @@ -1,6 +1,6 @@ { "name": "@qni/tutorial", - "version": "0.0.85", + "version": "0.0.86", "description": "An interactive tutorial for @qni/www.", "author": "@yasuhito", "homepage": "https://github.com/qniapp/qni#readme", @@ -22,9 +22,9 @@ "url": "https://github.com/qniapp/qni/issues" }, "dependencies": { - "@qni/common": "^0.0.85", - "@qni/elements": "^0.0.85", - "@qni/simulator": "^0.0.85" + "@qni/common": "^0.0.86", + "@qni/elements": "^0.0.86", + "@qni/simulator": "^0.0.86" }, "eslintIgnore": [ "application.css", @@ -32,6 +32,5 @@ "application.js.map", "serviceworker.js", "serviceworker.js.map" - ], - "devDependencies": {} + ] } diff --git a/apps/www/package.json b/apps/www/package.json index c098ea13f..960eaf568 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -1,6 +1,6 @@ { "name": "@qni/www", - "version": "0.0.85", + "version": "0.0.86", "description": "Web service for @qni.", "author": "@yasuhito", "homepage": "https://github.com/qniapp/qni/tree/main/apps/www#readme", @@ -45,9 +45,9 @@ "prettier": "@github/prettier-config", "dependencies": { "@hotwired/stimulus": "^3.0.1", - "@qni/common": "^0.0.85", - "@qni/elements": "^0.0.85", - "@qni/simulator": "^0.0.85", + "@qni/common": "^0.0.86", + "@qni/elements": "^0.0.86", + "@qni/simulator": "^0.0.86", "@rails/ujs": "~7.0", "@svgdotjs/svg.filter.js": "^3.0.8", "@svgdotjs/svg.js": "^3.1.1", diff --git a/examples/elements-example/package.json b/examples/elements-example/package.json index 0e3c7976f..121b747aa 100644 --- a/examples/elements-example/package.json +++ b/examples/elements-example/package.json @@ -1,6 +1,6 @@ { "name": "@qni/elements-example", - "version": "0.0.85", + "version": "0.0.86", "description": "An example project for @qni/elements.", "author": "@yasuhito", "license": "MIT", @@ -12,8 +12,8 @@ "css:watch": "yarn build:css --watch" }, "dependencies": { - "@qni/elements": "^0.0.85", - "@qni/simulator": "^0.0.85", + "@qni/elements": "^0.0.86", + "@qni/simulator": "^0.0.86", "cookie-parser": "~1.4.4", "debug": "~4.3", "ejs": "~3.1", diff --git a/lerna.json b/lerna.json index 24e0c85fc..2848a157b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.85", + "version": "0.0.86", "publishConfig": { "access": "public" }, diff --git a/packages/common/package.json b/packages/common/package.json index 358dcb472..a8ae7b9dd 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@qni/common", - "version": "0.0.85", + "version": "0.0.86", "description": "Common library for @qni.", "author": "@yasuhito", "homepage": "https://github.com/qniapp/qni/tree/main/packages/common#readme", diff --git a/packages/elements/package.json b/packages/elements/package.json index 7d2b4de01..d7b7573a7 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "@qni/elements", - "version": "0.0.85", + "version": "0.0.86", "description": "Quantum circuit components.", "author": "@yasuhito", "license": "MIT", @@ -42,7 +42,7 @@ "dependencies": { "@github/catalyst": "1.3.0", "@github/jtml": "~0.5", - "@qni/common": "^0.0.85", + "@qni/common": "^0.0.86", "complex.js": "^2.1.1", "interactjs": "~1.10", "pretty-format": "^29.4.2", diff --git a/packages/simulator/package-lock.json b/packages/simulator/package-lock.json index d1ded18c0..499735434 100644 --- a/packages/simulator/package-lock.json +++ b/packages/simulator/package-lock.json @@ -1,31 +1,23 @@ { "name": "@qni/simulator", - "version": "0.0.85", + "version": "0.0.86", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@qni/simulator", - "version": "0.0.84", + "version": "0.0.86", "license": "MIT", "dependencies": { - "@qni/elements": "^0.0.84", + "@qni/elements": "^0.0.86", "fp-ts": "^2.11.5" }, "devDependencies": { - "@github/prettier-config": "^0.0.4", - "@size-limit/preset-small-lib": "^7.0.8", - "@types/qunit": "^2.11.2", + "@types/qunit": "~2.19", "chai": "^4.3.4", - "eslint-plugin-github": "^4.3.5", - "karma": "^6.3.9", "karma-chai": "^0.1.0", - "karma-chrome-launcher": "^3.1.0", "karma-mocha": "^2.0.1", - "mocha": "^9.1.3", - "size-limit": "^7.0.8", - "typedoc": "~0.23", - "typescript": "~4.8" + "mocha": "~10.2" } }, "node_modules/@esbuild/linux-loong64": { diff --git a/packages/simulator/package.json b/packages/simulator/package.json index 18841a3ab..f9ab3078e 100644 --- a/packages/simulator/package.json +++ b/packages/simulator/package.json @@ -1,6 +1,6 @@ { "name": "@qni/simulator", - "version": "0.0.85", + "version": "0.0.86", "description": "Quantum simulator for @qni.", "author": "@yasuhito", "license": "MIT", @@ -34,7 +34,7 @@ ], "prettier": "@github/prettier-config", "dependencies": { - "@qni/elements": "^0.0.85", + "@qni/elements": "^0.0.86", "fp-ts": "^2.11.5" }, "devDependencies": {