Skip to content

Commit ab8a9f8

Browse files
committed
Merge branch 'main' into 32-styles-overwrites-styles-of-text-instance
2 parents 2df991f + 229ec5d commit ab8a9f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package-lock.json

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
"npm run lint:fix --"
5353
]
5454
},
55-
"dependencies": {
55+
"devDependencies": {
56+
"@babel/preset-env": "^7.23.2",
57+
"@babel/preset-typescript": "^7.23.2",
5658
"@pixi/assets": "^7.3.1",
5759
"@pixi/core": "^7.3.1",
5860
"@pixi/display": "^7.3.1",
@@ -73,7 +75,6 @@
7375
"@storybook/addon-links": "7.5.0",
7476
"@storybook/addon-storysource": "^7.5.0",
7577
"@storybook/testing-library": "^0.2.2",
76-
"@types/babel__core": "^7.1.20",
7778
"@types/jest": "^29.2.4",
7879
"@types/node": "^18.11.17",
7980
"eslint": "^8.30.0",

0 commit comments

Comments
 (0)