diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 318f5fbc..928d5d4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node: [20] + node: [22] steps: - uses: actions/checkout@v4 diff --git a/.nvmrc b/.nvmrc index f812e459..b087cc9a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.18.1 \ No newline at end of file +22.13.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ad8673a1..03b254a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,9 +22,9 @@ "@eslint/json": "^0.5.0", "@eslint/markdown": "^6.2.0", "@esm-bundle/chai": "^4.3.4-fix.0", - "@greenwood/cli": "~0.31.0-alpha.3", - "@greenwood/plugin-css-modules": "~0.31.0-alpha.3", - "@greenwood/plugin-import-raw": "~0.31.0-alpha.3", + "@greenwood/cli": "~0.31.0-alpha.5", + "@greenwood/plugin-css-modules": "~0.31.0-alpha.5", + "@greenwood/plugin-import-raw": "~0.31.0-alpha.5", "@ls-lint/ls-lint": "^1.10.0", "@mapbox/rehype-prism": "^0.9.0", "@storybook/addon-essentials": "^8.0.6", @@ -2305,9 +2305,9 @@ "license": "MIT" }, "node_modules/@greenwood/cli": { - "version": "0.31.0-alpha.3", - "resolved": "https://registry.npmjs.org/@greenwood/cli/-/cli-0.31.0-alpha.3.tgz", - "integrity": "sha512-K4BECC3+vq1FW1tpU/RoTlKgptTwUV243i5xWeDxkhrDrEBdcZNSgByqFpqMYR1qpv2cu1O7D5G2KHCNdVtyuw==", + "version": "0.31.0-alpha.5", + "resolved": "https://registry.npmjs.org/@greenwood/cli/-/cli-0.31.0-alpha.5.tgz", + "integrity": "sha512-YloZF06a5C3gX/c9R1lXxV9xRxCTN4Uf+sOeEUGTyrooAAU3r9G+i8uuPaPio2PZZ20t9MCeL6mwOWBNDaU2Lw==", "dev": true, "license": "MIT", "dependencies": { @@ -2370,9 +2370,9 @@ } }, "node_modules/@greenwood/plugin-css-modules": { - "version": "0.31.0-alpha.3", - "resolved": "https://registry.npmjs.org/@greenwood/plugin-css-modules/-/plugin-css-modules-0.31.0-alpha.3.tgz", - "integrity": "sha512-0/y3pwuOxGVLC188+aK6X8VZX25BhYqgw67c2vojJP52VJf7/Oy8Zm4Fdn+x2PJjQhLm3ducXQmypYYaSWalFw==", + "version": "0.31.0-alpha.5", + "resolved": "https://registry.npmjs.org/@greenwood/plugin-css-modules/-/plugin-css-modules-0.31.0-alpha.5.tgz", + "integrity": "sha512-2gqlOD7Qa/iI8YYM1+oideQi6uFIM019qInq9Wc/68Yc0WFISEqG8rSZjZ0917cbLiJRa88wR4BqE13MzqNZRQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2415,9 +2415,9 @@ } }, "node_modules/@greenwood/plugin-import-raw": { - "version": "0.31.0-alpha.3", - "resolved": "https://registry.npmjs.org/@greenwood/plugin-import-raw/-/plugin-import-raw-0.31.0-alpha.3.tgz", - "integrity": "sha512-g+X/oPxWgposQCPf+ClfmDpFB7EtWtrkFiCS+g+eFp0R2HD2vPx7WQUQD7zuV0GgjXJHTp4Slbrt1mgwrHH1qA==", + "version": "0.31.0-alpha.5", + "resolved": "https://registry.npmjs.org/@greenwood/plugin-import-raw/-/plugin-import-raw-0.31.0-alpha.5.tgz", + "integrity": "sha512-gy948s8BdGR/3OtCccU2iN2AIorO3YblntgO6ZHFbltv06CVLsaIUflmLIjUS0iEPFoYp4hJaqxIX0Xx5cSjoQ==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 5817d226..afc843d0 100644 --- a/package.json +++ b/package.json @@ -44,9 +44,9 @@ "@eslint/json": "^0.5.0", "@eslint/markdown": "^6.2.0", "@esm-bundle/chai": "^4.3.4-fix.0", - "@greenwood/cli": "~0.31.0-alpha.3", - "@greenwood/plugin-css-modules": "~0.31.0-alpha.3", - "@greenwood/plugin-import-raw": "~0.31.0-alpha.3", + "@greenwood/cli": "~0.31.0-alpha.5", + "@greenwood/plugin-css-modules": "~0.31.0-alpha.5", + "@greenwood/plugin-import-raw": "~0.31.0-alpha.5", "@ls-lint/ls-lint": "^1.10.0", "@mapbox/rehype-prism": "^0.9.0", "@storybook/addon-essentials": "^8.0.6",