@cyberskill/shared 1.2.0 → 1.3.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.2.0",
4
+ "version": "1.3.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.5.1",
154
- "@apollo/client": "3.13.1",
155
- "@commitlint/cli": "19.7.1",
156
- "@commitlint/config-conventional": "19.7.1",
157
- "@eslint-react/eslint-plugin": "1.30.2",
153
+ "@antfu/eslint-config": "4.8.1",
154
+ "@apollo/client": "3.13.4",
155
+ "@commitlint/cli": "19.8.0",
156
+ "@commitlint/config-conventional": "19.8.0",
157
+ "@eslint-react/eslint-plugin": "1.31.0",
158
158
  "@eslint/config-inspector": "1.0.2",
159
159
  "@graphql-codegen/cli": "5.0.5",
160
- "@graphql-codegen/client-preset": "4.6.4",
160
+ "@graphql-codegen/client-preset": "4.7.0",
161
161
  "@graphql-codegen/typescript-react-apollo": "4.3.2",
162
- "@swc/core": "1.11.7",
162
+ "@swc/core": "1.11.8",
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",
@@ -169,13 +169,13 @@
169
169
  "@types/uuid": "10.0.0",
170
170
  "@types/yargs": "17.0.33",
171
171
  "@vitejs/plugin-react-swc": "3.8.0",
172
- "@vitest/browser": "3.0.7",
172
+ "@vitest/browser": "3.0.8",
173
173
  "boxen": "8.0.1",
174
174
  "chalk": "5.4.1",
175
175
  "classnames": "2.5.1",
176
176
  "crypto-js": "4.2.0",
177
- "eslint": "9.21.0",
178
- "eslint-config-next": "15.2.1",
177
+ "eslint": "9.22.0",
178
+ "eslint-config-next": "15.2.2",
179
179
  "eslint-plugin-format": "1.0.1",
180
180
  "eslint-plugin-react-hooks": "5.2.0",
181
181
  "eslint-plugin-react-refresh": "0.4.19",
@@ -190,7 +190,7 @@
190
190
  "mongoose-paginate-v2": "1.9.0",
191
191
  "node-fetch": "3.3.2",
192
192
  "ora": "8.2.0",
193
- "playwright": "1.50.1",
193
+ "playwright": "1.51.0",
194
194
  "postcss-modules": "6.0.1",
195
195
  "react": "19.0.0",
196
196
  "react-dom": "19.0.0",
@@ -204,7 +204,7 @@
204
204
  "typescript": "5.8.2",
205
205
  "unorm": "1.6.0",
206
206
  "uuid": "11.1.0",
207
- "vitest": "3.0.7",
207
+ "vitest": "3.0.8",
208
208
  "vitest-browser-react": "0.1.1",
209
209
  "yargs": "17.7.2"
210
210
  },