Skip to content

Commit ad8cfef

Browse files
authored
Merge pull request #233 from contentstack/development
Development
2 parents 0d252bf + 74ec42c commit ad8cfef

File tree

4 files changed

+100
-40
lines changed

4 files changed

+100
-40
lines changed

.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '18.x'
16+
node-version: '20.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci
1919
- run: npm publish
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: '18.x'
28+
node-version: '20.x'
2929
registry-url: 'https://npm.pkg.github.com'
3030
scope: '@contentstack'
3131
- run: npm ci

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## Change log
2+
### Version: 3.22.0
3+
#### Date: October-22-2024
4+
##### Fix:
5+
- Node version bump
26

37
### Version: 3.21.0
48
#### Date: September-09-2024

package-lock.json

+91-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@
7070
"@babel/runtime": "^7.23.4",
7171
"@slack/bolt": "^3.17.1",
7272
"@types/jest": "^26.0.24",
73-
"babel-loader": "^9.1.3",
73+
"babel-loader": "^9.2.1",
7474
"clean-webpack-plugin": "^4.0.0",
7575
"compression-webpack-plugin": "^10.0.0",
7676
"dotenv": "^16.0.3",
7777
"es3ify-loader": "0.2.0",
78-
"fetch-mock-jest": "^1.3.0",
78+
"fetch-mock-jest": "^1.5.1",
7979
"http-proxy-agent": "^3.0.0",
8080
"jest": "^29.7.0",
8181
"jest-html-reporters": "^2.1.7",
@@ -102,6 +102,7 @@
102102
"@contentstack/utils": "^1.3.12",
103103
"cheerio": "^1.0.0",
104104
"es6-promise": "^4.1.1",
105+
"fetch-mock": "^11.1.5",
105106
"isomorphic-fetch": "^3.0.0",
106107
"localStorage": "1.0.4",
107108
"qs": "^6.13.0"

0 commit comments

Comments
 (0)