Skip to content

Commit bdbdd53

Browse files
authored
Merge pull request #100 from contentstack/development
DX | 28-04-2025 | Release
2 parents 38e1d5d + d840843 commit bdbdd53

File tree

4 files changed

+69
-133
lines changed

4 files changed

+69
-133
lines changed

.github/workflows/npm-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
publish-npm:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v3
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '20.x'
16+
node-version: '22.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci
1919
- run: npm publish --access public
@@ -22,10 +22,10 @@ jobs:
2222
publish-git:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v3
26-
- uses: actions/setup-node@v3
25+
- uses: actions/checkout@v4
26+
- uses: actions/setup-node@v4
2727
with:
28-
node-version: '20.x'
28+
node-version: '22.x'
2929
registry-url: 'https://npm.pkg.github.com'
3030
scope: '@contentstack'
3131
- run: npm ci

package-lock.json

Lines changed: 52 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/core",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"type": "commonjs",
55
"main": "./dist/cjs/src/index.js",
66
"types": "./dist/cjs/src/index.d.ts",
@@ -19,7 +19,7 @@
1919
"build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json"
2020
},
2121
"dependencies": {
22-
"axios": "^1.7.9",
22+
"axios": "^1.8.4",
2323
"axios-mock-adapter": "^2.1.0",
2424
"lodash": "^4.17.21",
2525
"qs": "^6.14.0",
@@ -41,8 +41,8 @@
4141
"@commitlint/config-conventional": "^17.8.1",
4242
"@cspell/eslint-plugin": "^6.31.3",
4343
"@types/jest": "28.1.8",
44-
"@types/lodash": "^4.17.14",
45-
"@types/node": "16.18.124",
44+
"@types/lodash": "^4.17.16",
45+
"@types/node": "16.18.126",
4646
"@types/qs": "^6.9.18",
4747
"@typescript-eslint/eslint-plugin": "^5.62.0",
4848
"@typescript-eslint/parser": "^5.62.0",
@@ -59,7 +59,7 @@
5959
"eslint-plugin-jsx-a11y": "^6.10.2",
6060
"eslint-plugin-prettier": "^4.2.1",
6161
"eslint-plugin-promise": "^6.6.0",
62-
"eslint-plugin-react": "^7.37.4",
62+
"eslint-plugin-react": "^7.37.5",
6363
"eslint-plugin-react-hooks": "^4.6.2",
6464
"eslint-plugin-spellcheck": "^0.0.20",
6565
"husky": "^8.0.3",
@@ -72,7 +72,7 @@
7272
"ts-loader": "^9.5.2",
7373
"ts-node": "10.9.2",
7474
"typescript": "~4.9.5",
75-
"webpack": "^5.97.1",
75+
"webpack": "^5.99.6",
7676
"webpack-cli": "^4.10.0"
7777
}
7878
}

0 commit comments

Comments
 (0)