@lark-apaas/coding-template-nestjs-react-fullstack 0.1.4-alpha.0 → 0.1.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/coding-template-nestjs-react-fullstack",
3
- "version": "0.1.4-alpha.0",
3
+ "version": "0.1.5",
4
4
  "description": "NestJS + React fullstack template for miaoda coding",
5
5
  "type": "module",
6
6
  "files": [
@@ -24241,6 +24241,16 @@
24241
24241
  "node": ">=6"
24242
24242
  }
24243
24243
  },
24244
+ "node_modules/react-dev-utils/node_modules/yaml": {
24245
+ "version": "1.10.3",
24246
+ "resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.3.tgz",
24247
+ "integrity": "sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==",
24248
+ "dev": true,
24249
+ "license": "ISC",
24250
+ "engines": {
24251
+ "node": ">= 6"
24252
+ }
24253
+ },
24244
24254
  "node_modules/react-dom": {
24245
24255
  "version": "19.2.7",
24246
24256
  "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.2.7.tgz",
@@ -28703,16 +28713,6 @@
28703
28713
  "dev": true,
28704
28714
  "license": "ISC"
28705
28715
  },
28706
- "node_modules/yaml": {
28707
- "version": "1.10.3",
28708
- "resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.3.tgz",
28709
- "integrity": "sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==",
28710
- "dev": true,
28711
- "license": "ISC",
28712
- "engines": {
28713
- "node": ">= 6"
28714
- }
28715
- },
28716
28716
  "node_modules/yargs": {
28717
28717
  "version": "17.7.2",
28718
28718
  "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",