Update basic example to listen to changes in parent directory

This commit is contained in:
Arthur Vivian
2021-12-15 13:55:45 +00:00
committed by Arthur Vivian
parent 5a19354ab3
commit bfbb8a59ee
3 changed files with 1882 additions and 1306 deletions

View File

@@ -6,10 +6,10 @@
"@testing-library/jest-dom": "^5.13.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"react": "^17.0.2",
"react": "file:../../node_modules/react",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"rive-react": "latest",
"rive-react": "file:../..",
"web-vitals": "^1.1.2"
},
"scripts": {

3178
package-lock.json generated
View File

File diff suppressed because it is too large Load Diff

View File

@@ -10,6 +10,7 @@
"scripts": {
"test": "jest",
"build": "bunchee src/index.ts -m --no-sourcemap",
"dev": "watch 'npm run build' src",
"lint": "eslint -c .eslintrc.js 'src/**/*{.ts,.tsx}'",
"format": "prettier --write src",
"types:check": "tsc --noEmit",
@@ -41,7 +42,7 @@
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"auto-changelog": "^2.3.0",
"bunchee": "^1.6.0",
"bunchee": "^1.7.3",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
@@ -55,6 +56,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"release-it": "^14.10.0",
"ts-jest": "^27.0.2"
"ts-jest": "^27.0.2",
"watch": "^1.0.2"
}
}