Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"react",
"react-dom"
],
"root": true
"root": true,
"workspaces": true
}
11 changes: 1 addition & 10 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"version": "0.1.0",
"packageManager": "pnpm@10.18.2",
"packageManager": "pnpm@10.18.3",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^6.9.1",
Expand All @@ -13,9 +13,6 @@
"react-scripts": "5.0.1",
"web-vitals": "^5.1.0"
},
"devDependencies": {
"npm-check-updates": "^19.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -40,11 +37,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"pnpm": {
"onlyBuiltDependencies": [
"core-js",
"core-js-pure"
]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pdl-react-autocomplete",
"version": "2.1.8",
"description": "A react component for the People Data Labs Autocomplete API",
"packageManager": "pnpm@10.18.2",
"packageManager": "pnpm@10.18.3",
"source": "src/index.ts",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -60,7 +60,7 @@
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"eslint-plugin-unused-imports": "^3.2.0",
"npm-check-updates": "^19.0.0",
"npm-check-updates": "^19.1.0",
"parcel": "^2.16.0",
"typescript": "^5.9.3"
},
Expand Down
29 changes: 7 additions & 22 deletions pnpm-lock.yaml

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