Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 53e8b19

Browse files
committed
bump dev-scripts
1 parent 46f6a2e commit 53e8b19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

create-service/template_package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const contents = (options) => `{
88
},
99
"author": "Unity Technologies",
1010
"devDependencies": {
11-
"@packagedcomponents/dev-scripts": "^1.4.9"
11+
"@packagedcomponents/dev-scripts": "^1.4.10"
1212
}
1313
}
1414
`;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unity-frontend-cli",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
44
"description": "A collection of scripts for setting up new cloud service UI projects.",
55
"bin": {
66
"web-cli": "./index.js",

0 commit comments

Comments
 (0)