Skip to content

Commit

Permalink
Add support for Node.js version 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrmiller committed Sep 5, 2023
1 parent e2118df commit f03f201
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
2 changes: 1 addition & 1 deletion cli/fusebit-ops-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@5qtrs/fusebit-ops-cli",
"version": "1.39.11",
"version": "1.40.11",
"description": "The Fusebit Platform Operations CLI",
"main": "libc/index.js",
"license": "UNLICENSED",
Expand Down
1 change: 1 addition & 0 deletions lib/server/function-lambda/src/put_function.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const { create_build_error_response, save_build_status } = require('./build_stat
const runtime_mapping = {
'14.18.3': 'nodejs14.x',
'16.14.0': 'nodejs16.x',
'18.17.1': 'nodejs18.x',
};

const runtime_versions = Object.keys(runtime_mapping);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "1.41.1",
"version": "1.42.1",
"private": true,
"license": "MIT",
"org": "5qtrs",
"engines": {
"node": "14.17.2",
"yarn": "1.21.1"
"yarn": "1.22.19"
},
"scripts": {
"setup": "node ./tool/setup",
Expand Down
22 changes: 1 addition & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2840,7 +2840,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^16.7.17", "@types/react@^16.8.6":
"@types/react@*", "@types/react@^16.7.17":
version "16.9.14"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.14.tgz#7f1158ce450b4b5aa83b1c5e1324fa75f348bdd1"
integrity sha512-Q4tW4RGmR+u/CgzR8VqZcsUWjP4Pz/LcHfs9AzSG+aBnwq8As3Bid3vG1eGGsXg/xuR2k2tqNlI8pzyV8kxe0g==
Expand Down Expand Up @@ -13620,26 +13620,11 @@ react-error-overlay@^6.0.3:
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.3.tgz#c378c4b0a21e88b2e159a3e62b2f531fd63bf60d"
integrity sha512-bOUvMWFQVk5oz8Ded9Xb7WVdEi3QGLC8tH7HmYP0Fdp4Bn3qw0tRFmr5TW6mvahzvmrK4a6bqWGfCevBflP+Xw==

react-fast-compare@^3.1.1:
version "3.2.0"
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb"
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==

react-ga@^2.5.7:
version "2.7.0"
resolved "https://registry.yarnpkg.com/react-ga/-/react-ga-2.7.0.tgz#24328f157f31e8cffbf4de74a3396536679d8d7c"
integrity sha512-AjC7UOZMvygrWTc2hKxTDvlMXEtbmA0IgJjmkhgmQQ3RkXrWR11xEagLGFGaNyaPnmg24oaIiaNPnEoftUhfXA==

react-helmet@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/react-helmet/-/react-helmet-6.1.0.tgz#a750d5165cb13cf213e44747502652e794468726"
integrity sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==
dependencies:
object-assign "^4.1.1"
prop-types "^15.7.2"
react-fast-compare "^3.1.1"
react-side-effect "^2.1.0"

react-icons@*, react-icons@^3.4.0:
version "3.8.0"
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-3.8.0.tgz#229de5904809696c9f46932bd9b6126b2522866e"
Expand Down Expand Up @@ -13811,11 +13796,6 @@ [email protected]:
optionalDependencies:
fsevents "2.0.7"

react-side-effect@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-2.1.1.tgz#66c5701c3e7560ab4822a4ee2742dee215d72eb3"
integrity sha512-2FoTQzRNTncBVtnzxFOk2mCpcfxQpenBMbk5kSVBg5UcPqV9fRbgY2zhb7GTWWOlpFmAxhClBDlIq8Rsubz1yQ==

react-smooth@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/react-smooth/-/react-smooth-1.0.5.tgz#94ae161d7951cdd893ccb7099d031d342cb762ad"
Expand Down

0 comments on commit f03f201

Please sign in to comment.