Skip to content

Commit 3d9a86d

Browse files
authored
Merge pull request #53 from python-project-templates/timkpaine-patch-1
Update package.json.jinja
2 parents c9dacb5 + 67f17ba commit 3d9a86d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

js/js/package.json.jinja

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "{{project_name_formatted}}",
3-
"version": "0.1.10",
3+
"version": "0.1.0",
44
"description": "{{project_description}}",
55
"repository": "git@github.com:{{github}}/{{project_name_formatted}}.git",
66
"author": "{{team}} <{{email}}>",
@@ -41,14 +41,14 @@
4141
},
4242
"dependencies": {},
4343
"devDependencies": {
44-
"@finos/perspective-esbuild-plugin": "^2.10.1",
44+
"@finos/perspective-esbuild-plugin": "^3.1.3",
4545
"@playwright/test": "^1.47.0",
4646
"@prospective.co/procss": "^0.1.16",
4747
"cpy": "^11.1.0",
48-
"esbuild": "^0.23.1",
49-
"esbuild-plugin-less": "^1.3.9",
48+
"esbuild": "^0.25.3",
49+
"esbuild-plugin-less": "^1.3.21",
5050
"http-server": "^14.1.1",
51-
"nodemon": "^3.1.4",
51+
"nodemon": "^3.1.10",
5252
"npm-run-all": "^4.1.5",
5353
"prettier": "^3.3.3",
5454
"typescript": "^5.6.2"

0 commit comments

Comments
 (0)