|
33 | 33 | ],
|
34 | 34 | "scripts": {
|
35 | 35 | "test": "jest --runInBand",
|
36 |
| - "build": "rollup -c rollup.config.js", |
| 36 | + "build": "rollup --bundleConfigAsCjs -c rollup.config.js", |
37 | 37 | "format": "prettier --write \"src/**/*.ts\"",
|
38 | 38 | "lint": "eslint ./src --ext .ts",
|
39 | 39 | "prepublishOnly": "npm run lint"
|
|
42 | 42 | "@topmarksdevelopment/position": "^1.0.0"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "@rollup/plugin-commonjs": "^23.0.2", |
| 45 | + "@rollup/plugin-commonjs": "^23.0.4", |
46 | 46 | "@rollup/plugin-node-resolve": "^15.0.1",
|
47 |
| - "@rollup/plugin-terser": "^0.1.0", |
48 |
| - "@rollup/plugin-typescript": "^9.0.2", |
49 |
| - "@types/jest": "^29.2.3", |
50 |
| - "@typescript-eslint/eslint-plugin": "^5.25.0", |
51 |
| - "@typescript-eslint/parser": "^5.25.0", |
52 |
| - "eslint": "^8.15.0", |
| 47 | + "@rollup/plugin-terser": "^0.2.0", |
| 48 | + "@rollup/plugin-typescript": "^10.0.1", |
| 49 | + "@types/jest": "^29.2.4", |
| 50 | + "@typescript-eslint/eslint-plugin": "^5.46.1", |
| 51 | + "@typescript-eslint/parser": "^5.46.1", |
| 52 | + "eslint": "^8.29.0", |
53 | 53 | "jest": "^29.3.1",
|
54 | 54 | "jest-environment-jsdom": "^29.3.1",
|
55 |
| - "prettier": "^2.6.2", |
56 |
| - "rollup": "^2.79.1", |
| 55 | + "prettier": "^2.8.1", |
| 56 | + "rollup": "^3.7.4", |
57 | 57 | "ts-jest": "^29.0.3",
|
58 |
| - "typescript": "^4.6.4" |
| 58 | + "typescript": "^4.9.4" |
59 | 59 | },
|
60 | 60 | "optionalDependencies": {
|
61 | 61 | "@topmarksdevelopment/javascript-logger": "^1.1.0"
|
|
0 commit comments