[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
0

Configure Feed

Select the types of activity you want to include in your feed.

perf: :zap: fix react types for volar again

+7 -4
+1 -1
package.json
··· 40 40 "@commitlint/cli": "^16.2.1", 41 41 "@commitlint/config-conventional": "^16.2.1", 42 42 "@types/jest": "^27.4.1", 43 + "@types/react": "file:stub/types__react", 43 44 "@typescript-eslint/eslint-plugin": "^5.12.1", 44 45 "@typescript-eslint/parser": "^5.12.1", 45 46 "babel-core": "^7.0.0-bridge.0", ··· 65 66 "node": "^14.16.0 || ^16.11.0 || ^17.0.0" 66 67 }, 67 68 "dependencies": { 68 - "@types/react": "file:.stub/types__react", 69 69 "@vue/vue3-jest": "^27.0.0-alpha.4", 70 70 "concurrently": "^7.0.0", 71 71 "rimraf": "^3.0.2",
+4
stub/types__react/package.json
··· 1 + { 2 + "name": "@types/react", 3 + "version": "0.0.0" 4 + }
+1 -2
tsconfig.json
··· 18 18 "paths": { 19 19 "@dpc-sdp/ripple-tide-api": ["ripple-tide-api/src"], 20 20 "@dpc-sdp/ripple-core-ui": ["ripple-core-ui/src"], 21 - "@dpc-sdp/ripple-tide-event": ["ripple-tide-event/src"], 22 - "react": ["./stub/types__react"] 21 + "@dpc-sdp/ripple-tide-event": ["ripple-tide-event/src"] 23 22 } 24 23 }, 25 24 "exclude": ["**/*.stories.ts", "**/*.stories.mdx"]
+1 -1
yarn.lock
··· 5413 5413 "@types/scheduler" "*" 5414 5414 csstype "^3.0.2" 5415 5415 5416 - "@types/react@file:.stub/types__react": 5416 + "@types/react@file:stub/types__react": 5417 5417 version "0.0.0" 5418 5418 5419 5419 "@types/resolve@1.17.1":