|
26 | 26 | "license": "Apache-2.0", |
27 | 27 | "devDependencies": { |
28 | 28 | "@alienfast/i18next-loader": "^2.0.2", |
29 | | - "@babel/cli": "^7.23.4", |
30 | | - "@babel/core": "^7.23.5", |
31 | | - "@babel/plugin-proposal-decorators": "^7.23.5", |
32 | | - "@babel/plugin-transform-class-properties": "^7.23.3", |
33 | | - "@babel/plugin-transform-object-rest-spread": "^7.23.4", |
34 | | - "@babel/plugin-transform-runtime": "^7.23.4", |
35 | | - "@babel/preset-env": "^7.23.5", |
36 | | - "@babel/preset-typescript": "^7.23.3", |
| 29 | + "@babel/cli": "^7.24.6", |
| 30 | + "@babel/core": "^7.24.6", |
| 31 | + "@babel/plugin-proposal-decorators": "^7.24.6", |
| 32 | + "@babel/plugin-transform-class-properties": "^7.24.6", |
| 33 | + "@babel/plugin-transform-object-rest-spread": "^7.24.6", |
| 34 | + "@babel/plugin-transform-runtime": "^7.24.6", |
| 35 | + "@babel/preset-env": "^7.24.6", |
| 36 | + "@babel/preset-typescript": "^7.24.6", |
37 | 37 | "@open-wc/building-rollup": "^3.0.2", |
38 | 38 | "@open-wc/testing": "^4.0.0", |
39 | 39 | "@rollup/plugin-commonjs": "^25.0.8", |
40 | 40 | "@rollup/plugin-replace": "^5.0.5", |
| 41 | + "@types/mocha": "^10.0.6", |
41 | 42 | "@types/node": "^20.12.13", |
42 | 43 | "@typescript-eslint/eslint-plugin": "^7.11.0", |
43 | 44 | "@typescript-eslint/parser": "^7.11.0", |
|
48 | 49 | "babel-loader": "^9.1.3", |
49 | 50 | "clean-css": "^5.3.3", |
50 | 51 | "copy-webpack-plugin": "^12.0.2", |
51 | | - "css-loader": "^6.8.1", |
| 52 | + "css-loader": "^7.1.2", |
52 | 53 | "esbuild-plugin-babel": "^0.2.3", |
53 | 54 | "esbuild-plugin-copy": "^2.1.1", |
54 | 55 | "esbuild-plugin-lit-css": "^3.0.0", |
55 | 56 | "esbuild-plugin-umd-wrapper": "^2.0.0", |
56 | 57 | "eslint": "^8.57.0", |
57 | 58 | "eslint-plugin-lit": "^1.14.0", |
58 | 59 | "jspdf": "^2.5.1", |
59 | | - "lit-css-loader": "^2.0.1", |
| 60 | + "lit-css-loader": "^3.0.0", |
60 | 61 | "mini-css-extract-plugin": "^2.9.0", |
61 | 62 | "rollup-plugin-lit-css": "^5.0.0", |
62 | | - "style-loader": "^3.3.3", |
| 63 | + "style-loader": "^4.0.0", |
63 | 64 | "terser-webpack-plugin": "^5.3.10", |
| 65 | + "ts-lit-plugin": "^2.0.2", |
64 | 66 | "typescript": "^5.4.5", |
65 | 67 | "webpack": "^5.91.0", |
66 | 68 | "webpack-cli": "^5.1.4", |
|
73 | 75 | "i18next": "^23.11.5", |
74 | 76 | "i18next-browser-languagedetector": "^8.0.0", |
75 | 77 | "janus-gateway": "^1.2.3", |
76 | | - "lit": "^2.8.0", |
| 78 | + "lit": "^3.1.3", |
77 | 79 | "mobx": "^6.12.3", |
78 | 80 | "pdfjs-dist": "^4.3.136", |
79 | 81 | "typescript-event-target": "^1.1.1" |
|
0 commit comments