|
35 | 35 | "build:dev": "yarn tsc && yarn compile:dev",
|
36 | 36 | "clean": "trash dist",
|
37 | 37 | "lint": "eslint 'src/**/**.{ts,tsx}'",
|
38 |
| - "compile": "NODE_ENV=production rollup -c rollup.config.ts", |
39 |
| - "compile:dev": "NODE_ENV=development rollup -c rollup.config.ts", |
| 38 | + "compile": "NODE_ENV=production rollup -c --strictDeprecations --bundleConfigAsCjs", |
| 39 | + "compile:dev": "NODE_ENV=development rollup -c --strictDeprecations --bundleConfigAsCjs", |
40 | 40 | "tsc": "tsc",
|
41 | 41 | "typecheck": "tsc",
|
42 | 42 | "ci:test": "yarn test --runInBand"
|
|
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 | 52 | "@apollo/client": "^3.8.3",
|
53 |
| - "@babel/core": "^7.21.0", |
54 |
| - "@babel/preset-env": "^7.20.2", |
55 |
| - "@babel/preset-typescript": "^7.21.0", |
56 |
| - "@types/jest": "^29.4.0", |
| 53 | + "@babel/core": "^7.23.2", |
| 54 | + "@babel/eslint-parser": "^7.23.10", |
| 55 | + "@babel/preset-typescript": "^7.23.2", |
| 56 | + "@rollup/plugin-replace": "^5.0.5", |
| 57 | + "@rollup/plugin-typescript": "11.1.1", |
| 58 | + "@types/jest": "^29.5.12", |
57 | 59 | "@types/node": "^11.9.5",
|
58 | 60 | "@types/ramda": "^0.25.50",
|
59 | 61 | "@typescript-eslint/eslint-plugin": "^5.54.0",
|
|
70 | 72 | "eslint-plugin-react-hooks": "^4.6.0",
|
71 | 73 | "eslint-plugin-standard": "^5.0.0",
|
72 | 74 | "graphql": "^16.8.0",
|
73 |
| - "jest": "^29.4.3", |
| 75 | + "jest": "^29.7.0", |
74 | 76 | "prettier": "^2.8.4",
|
75 | 77 | "reactotron-core-client": "workspace:*",
|
76 |
| - "rollup": "^1.1.2", |
77 |
| - "rollup-plugin-babel": "^4.3.2", |
78 |
| - "rollup-plugin-babel-minify": "^7.0.0", |
79 |
| - "rollup-plugin-filesize": "^6.0.1", |
80 |
| - "rollup-plugin-node-resolve": "^4.0.0", |
81 |
| - "rollup-plugin-resolve": "^0.0.1-predev.1", |
| 78 | + "rollup": "^4.9.6", |
| 79 | + "rollup-plugin-filesize": "^10.0.0", |
| 80 | + "rollup-plugin-terser": "^7.0.2", |
82 | 81 | "testdouble": "^3.16.8",
|
83 | 82 | "trash-cli": "^5.0.0",
|
84 | 83 | "ts-jest": "^29.0.5",
|
|
0 commit comments