Skip to content

Commit

Permalink
Downgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Nov 9, 2023
1 parent 85d1250 commit 1c9b46e
Show file tree
Hide file tree
Showing 5 changed files with 634 additions and 1,292 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"license": "MIT",
"devDependencies": {
"@pnpm/meta-updater": "1.0.0",
"@types/node": "^18.18.9",
"@types/node": "^18.18.2",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"esbuild": "^0.17.11",
Expand Down Expand Up @@ -54,7 +54,7 @@
}
},
"engines": {
"node": ">=18.18.9"
"node": ">=18.18.2"
},
"packageManager": "[email protected]",
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion packages/cheatsheet-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@effortlessmotion/html-webpack-inline-source-plugin": "1.0.3",
"@testing-library/react": "14.0.0",
"@types/jest": "29.4.0",
"@types/node": "^18.18.9",
"@types/node": "^18.18.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/webpack": "5.28.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cursorless-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@svgr/webpack": "6.5.1",
"@types/mdx": "2.0.5",
"@types/mdx-js__react": "1.5.5",
"@types/node": "^18.18.9",
"@types/node": "^18.18.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/cursorless-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@
"@types/js-yaml": "^4.0.2",
"@types/lodash": "4.14.181",
"@types/mocha": "^10.0.3",
"@types/node": "^18.18.9",
"@types/node": "^18.18.2",
"@types/semver": "^7.3.9",
"@types/sinon": "^10.0.2",
"@types/tinycolor2": "1.4.3",
Expand Down
Loading

0 comments on commit 1c9b46e

Please sign in to comment.