-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
38 lines (38 loc) · 933 Bytes
/
pnpm-workspace.yaml
File metadata and controls
38 lines (38 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
packages:
# All WB packages
- "packages/*"
# Required for building WB packages
- "build-settings"
# AST transforms
- "wb-codemod"
# ESLint plugin demo
- "packages/eslint-plugin-wonder-blocks/demo"
catalog:
# Wonder Stuff
"@khanacademy/wonder-stuff-core": ^3.0.0
"@khanacademy/wonder-stuff-testing": ^4.0.3
# Icons library
"@phosphor-icons/core": ^2.0.2
# Positioning
"@popperjs/core": ^2.10.1
# Date picker locales
date-fns: ^4.1.0
react-popper: ^2.3.0
# Styling
aphrodite: ^1.2.5
# Dates
temporal-polyfill: "^0.3.0"
# Testing/data
node-fetch: ^2.6.7
# React
"react": 18.2.0
"react-day-picker": ^9.11.1
"react-dom": 18.2.0
# React Router
react-router: 5.3.4
react-router-dom: 5.3.4
react-router-dom-v5-compat: ^6.30.0
# Virtualization
react-window: ^1.8.11
# Codemods
jscodeshift: ^17.3.0