Skip to content

Commit

Permalink
node version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParry committed Nov 6, 2024
1 parent a2aa975 commit e6483d0
Show file tree
Hide file tree
Showing 46 changed files with 138 additions and 104 deletions.
2 changes: 1 addition & 1 deletion demos/client-bundle-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "index.js",
"type": "module",
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion demos/client-example-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/app.js",
"type": "module",
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
},
"scripts": {
Expand Down
8 changes: 6 additions & 2 deletions demos/client-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
},
"dependencies": {
Expand Down Expand Up @@ -62,7 +62,11 @@
"clean": "tsc --build --clean"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down
2 changes: 1 addition & 1 deletion demos/cypress-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion demos/provider-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "./dist/index.js",
"type": "module",
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dev/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build:cjs": "vite build --config vite.cjs.config.ts"
},
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
},
"author": "Prosopo Limited",
Expand Down
2 changes: 1 addition & 1 deletion dev/flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"type": "module",
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dev/gh-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
}
}
2 changes: 1 addition & 1 deletion dev/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion dev/prosoponator-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
}
}
2 changes: 1 addition & 1 deletion dev/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dev/ts-brand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./dist/index.js",
"type": "module",
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion dev/vite-plugin-watch-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:cjs": "npx vite --config vite.cjs.config.ts build"
},
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
},
"author": "Prosopo Limited",
Expand Down
2 changes: 1 addition & 1 deletion docker/images/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@prosopo/provider-container",
"type": "module",
"engines": {
"node": ">=20",
"node": "20",
"npm": ">=9"
},
"version": "2.1.10"
Expand Down
Loading

0 comments on commit e6483d0

Please sign in to comment.