Skip to content

Commit

Permalink
chore: upgrade pkgroll
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jan 29, 2023
1 parent 2c17893 commit 3768b9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"lint-staged": "^13.1.0",
"manten": "^0.6.1",
"p-map": "^5.3.0",
"pkgroll": "^1.8.1",
"pkgroll": "^1.8.2",
"react": "^17.0.2",
"simple-git-hooks": "^2.8.1",
"tsd": "^0.25.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { proxy } from 'valtio';
import pMap from 'p-map';
import { arrayAdd, arrayRemove } from './utils.js';
import { createApp } from './components/CreateApp.js';
import { createApp } from './components/CreateApp.jsx';
import type {
TaskList,
TaskObject,
Expand Down

0 comments on commit 3768b9e

Please sign in to comment.