khoros-aurora-sdk 26.3.2 → 26.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "khoros-aurora-sdk",
|
|
3
|
-
"version": "26.3.
|
|
3
|
+
"version": "26.3.3",
|
|
4
4
|
"author": "Khoros, LLC",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Khoros_Aurora_SDK",
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
"@graphql-codegen/typescript-graphql-files-modules": "~3.0.0",
|
|
45
45
|
"@graphql-codegen/typescript-operations": "~4.0.0",
|
|
46
46
|
"@module-federation/nextjs-mf": "8.8.11",
|
|
47
|
+
"@types/color": "^3.0.2",
|
|
47
48
|
"@types/express-serve-static-core": "~4.19.5",
|
|
49
|
+
"@types/inquirer": "^9.0.1",
|
|
48
50
|
"@types/qs": "^6.9.15",
|
|
49
51
|
"@types/range-parser": "^1.2.7",
|
|
50
52
|
"@types/react": "^18.2.22",
|
|
51
53
|
"@typescript-eslint/eslint-plugin": "~6.8.0",
|
|
52
54
|
"@typescript-eslint/parser": "~6.8.0",
|
|
53
55
|
"@typescript-eslint/typescript-estree": "~6.8.0",
|
|
54
|
-
"@types/color": "^3.0.2",
|
|
55
|
-
"@types/inquirer": "^9.0.1",
|
|
56
56
|
"@urql/core": "^5.1.0",
|
|
57
57
|
"accepts": "~1.3.8",
|
|
58
58
|
"babel-plugin-import-graphql": "^2.8.1",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"eslint-stats": "~1.0.1",
|
|
79
79
|
"exenv": "~1.2.2",
|
|
80
80
|
"express": "^4.19.2",
|
|
81
|
-
"findup-sync": "^5.0.0",
|
|
82
81
|
"fetch-retry": "^6.0.0",
|
|
82
|
+
"findup-sync": "^5.0.0",
|
|
83
83
|
"fs-extra": "^11.2.0",
|
|
84
84
|
"glob": "^10.3.10",
|
|
85
85
|
"graphql": "^15.5.1",
|
|
@@ -91,7 +91,6 @@
|
|
|
91
91
|
"lint-staged": "~12.3.3",
|
|
92
92
|
"mime-types": "^2.1.35",
|
|
93
93
|
"minimatch": "^9.0.5",
|
|
94
|
-
"next": "~15.1.11",
|
|
95
94
|
"pino": "^9.6.0",
|
|
96
95
|
"pino-pretty": "^13.0.0",
|
|
97
96
|
"postcss-advanced-variables": "~3.0.1",
|
|
@@ -109,12 +108,14 @@
|
|
|
109
108
|
"socket.io-client": "^4.7.5",
|
|
110
109
|
"type-fest": "^4.26.1",
|
|
111
110
|
"typescript": "^5.7.3",
|
|
112
|
-
"webpack": "
|
|
111
|
+
"webpack": "5.88.2",
|
|
113
112
|
"yaml": "^2.8.0",
|
|
114
113
|
"yargs": "^17.7.2"
|
|
115
114
|
},
|
|
116
115
|
"peerDependencies": {
|
|
117
|
-
"eslint-import-resolver-typescript": "3.6.1"
|
|
116
|
+
"eslint-import-resolver-typescript": "3.6.1",
|
|
117
|
+
"next": "~15.1.11",
|
|
118
|
+
"enhanced-resolve": "5.17.1"
|
|
118
119
|
},
|
|
119
120
|
"engines": {
|
|
120
121
|
"node": ">=18"
|