Skip to content

Commit 347dc10

Browse files
author
Konstantin Taletskiy
committed
feat: update remaining dependencies and add comments
1 parent 42269f5 commit 347dc10

File tree

1 file changed

+28
-23
lines changed

1 file changed

+28
-23
lines changed

{{cookiecutter.github_project_name}}/package.json

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -52,35 +52,40 @@
5252
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4 || ^5 || ^6"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "^7.5.0",
56-
"@babel/preset-env": "^7.5.0",
55+
"@babel/core": "^7.23.7",
56+
"@babel/preset-env": "^7.23.8",
5757
"@jupyter-widgets/base-manager": "^1.0.7",
5858
"@jupyterlab/builder": "^3.6.7",
5959
"@lumino/application": "^1.31.4",
6060
"@lumino/widgets": "^1.37.2",
61-
"@types/jest": "^29.0.0",
62-
"@types/webpack-env": "^1.13.6",
63-
"@typescript-eslint/eslint-plugin": "^3.6.0",
64-
"@typescript-eslint/parser": "^3.6.0",
65-
"acorn": "^7.2.0",
66-
"css-loader": "^3.2.0",
67-
"eslint": "^7.4.0",
68-
"eslint-config-prettier": "^6.11.0",
69-
"eslint-plugin-prettier": "^3.1.4",
70-
"fs-extra": "^7.0.0",
61+
"@types/jest": "^29.5.11",
62+
"@types/webpack-env": "^1.18.4",
63+
"@typescript-eslint/eslint-plugin": "^6.19.1",
64+
"@typescript-eslint/parser": "^6.19.1",
65+
"acorn": "^8.11.3",
66+
"css-loader": "^6.9.1",
67+
"eslint": "^8.56.0",
68+
"eslint-config-prettier": "^9.1.0",
69+
"eslint-plugin-prettier": "^5.1.3",
70+
"fs-extra": "^11.2.0",
7171
"identity-obj-proxy": "^3.0.0",
72-
"jest": "^29.0.0",
73-
"mkdirp": "^0.5.1",
74-
"npm-run-all": "^4.1.3",
75-
"prettier": "^2.0.5",
76-
"rimraf": "^2.6.2",
77-
"source-map-loader": "^1.1.3",
78-
"style-loader": "^1.0.0",
79-
"ts-jest": "^29.0.0",
80-
"ts-loader": "^8.0.0",
72+
"jest": "^29.7.0",
73+
"mkdirp": "^3.0.1",
74+
"npm-run-all": "^4.1.5",
75+
"prettier": "^3.2.4",
76+
"rimraf": "^5.0.5",
77+
"source-map-loader": "^5.0.0",
78+
"style-loader": "^3.3.4",
79+
"ts-jest": "^29.1.2",
80+
"ts-loader": "^9.5.1",
8181
"typescript": "~5.3.3",
82-
"webpack": "^5.61.0",
83-
"webpack-cli": "^4.0.0"
82+
"webpack": "^5.90.0",
83+
"webpack-cli": "^5.1.4"
84+
},
85+
"devDependenciesComments": {
86+
"@jupyterlab/builder": "pinned to the latest JupyterLab 3.x release",
87+
"@lumino/application": "pinned to the latest Lumino 1.x release",
88+
"@lumino/widgets": "pinned to the latest Lumino 1.x release"
8489
},
8590
"jupyterlab": {
8691
"extension": "lib/plugin",

0 commit comments

Comments
 (0)