Skip to content

Commit 33870c6

Browse files
committed
Rearrange build steps for typeit-react.
1 parent c2a44e8 commit 33870c6

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

packages/typeit-react/package-lock.json

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

packages/typeit-react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "typeit-react",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"description": "React component for the most versatile JavaScript animated typing utility on the planet.",
55
"homepage": "https://typeitjs.com",
66
"main": "dist/index.umd.js",
77
"module": "dist/index.es.js",
88
"types": "dist/index.d.ts",
99
"scripts": {
10-
"build": "tsc && vite build",
10+
"build": "vite build && tsc",
1111
"start": "vite serve examples",
1212
"prettier": "prettier --write \"**/*.{md,js}\"",
1313
"test": "echo \"Error: no test specified\" && exit 0",
@@ -40,12 +40,12 @@
4040
"@types/react": "^17.0.39",
4141
"react": "^17.0.2",
4242
"react-dom": "^17.0.2",
43-
"typeit": "^8.3.1",
44-
"vite": "^2.8.1"
43+
"typeit": "^8.3.3",
44+
"vite": "^2.8.6"
4545
},
4646
"devDependencies": {
4747
"@babel/preset-typescript": "^7.16.7",
48-
"lint-staged": "^12.3.4",
49-
"typescript": "^4.5.5"
48+
"lint-staged": "^12.3.5",
49+
"typescript": "^4.6.2"
5050
}
5151
}

0 commit comments

Comments
 (0)