@visulima/prisma-dmmf-transformer 2.0.11 → 2.0.12

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 (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @visulima/prisma-dmmf-transformer [2.0.12](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.11...@visulima/prisma-dmmf-transformer@2.0.12) (2024-01-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated all deps, updated test based on eslint errors ([909f8f3](https://github.com/visulima/visulima/commit/909f8f384804d7ef140354ab44f867532dbc9847))
7
+
1
8
  ## @visulima/prisma-dmmf-transformer [2.0.11](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.10...@visulima/prisma-dmmf-transformer@2.0.11) (2023-12-06)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/prisma-dmmf-transformer",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "A generator for Prisma to generate a valid JSON Schema v7.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -76,38 +76,38 @@
76
76
  "test:watch": "vitest"
77
77
  },
78
78
  "dependencies": {
79
- "@prisma/generator-helper": "5.7.0"
79
+ "@prisma/generator-helper": "5.8.1"
80
80
  },
81
81
  "devDependencies": {
82
- "@anolilab/eslint-config": "^15.0.2",
83
- "@anolilab/prettier-config": "^5.0.13",
84
- "@anolilab/semantic-release-preset": "^8.0.2",
85
- "@babel/core": "^7.23.5",
82
+ "@anolilab/eslint-config": "^15.0.3",
83
+ "@anolilab/prettier-config": "^5.0.14",
84
+ "@anolilab/semantic-release-preset": "^8.0.3",
85
+ "@babel/core": "^7.23.7",
86
86
  "@prisma/client": "4.16.2",
87
- "@prisma/internals": "5.7.0",
88
- "@rushstack/eslint-plugin-security": "^0.7.1",
87
+ "@prisma/internals": "5.8.1",
88
+ "@rushstack/eslint-plugin-security": "^0.8.0",
89
89
  "@types/json-schema": "7.0.15",
90
90
  "@types/micromatch": "4.0.6",
91
91
  "@types/node": "18.18.8",
92
- "@vitest/coverage-v8": "1.0.1",
92
+ "@vitest/coverage-v8": "1.2.1",
93
93
  "ajv": "8.12.0",
94
94
  "ajv-formats": "2.1.1",
95
95
  "cross-env": "7.0.3",
96
- "eslint": "^8.55.0",
96
+ "eslint": "^8.56.0",
97
97
  "eslint-plugin-deprecation": "^2.0.0",
98
98
  "eslint-plugin-etc": "^2.0.3",
99
- "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.0",
100
- "eslint-plugin-mdx": "^2.2.0",
101
- "eslint-plugin-vitest": "^0.3.10",
99
+ "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
100
+ "eslint-plugin-mdx": "^3.1.5",
101
+ "eslint-plugin-vitest": "^0.3.20",
102
102
  "eslint-plugin-vitest-globals": "^1.4.0",
103
- "prettier": "3.1.0",
103
+ "prettier": "3.2.4",
104
104
  "prisma": "4.16.2",
105
105
  "rimraf": "5.0.5",
106
- "semantic-release": "22.0.10",
106
+ "semantic-release": "23.0.0",
107
107
  "sort-package-json": "^2.6.0",
108
108
  "tsup": "8.0.1",
109
- "typescript": "5.3.2",
110
- "vitest": "1.0.1"
109
+ "typescript": "5.3.3",
110
+ "vitest": "1.2.1"
111
111
  },
112
112
  "peerDependencies": {
113
113
  "@prisma/client": "3.* || 4.*",