|
15 | 15 | ]
|
16 | 16 | },
|
17 | 17 | "scripts": {
|
18 |
| - "build": "rollup -c && tsc -b", |
| 18 | + "build": "rollup -c && node scripts/copy-to-root.mjs", |
19 | 19 | "changeset": "changeset",
|
20 | 20 | "clean": "git clean -fdX .",
|
21 | 21 | "format": "prettier --ignore-path .eslintignore --write .",
|
|
42 | 42 | "dependencies": {
|
43 | 43 | "@ampproject/filesize": "^4.3.0",
|
44 | 44 | "@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
|
45 |
| - "@babel/core": "^7.7.4", |
46 |
| - "@babel/preset-env": "^7.15.8", |
47 |
| - "@babel/preset-modules": "^0.1.4", |
48 |
| - "@babel/preset-react": "^7.14.5", |
49 |
| - "@babel/preset-typescript": "^7.15.0", |
| 45 | + "@babel/core": "^7.18.2", |
| 46 | + "@babel/preset-env": "^7.18.2", |
| 47 | + "@babel/preset-modules": "^0.1.5", |
| 48 | + "@babel/preset-react": "^7.17.12", |
| 49 | + "@babel/preset-typescript": "^7.17.12", |
50 | 50 | "@changesets/changelog-github": "0.4.4",
|
51 | 51 | "@changesets/cli": "^2.22.0",
|
52 | 52 | "@remix-run/web-fetch": "4.1.3",
|
53 |
| - "@rollup/plugin-replace": "^2.2.1", |
| 53 | + "@rollup/plugin-babel": "^5.3.1", |
| 54 | + "@rollup/plugin-node-resolve": "^13.3.0", |
| 55 | + "@rollup/plugin-replace": "^4.0.0", |
| 56 | + "@rollup/plugin-typescript": "^8.3.2", |
54 | 57 | "@testing-library/jest-dom": "5.16.3",
|
55 | 58 | "@testing-library/react": "12.1.4",
|
56 | 59 | "@types/jest": "26.x",
|
|
74 | 77 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
75 | 78 | "eslint-plugin-react": "^7.24.0",
|
76 | 79 | "eslint-plugin-react-hooks": "next",
|
| 80 | + "fs-extra": "^10.1.0", |
77 | 81 | "history": "^5.3.0",
|
78 | 82 | "jest": "^26.6.3",
|
79 | 83 | "jsonfile": "^6.1.0",
|
|
84 | 88 | "react": "^17.0.2",
|
85 | 89 | "react-dom": "^17.0.2",
|
86 | 90 | "react-test-renderer": "^17.0.2",
|
87 |
| - "rollup": "^1.27.9", |
88 |
| - "rollup-plugin-babel": "^4.3.3", |
89 |
| - "rollup-plugin-copy": "^3.1.0", |
| 91 | + "rollup": "^2.75.5", |
| 92 | + "rollup-plugin-copy": "^3.4.0", |
90 | 93 | "rollup-plugin-extensions": "^0.1.0",
|
91 |
| - "rollup-plugin-prettier": "^0.6.0", |
| 94 | + "rollup-plugin-prettier": "^2.2.2", |
92 | 95 | "rollup-plugin-terser": "^7.0.2",
|
93 | 96 | "semver": "^7.3.5",
|
94 | 97 | "ts-jest": "^26.5.6",
|
95 | 98 | "type-fest": "^2.13.0",
|
96 |
| - "typescript": "^4.3.5" |
| 99 | + "typescript": "^4.7.3" |
97 | 100 | },
|
98 | 101 | "filesize": {
|
99 | 102 | "build/node_modules/@remix-run/router/router.production.min.js": {
|
|
0 commit comments