diff --git a/packages/recma-jsx/package.json b/packages/recma-jsx/package.json index b2e8197..80f4d52 100644 --- a/packages/recma-jsx/package.json +++ b/packages/recma-jsx/package.json @@ -9,7 +9,7 @@ "acorn-jsx": "^5.0.0", "estree-util-to-js": "^2.0.0", "recma-parse": "^1.0.0", - "recma-stringify": "^0.0.0", + "recma-stringify": "^1.0.0", "unified": "^11.0.0" }, "exports": "./index.js", diff --git a/packages/recma-stringify/package.json b/packages/recma-stringify/package.json index 9007dfc..cad06e0 100644 --- a/packages/recma-stringify/package.json +++ b/packages/recma-stringify/package.json @@ -48,5 +48,5 @@ "ignoreCatch": true }, "type": "module", - "version": "0.0.0" + "version": "1.0.0" } diff --git a/packages/recma-stringify/readme.md b/packages/recma-stringify/readme.md index 1e106b8..1b59cd4 100644 --- a/packages/recma-stringify/readme.md +++ b/packages/recma-stringify/readme.md @@ -64,14 +64,14 @@ npm install recma-stringify In Deno with [`esm.sh`][esmsh]: ```js -import recmaStringify from 'https://esm.sh/recma-stringify@0' +import recmaStringify from 'https://esm.sh/recma-stringify@1' ``` In browsers with [`esm.sh`][esmsh]: ```html ``` @@ -152,7 +152,7 @@ versions of Node.js. When we cut a new major release, we drop support for unmaintained versions of Node. This means we try to keep the current release line, -`recma-strignify@0`, +`recma-strignify@1`, compatible with Node.js 16. ## Security diff --git a/packages/recma/package.json b/packages/recma/package.json index 9ee7065..642530c 100644 --- a/packages/recma/package.json +++ b/packages/recma/package.json @@ -6,7 +6,7 @@ ], "dependencies": { "recma-parse": "^1.0.0", - "recma-stringify": "^0.0.0", + "recma-stringify": "^1.0.0", "unified": "^11.0.0" }, "description": "JavaScript processor powered by plugins part of the unified collective",