Skip to content

Commit fc64ee9

Browse files
authored
MERC-9566 Update build to node18 (#138)
Update dependencies
1 parent 40b0fcf commit fc64ee9

File tree

22 files changed

+14028
-17897
lines changed

22 files changed

+14028
-17897
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ orbs:
99
executors:
1010
node:
1111
docker:
12-
- image: cimg/node:14.18
12+
- image: cimg/node:18.16.0
1313

1414
#####################################################
1515
# Commands

.eslintrc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ module.exports = {
3636
"no-plusplus": "off",
3737
"global-require": "off",
3838
"@typescript-eslint/explicit-function-return-type": "off",
39-
"import/extensions": "off"
39+
"import/extensions": "off",
40+
"no-use-before-define": "off",
41+
"no-shadow": "off",
42+
"camelcase": "off"
4043
},
4144
overrides: [
4245
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ This article contains detailed instructions on how to get started with Widget Bu
2020

2121
## Prerequisites
2222

23-
* Node.js 14
24-
* npm 6.14
23+
* Node.js 18
24+
* npm 9.51
2525
* [A BigCommerce store](https://support.bigcommerce.com/s/article/Starting-a-Bigcommerce-Trial).
2626
* API `access_token` with `content modify` scope. For information on how to generate store API credentials, see [Obtaining store API credentials](https://developer.bigcommerce.com/api-docs/getting-started/authentication/rest-api-authentication#obtaining-store-api-credentials).
2727

0 commit comments

Comments
 (0)