Skip to content

Commit 322fd5c

Browse files
committed
add project files paths
1 parent 76bc7db commit 322fd5c

File tree

3 files changed

+158
-141
lines changed

3 files changed

+158
-141
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
3-
"@pipelab/core": "1.3.2",
3+
"@pipelab/core": "1.3.3",
44
"adm-zip": "0.5.16",
5-
"chokidar": "4.0.1",
5+
"chokidar": "4.0.3",
66
"cors": "2.8.5",
7-
"express": "4.21.1",
8-
"inquirer": "12.0.0"
7+
"express": "4.21.2",
8+
"inquirer": "12.3.0"
99
},
1010
"name": "@pipelab/construct-plugin",
1111
"description": "Pipelab construct plugin",
@@ -30,6 +30,6 @@
3030
"homepage": "https://github.com/CynToolkit/construct-plugin#readme",
3131
"devDependencies": {
3232
"c3ide2-types": "1.0.1",
33-
"electron": "33.0.2"
33+
"electron": "33.3.1"
3434
}
3535
}

0 commit comments

Comments
 (0)