@visulima/api-platform 2.1.2 → 2.1.3

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 +10 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## @visulima/api-platform [2.1.3](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.1.2...@visulima/api-platform@2.1.3) (2024-03-30)
2
+
3
+
4
+
5
+ ### Dependencies
6
+
7
+ * **@visulima/connect:** upgraded to 3.0.6
8
+ * **@visulima/jsdoc-open-api:** upgraded to 2.0.35
9
+ * **@visulima/fs:** upgraded to 2.0.3
10
+
1
11
  ## @visulima/api-platform [2.1.2](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.1.1...@visulima/api-platform@2.1.2) (2024-03-27)
2
12
 
3
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/api-platform",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Visulima API platform is a set of tools to build and consume web APIs",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -141,8 +141,8 @@
141
141
  "test:watch": "vitest"
142
142
  },
143
143
  "dependencies": {
144
- "@visulima/connect": "3.0.5",
145
- "@visulima/jsdoc-open-api": "2.0.34",
144
+ "@visulima/connect": "3.0.6",
145
+ "@visulima/jsdoc-open-api": "2.0.35",
146
146
  "accepts": "^1.3.8",
147
147
  "debug": "^4.3.4",
148
148
  "http-errors": "^2.0.0",
@@ -178,12 +178,12 @@
178
178
  "@types/lodash.merge": "^4.6.9",
179
179
  "@types/node": "18.18.14",
180
180
  "@types/qs": "^6.9.14",
181
- "@types/react": "^18.2.69",
182
- "@types/react-dom": "^18.2.22",
181
+ "@types/react": "^18.2.73",
182
+ "@types/react-dom": "^18.2.23",
183
183
  "@types/swagger-ui-react": "^4.18.3",
184
184
  "@types/webpack": "^5.28.5",
185
185
  "@visulima/crud": "2.0.18",
186
- "@visulima/fs": "2.0.2",
186
+ "@visulima/fs": "2.0.3",
187
187
  "@vitest/coverage-v8": "^1.4.0",
188
188
  "@vitest/ui": "^1.4.0",
189
189
  "chalk": "5.3.0",
@@ -202,13 +202,13 @@
202
202
  "eslint-plugin-ssr-friendly": "^1.3.0",
203
203
  "eslint-plugin-testing-library": "^6.2.0",
204
204
  "eslint-plugin-validate-jsx-nesting": "^0.1.1",
205
- "eslint-plugin-vitest": "^0.3.26",
205
+ "eslint-plugin-vitest": "^0.4.0",
206
206
  "eslint-plugin-vitest-globals": "^1.5.0",
207
207
  "eslint-plugin-zod": "^1.4.0",
208
- "express": "^4.19.1",
208
+ "express": "^4.19.2",
209
209
  "fastify": "^4.26.2",
210
210
  "koa": "^2.15.2",
211
- "mobx": "^6.12.1",
211
+ "mobx": "^6.12.3",
212
212
  "next": "^13.5.6",
213
213
  "next-test-api-route-handler": "^4.0.5",
214
214
  "node-mocks-http": "^1.14.1",
@@ -220,13 +220,13 @@
220
220
  "redoc": "^2.1.3",
221
221
  "rimraf": "^5.0.5",
222
222
  "secretlint": "8.1.2",
223
- "semantic-release": "^23.0.5",
224
- "sort-package-json": "^2.8.0",
223
+ "semantic-release": "^23.0.6",
224
+ "sort-package-json": "^2.10.0",
225
225
  "styled-components": "^6.1.8",
226
226
  "swagger-ui-dist": "^4.19.1",
227
227
  "swagger-ui-react": "^4.19.1",
228
228
  "tsup": "^8.0.2",
229
- "type-fest": "^4.13.1",
229
+ "type-fest": "^4.14.0",
230
230
  "typescript": "^5.4.3",
231
231
  "vitest": "^1.4.0",
232
232
  "webpack": "^5.91.0",
@@ -245,7 +245,7 @@
245
245
  "chalk": "5.3.0",
246
246
  "commander": "^12.0.0",
247
247
  "cors": "^2.8.5",
248
- "express": "^4.19.1",
248
+ "express": "^4.19.2",
249
249
  "fastify": "^4.26.2",
250
250
  "koa": "^2.15.2",
251
251
  "next": "^13.5.6",