Skip to content

Commit 0317ce1

Browse files
samsharafrozenhelium
authored andcommitted
feat: upgrade tinymce and enforce pnpm version
1 parent 2529b31 commit 0317ce1

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

app/src/components/domain/RiskImminentEventMap/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export interface RiskEventDetailProps<EVENT, EXPOSURE> {
100100
type Footprint = GeoJSON.FeatureCollection<GeoJSON.Geometry, RiskLayerProperties> | undefined;
101101

102102
// FIXME: read this from common type
103-
export type ImminentEventSource = 'pdc' | 'wfpAdam' | 'gdacs' | 'meteoSwiss';
103+
type ImminentEventSource = 'pdc' | 'wfpAdam' | 'gdacs' | 'meteoSwiss';
104104

105105
interface Props<EVENT, EXPOSURE, KEY extends string | number> {
106106
source: ImminentEventSource;

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"private": true,
1111
"scripts": {
12+
"preinstall": "npx only-allow pnpm",
1213
"lint:unused": "knip --tags=-knipignore",
1314
"build:ui": "pnpm -F @ifrc-go/ui build",
1415
"start:ui": "pnpm -F @ifrc-go/ui start",
@@ -20,6 +21,10 @@
2021
"build-storybook": "pnpm -F go-ui-storybook build-storybook",
2122
"chromatic": "pnpm -F go-ui-storybook chromatic"
2223
},
24+
"engines": {
25+
"node": "20",
26+
"pnpm": "8.6.0"
27+
},
2328
"devDependencies": {
2429
"@changesets/cli": "^2.27.10",
2530
"knip": "^5.36.3"

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)