Skip to content

Commit 39f83f9

Browse files
authored
Merge pull request #111 from python-project-templates/tkp/jsup
bump js deps
2 parents 20d0501 + c51603b commit 39f83f9

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

cppjswasm/js/package.json.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"@playwright/test": "^1.56.1",
5353
"@prospective.co/procss": "^0.1.17",
5454
"cpy": "^12.1.0",
55-
"esbuild": "^0.27.0",
55+
"esbuild": "^0.27.2",
5656
"esbuild-plugin-less": "^1.3.35",
5757
"http-server": "^14.1.1",
5858
"nodemon": "^3.1.10",
5959
"npm-run-all": "^4.1.5",
60-
"prettier": "^3.7.4",
60+
"prettier": "^3.8.1",
6161
"typescript": "^5.9.3"
6262
}
6363
}

js/js/package.json.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"@playwright/test": "^1.56.1",
4646
"@prospective.co/procss": "^0.1.17",
4747
"cpy": "^12.1.0",
48-
"esbuild": "^0.27.0",
48+
"esbuild": "^0.27.2",
4949
"esbuild-plugin-less": "^1.3.35",
5050
"http-server": "^14.1.1",
5151
"nodemon": "^3.1.10",
5252
"npm-run-all": "^4.1.5",
53-
"prettier": "^3.7.4",
53+
"prettier": "^3.8.1",
5454
"typescript": "^5.9.3"
5555
}
5656
}

jupyter/js/package.json.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"jest-junit": "^16.0.0",
7171
"jest-transform-css": "^6.0.3",
7272
"mkdirp": "^3.0.1",
73-
"prettier": "^3.7.4",
73+
"prettier": "^3.8.1",
7474
"rimraf": "^6.1.2"
7575
}
7676
}

rustjswasm/js/package.json.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
"@playwright/test": "^1.56.1",
5656
"@prospective.co/procss": "^0.1.17",
5757
"cpy": "^12.1.0",
58-
"esbuild": "^0.27.0",
58+
"esbuild": "^0.27.2",
5959
"esbuild-plugin-less": "^1.3.35",
6060
"http-server": "^14.1.1",
6161
"nodemon": "^3.1.10",
6262
"npm-run-all": "^4.1.5",
63-
"prettier": "^3.7.4",
63+
"prettier": "^3.8.1",
6464
"typescript": "^5.9.3"
6565
}
6666
}

0 commit comments

Comments
 (0)