Skip to content

Commit 5a616a8

Browse files
authoredDec 23, 2024··
Merge pull request #114 from contentstack/fix/versionBump
version bump
2 parents 2f3e368 + e55a916 commit 5a616a8

File tree

2 files changed

+2978
-2357
lines changed

2 files changed

+2978
-2357
lines changed
 

‎package-lock.json

+2,957-2,335
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+21-22
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"name": "@contentstack/cli-cm-regex-validate",
33
"description": "Validate Fields with Regex Property of Content Type and Global Field in a Stack",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli-cm-regex-validate/issues",
77
"devDependencies": {
8-
"@oclif/plugin-help": "^6.0.22",
9-
"@oclif/test": "^3.2.5",
10-
"@types/chai": "^4.2.21",
11-
"@types/inquirer": "^8.1.1",
12-
"@types/jest": "^29.1.2",
13-
"@types/jsonexport": "^3.0.2",
14-
"@types/mocha": "^10.0.0",
8+
"@oclif/plugin-help": "^6.2.20",
9+
"@oclif/test": "^3.2.15",
10+
"@types/chai": "^4.3.20",
11+
"@types/inquirer": "^8.2.10",
12+
"@types/jest": "^29.5.14",
13+
"@types/jsonexport": "^3.0.5",
14+
"@types/mocha": "^10.0.10",
1515
"@types/node": "^10.17.60",
1616
"@types/safe-regex": "^1.1.3",
17-
"chai": "^4.3.4",
18-
"eslint": "^8.25.0",
17+
"chai": "^4.5.0",
18+
"eslint": "^8.57.1",
1919
"eslint-config-oclif": "^4.0.0",
2020
"eslint-config-oclif-typescript": "^1.0.3",
2121
"globby": "^10.0.2",
22-
"mocha": "^10.0.0",
22+
"mocha": "^10.8.2",
2323
"nyc": "^15.1.0",
24-
"oclif": "^3.10.0",
25-
"ts-jest": "^29.0.3",
26-
"ts-node": "^10.9.1",
27-
"typescript": "^4.8.4"
24+
"oclif": "^3.17.2",
25+
"ts-jest": "^29.2.5",
26+
"ts-node": "^10.9.2",
27+
"typescript": "^4.9.5"
2828
},
2929
"engines": {
3030
"node": ">=14.0.0"
@@ -61,17 +61,16 @@
6161
"version": "oclif-dev readme && git add README.md"
6262
},
6363
"dependencies": {
64-
"@contentstack/cli-command": "^1.2.17",
65-
"@contentstack/cli-utilities": "^1.6.2",
66-
"@contentstack/management": "^1.16.0",
67-
"cli-table3": "^0.6.0",
64+
"@contentstack/cli-command": "^1.3.2",
65+
"@contentstack/cli-utilities": "^1.8.0",
66+
"@contentstack/management": "^1.18.4",
67+
"cli-table3": "^0.6.5",
6868
"cli-ux": "^6.0.9",
69-
"inquirer": "^8.2.4",
69+
"inquirer": "^8.2.6",
7070
"jest": "^29.7.0",
7171
"jsonexport": "^3.2.0",
7272
"safe-regex": "^2.1.1",
73-
"tslib": "^2.6.2",
74-
"uuid": "^9.0.1"
73+
"tslib": "^2.8.1"
7574
},
7675
"csdxConfig": {
7776
"shortCommandName": {

0 commit comments

Comments
 (0)
Please sign in to comment.