@foal/graphiql 5.0.0 → 5.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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@foal/graphiql",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "description": "GraphiQL integration for FoalTS",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
7
7
  "scripts": {
8
- "test": "node copy-files src && mocha --require ts-node/register \"./src/**/*.spec.ts\"",
8
+ "test": "rimraf lib && node copy-files lib && tsc -p tsconfig.json && mocha \"./lib/**/*.spec.js\"",
9
9
  "dev:test": "node copy-files src && mocha --require ts-node/register --watch --extension ts \"./src/**/*.spec.ts\"",
10
10
  "build": "rimraf lib && node copy-files lib && tsc -p tsconfig-build.json",
11
11
  "prepublish": "npm run build"
@@ -40,18 +40,18 @@
40
40
  "lib/"
41
41
  ],
42
42
  "dependencies": {
43
- "@foal/core": "^5.0.0"
43
+ "@foal/core": "^5.1.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/mocha": "10.0.10",
47
- "@types/node": "22.15.21",
47
+ "@types/node": "24.10.0",
48
48
  "graphiql": "~3.1.1",
49
- "mocha": "~11.5.0",
49
+ "mocha": "~11.7.5",
50
50
  "react": "~18.2.0",
51
51
  "react-dom": "~18.2.0",
52
- "rimraf": "~6.0.1",
52
+ "rimraf": "~6.1.0",
53
53
  "ts-node": "~10.9.2",
54
54
  "typescript": "~5.5.4"
55
55
  },
56
- "gitHead": "15714cb6e49a62ef4b33a1eff7c3e6b4c2a2e728"
56
+ "gitHead": "2f2e154361c64aa8b28a8d659dca37e6b30b9972"
57
57
  }