Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 17, 2021
1 parent fba07c8 commit 1e39b0e
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 355 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -27,7 +27,7 @@
]
},
"devDependencies": {
"@antfu/eslint-config": "^0.8.1",
"@antfu/eslint-config": "^0.9.0",
"@antfu/ni": "^0.9.3",
"@antfu/utils": "^0.3.0",
"@slidev/cli": "workspace:*",
Expand All @@ -44,35 +44,35 @@
"@types/katex": "^0.11.1",
"@types/markdown-it": "^12.2.1",
"@types/mermaid": "^8.2.7",
"@types/node": "^16.9.1",
"@types/node": "^16.9.2",
"@types/prettier": "^2.3.2",
"@types/prismjs": "^1.16.6",
"@types/prompts": "^2.4.0",
"@types/recordrtc": "^5.6.7",
"@types/resolve": "^1.20.1",
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@vueuse/core": "^6.3.3",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@vueuse/core": "^6.4.0",
"bumpp": "^7.1.1",
"cross-env": "^7.0.3",
"cypress": "^7.7.0",
"eslint": "^7.32.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "^24.4.2",
"esno": "^0.9.1",
"husky": "4.3.7",
"jest": "^27.1.1",
"jest": "^27.2.0",
"katex": "^0.13.18",
"lint-staged": "^11.1.2",
"mermaid": "^8.12.1",
"playwright-chromium": "^1.14.1",
"pnpm": "^6.15.0",
"pnpm": "^6.15.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"tsup": "4.14.0",
"tsup": "5.1.0",
"typescript": "^4.4.3",
"vite": "^2.5.6",
"vite-plugin-windicss": "^1.4.2",
"vite": "^2.5.8",
"vite-plugin-windicss": "^1.4.3",
"zx": "^4.2.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Expand Up @@ -33,7 +33,7 @@
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsup src/index.ts src/core.ts src/fs.ts --format cjs,esm --dts",
"build": "rimraf dist && tsup src/index.ts src/core.ts src/fs.ts --format cjs,esm --dts --splitting",
"dev": "nr build --watch",
"prepublishOnly": "npm run build"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/slidev/package.json
Expand Up @@ -31,7 +31,7 @@
"slidev": "./bin/slidev.js"
},
"scripts": {
"build": "rimraf dist && tsup node/index.ts node/cli.ts --dts --format cjs,esm --external @slidev/client/package.json",
"build": "rimraf dist && tsup node/index.ts node/cli.ts --dts --format cjs,esm --splitting --external @slidev/client/package.json",
"dev": "nr build --watch",
"prepublishOnly": "npm run build",
"start": "esno node/cli.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Expand Up @@ -20,7 +20,7 @@
"module": "dist/index.mjs",
"types": "index.d.ts",
"scripts": {
"build": "pnpx tsup src/index.ts --format cjs,esm --dts",
"build": "pnpx tsup src/index.ts --format cjs,esm --dts --splitting",
"dev": "nr build --watch",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit 1e39b0e

Please sign in to comment.