|
1 | 1 | {
|
2 | 2 | "name": "@funfunz/core",
|
3 |
| - "version": "0.24.0", |
| 3 | + "version": "0.25.0", |
4 | 4 | "description": "backoffice generator",
|
5 | 5 | "exports": {
|
6 | 6 | "./lib/index.js": "./lib/index.js"
|
|
27 | 27 | },
|
28 | 28 | "homepage": "https://github.com/JWebCoder/funfunz#readme",
|
29 | 29 | "devDependencies": {
|
30 |
| - "@babel/core": "^7.19.3", |
31 |
| - "@babel/preset-env": "^7.19.4", |
32 |
| - "@babel/preset-typescript": "^7.18.6", |
33 |
| - "@funfunz/sql-data-connector": "^0.12.0", |
34 |
| - "@types/debug": "^4.1.5", |
35 |
| - "@types/express": "^4.17.8", |
36 |
| - "@types/mongodb": "^3.5.27", |
37 |
| - "@types/morgan": "^1.9.1", |
| 30 | + "@funfunz/sql-data-connector": "^0.12.1", |
| 31 | + "@types/debug": "^4.1.12", |
| 32 | + "@types/express": "^4.17.21", |
| 33 | + "@types/morgan": "^1.9.9", |
38 | 34 | "@types/node": "^20.4.1",
|
39 | 35 | "@types/pluralize": "0.0.29",
|
40 | 36 | "@types/supertest": "^2.0.12",
|
41 |
| - "@typescript-eslint/eslint-plugin": "^4.4.0", |
42 |
| - "@typescript-eslint/parser": "^4.4.0", |
43 |
| - "codecov": "^3.8.0", |
| 37 | + "@typescript-eslint/eslint-plugin": "^7.1.1", |
| 38 | + "axios": "^1.6.7", |
| 39 | + "codecov": "^3.8.3", |
44 | 40 | "cors": "^2.8.5",
|
45 | 41 | "docsify-cli": "^4.4.4",
|
46 |
| - "eslint": "^7.10.0", |
47 |
| - "mysql2": "^2.2.5", |
48 |
| - "supertest": "^6.3.3", |
49 |
| - "ts-node": "^9.0.0", |
50 |
| - "tsx": "^3.12.7", |
51 |
| - "typescript": "^4.0.5" |
| 42 | + "eslint": "^8.57.0", |
| 43 | + "mysql2": "^3.9.2", |
| 44 | + "supertest": "^6.3.4", |
| 45 | + "ts-node": "^10.9.2", |
| 46 | + "tsx": "^4.7.1", |
| 47 | + "typescript": "^5.3.3" |
52 | 48 | },
|
53 | 49 | "dependencies": {
|
54 |
| - "axios": "^1.4.0", |
| 50 | + "debug": "^4.3.4", |
55 | 51 | "enquirer": "^2.3.6",
|
56 |
| - "express": "^4.18.2", |
57 |
| - "graphql": "^16.6.0", |
58 |
| - "graphql-http": "^1.21.0", |
| 52 | + "express": "^4.18.3", |
| 53 | + "graphql": "^16.8.1", |
| 54 | + "graphql-http": "^1.22.0", |
59 | 55 | "graphql-parse-resolve-info": "^4.13.0",
|
60 | 56 | "graphql-type-json": "^0.3.2",
|
61 | 57 | "graphql-upload": "^16.0.2",
|
62 |
| - "jsonschema": "^1.2.8", |
63 |
| - "minimist": "^1.2.5", |
| 58 | + "jsonschema": "^1.4.1", |
| 59 | + "minimist": "^1.2.8", |
64 | 60 | "morgan": "^1.10.0",
|
65 | 61 | "pluralize": "^8.0.0"
|
66 | 62 | },
|
67 | 63 | "scripts": {
|
68 | 64 | "docs": "docsify serve ./docs",
|
69 |
| - "execute:test": "DEBUG=Joan-* node --loader tsx ./src/test/api.test.executable.ts", |
70 |
| - "test": "DEBUG=Joan-* node --loader tsx --trace-warnings --test ./src/**/*.test.ts", |
| 65 | + "execute:test": "DEBUG=Joan-* node --import tsx ./src/test/api.test.executable.ts", |
| 66 | + "test": "DEBUG=Joan-* node --import tsx --trace-warnings --test ./src/**/*.test.ts", |
71 | 67 | "lint": "eslint src",
|
72 | 68 | "questions": "DEBUG=funfunz:* NODE_ENV=development ts-node ./src/generator/index.ts",
|
73 | 69 | "clean": "rm -rf lib && mkdir lib",
|
|
0 commit comments