|
10 | 10 | "scripts": {
|
11 | 11 | "prebuild": "rimraf dist",
|
12 | 12 | "build": "npm-run-all --parallel build:main build:bundle:main build:bundle:pure",
|
13 |
| - "build:bundle:main": "kcd-scripts build --bundle --no-clean", |
14 |
| - "build:bundle:pure": "cross-env BUILD_FILENAME_SUFFIX=.pure BUILD_INPUT=src/pure.js kcd-scripts build --bundle --no-clean", |
| 13 | + "build:bundle:main": "dotenv -e .bundle.main.env kcd-scripts build -- --bundle --no-clean", |
| 14 | + "build:bundle:pure": "dotenv -e .bundle.main.env -e .bundle.pure.env kcd-scripts build -- --bundle --no-clean", |
15 | 15 | "build:main": "kcd-scripts build --no-clean",
|
16 | 16 | "lint": "kcd-scripts lint",
|
17 | 17 | "setup": "npm install && npm run validate -s",
|
|
39 | 39 | "author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
|
40 | 40 | "license": "MIT",
|
41 | 41 | "dependencies": {
|
42 |
| - "@babel/runtime": "^7.9.2", |
43 |
| - "@testing-library/dom": "^7.1.0", |
44 |
| - "@types/testing-library__react": "^10.0.0" |
| 42 | + "@babel/runtime": "^7.9.6", |
| 43 | + "@testing-library/dom": "^7.2.2", |
| 44 | + "@types/testing-library__react": "^10.0.1" |
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 | 47 | "@reach/router": "^1.3.3",
|
48 |
| - "@testing-library/jest-dom": "^5.1.1", |
49 |
| - "cross-env": "^7.0.2", |
50 |
| - "kcd-scripts": "^5.6.0", |
| 48 | + "@testing-library/jest-dom": "^5.5.0", |
| 49 | + "dotenv-cli": "^3.1.0", |
| 50 | + "kcd-scripts": "^5.11.1", |
51 | 51 | "npm-run-all": "^4.1.5",
|
52 | 52 | "react": "^16.13.1",
|
53 | 53 | "react-dom": "^16.13.1",
|
|
0 commit comments