create-gaon 0.3.21 → 0.3.22

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-gaon",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "description": "Gaon 프로젝트 스캐폴더 — `npm create gaon <name>` 진입점 (gaon new 위임)",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -29,10 +29,10 @@
29
29
  "README.md"
30
30
  ],
31
31
  "dependencies": {
32
- "@gaonjs/cli": "0.65.3"
32
+ "@gaonjs/cli": "0.65.4"
33
33
  },
34
34
  "devDependencies": {
35
- "gaonjs": "1.38.2"
35
+ "gaonjs": "1.39.0"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "node ../../node_modules/typescript/bin/tsc -p tsconfig.json"