@cyberskill/shared 1.0.2 → 1.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cyberskill/shared",
3
3
  "type": "module",
4
- "version": "1.0.2",
4
+ "version": "1.1.0",
5
5
  "description": "CyberSkill Shared",
6
6
  "author": "Stephen Cheng",
7
7
  "license": "MIT",
@@ -150,16 +150,16 @@
150
150
  "setup": "npx tsx src/commands.ts setup"
151
151
  },
152
152
  "dependencies": {
153
- "@antfu/eslint-config": "4.3.0",
153
+ "@antfu/eslint-config": "4.4.0",
154
154
  "@apollo/client": "3.13.1",
155
155
  "@commitlint/cli": "19.7.1",
156
156
  "@commitlint/config-conventional": "19.7.1",
157
- "@eslint-react/eslint-plugin": "1.27.0",
158
- "@eslint/config-inspector": "1.0.0",
157
+ "@eslint-react/eslint-plugin": "1.30.1",
158
+ "@eslint/config-inspector": "1.0.1",
159
159
  "@graphql-codegen/cli": "5.0.5",
160
160
  "@graphql-codegen/client-preset": "4.6.4",
161
161
  "@graphql-codegen/typescript-react-apollo": "4.3.2",
162
- "@swc/core": "1.11.1",
162
+ "@swc/core": "1.11.6",
163
163
  "@testing-library/jest-dom": "6.6.3",
164
164
  "@testing-library/react": "16.2.0",
165
165
  "@types/crypto-js": "4.2.2",
@@ -175,9 +175,9 @@
175
175
  "classnames": "2.5.1",
176
176
  "crypto-js": "4.2.0",
177
177
  "eslint": "9.21.0",
178
- "eslint-config-next": "15.1.7",
178
+ "eslint-config-next": "15.2.1",
179
179
  "eslint-plugin-format": "1.0.1",
180
- "eslint-plugin-react-hooks": "5.1.0",
180
+ "eslint-plugin-react-hooks": "5.2.0",
181
181
  "eslint-plugin-react-refresh": "0.4.19",
182
182
  "graphql": "16.10.0",
183
183
  "graphql-ws": "6.0.4",
@@ -185,7 +185,7 @@
185
185
  "jsdom": "26.0.0",
186
186
  "lint-staged": "15.4.3",
187
187
  "localforage": "1.10.0",
188
- "mongoose": "8.10.2",
188
+ "mongoose": "8.12.0",
189
189
  "mongoose-aggregate-paginate-v2": "1.1.4",
190
190
  "mongoose-paginate-v2": "1.9.0",
191
191
  "node-fetch": "3.3.2",
@@ -201,7 +201,7 @@
201
201
  "slugify": "1.6.6",
202
202
  "tsup": "8.4.0",
203
203
  "tsx": "4.19.3",
204
- "typescript": "5.7.3",
204
+ "typescript": "5.8.2",
205
205
  "uuid": "11.1.0",
206
206
  "vitest": "3.0.7",
207
207
  "vitest-browser-react": "0.1.1",