|
52 | 52 | "@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4 || ^5 || ^6" |
53 | 53 | }, |
54 | 54 | "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", |
57 | 57 | "@jupyter-widgets/base-manager": "^1.0.7", |
58 | 58 | "@jupyterlab/builder": "^3.6.7", |
59 | 59 | "@lumino/application": "^1.31.4", |
60 | 60 | "@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", |
71 | 71 | "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", |
81 | 81 | "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" |
84 | 89 | }, |
85 | 90 | "jupyterlab": { |
86 | 91 | "extension": "lib/plugin", |
|
0 commit comments