Skip to content

Commit 1d9f930

Browse files
committed
chore: update library version for templates
1 parent 84d44f2 commit 1d9f930

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Yasuaki Uechi <[email protected]>",
66
"scripts": {
77
"build": "npm run tsup -- --minify --dts",
8-
"clean": "shx rm -rf lib",
8+
"clean": "shx rm -rf lib 'templates/*/{yarn.lock,package-lock.json,node_modules}'",
99
"dev": "npm run tsup -- --watch",
1010
"prepublishOnly": "npm run clean && npm run build",
1111
"release": "release-it",

templates/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"templates"
1010
],
1111
"dependencies": {
12-
"create-create-app": "^6.0.1"
12+
"create-create-app": "^7.0.0"
1313
},
1414
"license": "{{license}}"
1515
}

templates/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"templates"
1616
],
1717
"dependencies": {
18-
"create-create-app": "^6.0.1"
18+
"create-create-app": "^7.0.0"
1919
},
2020
"devDependencies": {
2121
"tsup": "^3.6.1",

0 commit comments

Comments
 (0)