Skip to content

Commit 06e1b86

Browse files
fix: package rebase
1 parent 3d6ee96 commit 06e1b86

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@babel/plugin-proposal-class-properties": "7.18.6",
3232
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
3333
"@babel/plugin-syntax-dynamic-import": "7.8.3",
34+
3435
"@edx/eslint-config": "4.0.0-alpha.1",
3536
"@edx/typescript-config": "^1.0.0",
3637
"@babel/preset-env": "7.22.5",
@@ -99,9 +100,11 @@
99100
"devDependencies": {
100101
"@babel/preset-typescript": "^7.18.6",
101102
"@types/react": "^17.0.0",
102-
"@types/react-dom": "^17.0.11"
103+
"@types/react-dom": "^17.0.11",
104+
"typescript": "^5.0.0"
103105
},
104106
"peerDependencies": {
105107
"react": "^16.9.0 || ^17.0.0"
106108
}
107109
}
110+

0 commit comments

Comments
 (0)