chore(deps): upgrade to latest node LTS
This commit is contained in:
parent
3030832711
commit
e10cb9adaf
28 changed files with 28 additions and 28 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
16.15.1
|
||||
18.12.1
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "yarn workspaces foreach -p -j 10 --verbose run lint",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.15.1-alpine
|
||||
FROM node:18.12.1-alpine
|
||||
|
||||
RUN apk add --update \
|
||||
curl \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/analytics",
|
||||
"version": "2.9.6",
|
||||
"engines": {
|
||||
"node": ">=14.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"private": true,
|
||||
"description": "Analytics tools for Standard Notes projects",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.15.1-alpine
|
||||
FROM node:18.12.1-alpine
|
||||
|
||||
RUN apk add --update \
|
||||
curl \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/api-gateway",
|
||||
"version": "1.38.1",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"private": true,
|
||||
"description": "API Gateway For Standard Notes Services",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.15.1-alpine
|
||||
FROM node:18.12.1-alpine
|
||||
|
||||
RUN apk add --update \
|
||||
curl \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/auth-server",
|
||||
"version": "1.59.7",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"private": true,
|
||||
"description": "Auth Server",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/common",
|
||||
"version": "1.44.1",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"description": "Common types and utilities for Standard Notes projects",
|
||||
"main": "dist/src/index.js",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/domain-events-infra",
|
||||
"version": "1.9.23",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"description": "Domain Events Infrastructure SDK used in SN projects",
|
||||
"main": "dist/src/index.js",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/domain-events",
|
||||
"version": "2.86.0",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"description": "Domain Events SDK used in SN projects",
|
||||
"main": "dist/src/index.js",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.15.1-alpine
|
||||
FROM node:18.12.1-alpine
|
||||
|
||||
RUN apk add --update \
|
||||
curl \
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"main": "dist/src/index.js",
|
||||
"typings": "dist/src/index.d.ts",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rm -fr dist",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.15.1-alpine
|
||||
FROM node:18.12.1-alpine
|
||||
|
||||
RUN apk add --update \
|
||||
curl \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/files-server",
|
||||
"version": "1.8.18",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"private": true,
|
||||
"description": "Standard Notes Files Server",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/predicates",
|
||||
"version": "1.5.4",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"description": "Utils and models required for scheduling jobs",
|
||||
"main": "dist/src/index.js",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.15.1-alpine
|
||||
FROM node:18.12.1-alpine
|
||||
|
||||
RUN apk add --update \
|
||||
curl \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/scheduler-server",
|
||||
"version": "1.13.19",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"private": true,
|
||||
"description": "Scheduler Server",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/security",
|
||||
"version": "1.6.1",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"description": "Security SDK for Standard Notes projects",
|
||||
"main": "dist/src/index.js",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/settings",
|
||||
"version": "1.18.0",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"description": "Settings SDK for Standard Notes projects",
|
||||
"main": "dist/src/index.js",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/sncrypto-node",
|
||||
"version": "1.12.0",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"description": "SNCrypto for Node.js",
|
||||
"main": "dist/src/index.js",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.15.1-alpine
|
||||
FROM node:18.12.1-alpine
|
||||
|
||||
RUN apk add --update \
|
||||
curl \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/syncing-server",
|
||||
"version": "1.13.2",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"private": true,
|
||||
"description": "Syncing Server",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/time",
|
||||
"version": "1.13.0",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"description": "Utilities for time processing and calculation",
|
||||
"main": "dist/src/index.js",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.15.1-alpine
|
||||
FROM node:18.12.1-alpine
|
||||
|
||||
RUN apk add --update \
|
||||
curl \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/websockets-server",
|
||||
"version": "1.4.20",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"private": true,
|
||||
"description": "Websockets Server",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.15.1-alpine
|
||||
FROM node:18.12.1-alpine
|
||||
|
||||
RUN apk add --update \
|
||||
curl \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@standardnotes/workspace-server",
|
||||
"version": "1.17.18",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
"private": true,
|
||||
"description": "Workspace Server",
|
||||
|
|
Loading…
Reference in a new issue