|
1 | 1 | {
|
2 | 2 | "name": "@contentstack/core",
|
3 |
| - "version": "1.1.4", |
| 3 | + "version": "1.1.5", |
4 | 4 | "type": "commonjs",
|
5 | 5 | "main": "./dist/cjs/src/index.js",
|
6 | 6 | "types": "./dist/cjs/src/index.d.ts",
|
| 7 | + "license": "MIT", |
7 | 8 | "scripts": {
|
8 | 9 | "prepare": "npm run build",
|
9 | 10 | "bootstrap": "npm i --package-lock-only --omit=dev",
|
|
21 | 22 | "axios": "^1.7.9",
|
22 | 23 | "axios-mock-adapter": "^2.1.0",
|
23 | 24 | "lodash": "^4.17.21",
|
24 |
| - "qs": "^6.13.1", |
| 25 | + "qs": "^6.14.0", |
25 | 26 | "tslib": "^2.8.1"
|
26 | 27 | },
|
27 | 28 | "files": [
|
|
40 | 41 | "@commitlint/config-conventional": "^17.8.1",
|
41 | 42 | "@cspell/eslint-plugin": "^6.31.3",
|
42 | 43 | "@types/jest": "28.1.8",
|
43 |
| - "@types/lodash": "^4.17.13", |
44 |
| - "@types/node": "16.18.122", |
45 |
| - "@types/qs": "^6.9.17", |
| 44 | + "@types/lodash": "^4.17.14", |
| 45 | + "@types/node": "16.18.124", |
| 46 | + "@types/qs": "^6.9.18", |
46 | 47 | "@typescript-eslint/eslint-plugin": "^5.62.0",
|
47 | 48 | "@typescript-eslint/parser": "^5.62.0",
|
48 | 49 | "babel-jest": "28.1.3",
|
|
58 | 59 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
59 | 60 | "eslint-plugin-prettier": "^4.2.1",
|
60 | 61 | "eslint-plugin-promise": "^6.6.0",
|
61 |
| - "eslint-plugin-react": "^7.37.2", |
| 62 | + "eslint-plugin-react": "^7.37.4", |
62 | 63 | "eslint-plugin-react-hooks": "^4.6.2",
|
63 | 64 | "eslint-plugin-spellcheck": "^0.0.20",
|
64 | 65 | "husky": "^8.0.3",
|
|
68 | 69 | "jest-junit": "^15.0.0",
|
69 | 70 | "prettier": "^2.8.8",
|
70 | 71 | "ts-jest": "28.0.8",
|
71 |
| - "ts-loader": "^9.5.1", |
| 72 | + "ts-loader": "^9.5.2", |
72 | 73 | "ts-node": "10.9.2",
|
73 | 74 | "typescript": "~4.9.5",
|
74 | 75 | "webpack": "^5.97.1",
|
|
0 commit comments