Skip to content

Commit

Permalink
chore(deps-dev): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and haozi committed Jun 4, 2024
1 parent c08c606 commit c87cf12
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 446 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
registry=https://registry.npmjs.org
registry=https://registry.npmjs.org
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"idmp": "1.16.2"
"idmp": "2.0.0"
},
"_dependencies": {
"idmp": "1.13.0-alpha.5"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"types": "./dist/index.d.ts",
"scripts": {
"api": "pnpm vite-node -w mock/api.ts",
"build": "tsc && vite-node scripts/build.ts",
"coverage": "vitest run --coverage.enabled --coverage.provider=istanbul",
"dev": "tsc && pnpm run lint && vite",
"build": "tsc && vite-node scripts/build.ts && pnpm run -r build",
"coverage": "pnpm run build && vitest run --coverage",
"dev": "tsc && pnpm run lint && vite & pnpm run -r dev",
"lint": "prettier . --write",
"prepublishOnly": "pnpm run build && vite-node scripts/clean.ts",
"publish:alpha": "pnpm publish --no-git-checks --registry https://registry.npmjs.org --tag alpha",
Expand All @@ -55,23 +55,23 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.13",
"@types/node": "^20.14.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-istanbul": "^1.6.0",
"fs-extra": "^11.2.0",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-node": "^1.6.0",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "^3.7.3",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-html": "^3.2.2",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit c87cf12

Please sign in to comment.