|
13 | 13 | "check-license-headers": "node ./scripts/checkLicenseHeaders.js", |
14 | 14 | "clean": "rimraf dist node_modules", |
15 | 15 | "lint": "eslint src", |
16 | | - "build": "rollup -c", |
| 16 | + "build": "rollup -c ./rollup.config.mjs", |
17 | 17 | "test": "jest --coverage", |
18 | 18 | "release:version": "npm version", |
19 | 19 | "release:publish": "npm publish --access public --registry=https://registry.npmjs.org", |
|
31 | 31 | "@lwc/engine-dom": "^2.0.0" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@babel/core": "^7.18.13", |
| 34 | + "@babel/core": "^7.20.2", |
35 | 35 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
36 | | - "@lwc/compiler": "^2.23.2", |
37 | | - "@lwc/engine-dom": "^2.23.2", |
38 | | - "@lwc/eslint-plugin-lwc": "^1.4.0", |
39 | | - "@lwc/jest-preset": "^11.5.0", |
40 | | - "@lwc/synthetic-shadow": "^2.23.2", |
41 | | - "@rollup/plugin-babel": "^5.3.1", |
| 36 | + "@lwc/compiler": "^2.30.1", |
| 37 | + "@lwc/engine-dom": "^2.30.1", |
| 38 | + "@lwc/eslint-plugin-lwc": "^1.5.0", |
| 39 | + "@lwc/jest-preset": "^11.5.3", |
| 40 | + "@lwc/synthetic-shadow": "^2.30.1", |
| 41 | + "@rollup/plugin-babel": "^6.0.2", |
42 | 42 | "@salesforce/eslint-config-lwc": "^3.3.3", |
43 | 43 | "@salesforce/eslint-plugin-lightning": "^1.0.0", |
44 | | - "eslint": "^8.23.0", |
| 44 | + "eslint": "^8.27.0", |
45 | 45 | "eslint-plugin-import": "^2.26.0", |
46 | | - "eslint-plugin-jest": "^27.0.1", |
| 46 | + "eslint-plugin-jest": "^27.1.5", |
47 | 47 | "isbinaryfile": "^5.0.0", |
48 | | - "jest": "^29.0.1", |
49 | | - "jest-environment-jsdom": "^29.0.1", |
| 48 | + "jest": "^29.3.1", |
| 49 | + "jest-environment-jsdom": "^29.3.1", |
50 | 50 | "rimraf": "^3.0.2", |
51 | | - "rollup": "^2.79.0" |
| 51 | + "rollup": "^3.2.5" |
52 | 52 | }, |
53 | 53 | "lwc": { |
54 | 54 | "modules": [ |
|
0 commit comments