Skip to content

Commit f812aaa

Browse files
authored
Merge pull request #94 from python-project-templates/tkp/js2
Bump js deps
2 parents 166d0fe + 63a8f87 commit f812aaa

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

js/js/package.json.jinja

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
"dependencies": {},
4343
"devDependencies": {
4444
"@finos/perspective-esbuild-plugin": "^3.2.1",
45-
"@playwright/test": "^1.54.2",
45+
"@playwright/test": "^1.55.1",
4646
"@prospective.co/procss": "^0.1.17",
47-
"cpy": "^11.1.0",
48-
"esbuild": "^0.25.5",
49-
"esbuild-plugin-less": "^1.3.25",
47+
"cpy": "^12.0.1",
48+
"esbuild": "^0.25.10",
49+
"esbuild-plugin-less": "^1.3.27",
5050
"http-server": "^14.1.1",
5151
"nodemon": "^3.1.10",
5252
"npm-run-all": "^4.1.5",
5353
"prettier": "^3.6.2",
54-
"typescript": "^5.9.2"
54+
"typescript": "^5.9.3"
5555
}
5656
}

jupyter/js/package.json.jinja

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,31 @@
4242
"test": "jest --coverage --collectCoverageFrom=src/*.{js}"
4343
},
4444
"dependencies": {
45-
"@jupyterlab/application": "^4.4.4",
46-
"@jupyterlab/apputils": "^4.5.5",
47-
"@jupyterlab/notebook": "^4.4.2",
48-
"@jupyterlab/services": "^7.4.4",
45+
"@jupyterlab/application": "^4.4.9",
46+
"@jupyterlab/apputils": "^4.5.9",
47+
"@jupyterlab/notebook": "^4.4.9",
48+
"@jupyterlab/services": "^7.4.9",
4949
"@lumino/disposable": "^2.1.4"
5050
},
5151
"devDependencies": {
52-
"@babel/cli": "^7.27.2",
53-
"@babel/core": "^7.28.0",
54-
"@babel/eslint-parser": "^7.28.0",
55-
"@babel/preset-env": "^7.27.2",
56-
"@jupyterlab/builder": "^4.4.5",
57-
"babel-jest": "^30.0.2",
58-
"cpy-cli": "^5.0.0",
52+
"@babel/cli": "^7.28.3",
53+
"@babel/core": "^7.28.4",
54+
"@babel/eslint-parser": "^7.28.4",
55+
"@babel/preset-env": "^7.28.3",
56+
"@jupyterlab/builder": "^4.4.9",
57+
"babel-jest": "^30.2.0",
58+
"cpy-cli": "^6.0.0",
5959
"eslint": "^8.57.1",
6060
"eslint-config-airbnb": "^19.0.4",
6161
"eslint-config-airbnb-base": "^15.0.0",
6262
"eslint-config-prettier": "^10.1.8",
6363
"eslint-plugin-import": "^2.32.0",
64-
"eslint-plugin-jest": "^28.14.0",
64+
"eslint-plugin-jest": "^29.0.1",
6565
"eslint-plugin-json": "^3.1.0",
66-
"eslint-plugin-prettier": "^5.4.0",
66+
"eslint-plugin-prettier": "^5.5.4",
6767
"isomorphic-fetch": "^3.0.0",
68-
"jest": "^30.0.0",
69-
"jest-environment-jsdom": "^30.0.2",
68+
"jest": "^30.2.0",
69+
"jest-environment-jsdom": "^30.2.0",
7070
"jest-junit": "^16.0.0",
7171
"jest-transform-css": "^6.0.3",
7272
"mkdirp": "^3.0.1",

rustjswasm/js/package.json.jinja

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
"dependencies": {},
5353
"devDependencies": {
5454
"@finos/perspective-esbuild-plugin": "^3.2.1",
55-
"@playwright/test": "^1.54.2",
55+
"@playwright/test": "^1.55.1",
5656
"@prospective.co/procss": "^0.1.17",
57-
"cpy": "^11.1.0",
58-
"esbuild": "^0.25.5",
59-
"esbuild-plugin-less": "^1.3.25",
57+
"cpy": "^12.0.1",
58+
"esbuild": "^0.25.10",
59+
"esbuild-plugin-less": "^1.3.27",
6060
"http-server": "^14.1.1",
6161
"nodemon": "^3.1.10",
6262
"npm-run-all": "^4.1.5",
6363
"prettier": "^3.6.2",
64-
"typescript": "^5.9.2"
64+
"typescript": "^5.9.3"
6565
}
6666
}

0 commit comments

Comments
 (0)