Skip to content

Commit

Permalink
Bump eslint-plugin-simple-import-sort from 12.1.0 to 12.1.1 (#237)
Browse files Browse the repository at this point in the history
* Bump eslint-plugin-simple-import-sort from 12.1.0 to 12.1.1

Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 12.1.0 to 12.1.1.
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](lydell/eslint-plugin-simple-import-sort@v12.1.0...v12.1.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-simple-import-sort
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* updates

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vvillait88 <vvillait88@yahoo.com>
  • Loading branch information
dependabot[bot] and vvillait88 authored Jul 14, 2024
1 parent b31bff3 commit 4a00097
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 177 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peopledatalabs",
"version": "8.2.1",
"version": "9.0.0",
"description": "JavaScript client with TypeScript support for the People Data Labs API",
"type": "module",
"main": "dist/index.cjs",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"homepage": "https://docs.peopledatalabs.com/docs/javascript-sdk",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"chai": "^5.1.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
Expand All @@ -53,14 +53,14 @@
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-unused-imports": "^3.2.0",
"esm": "^3.2.25",
"microbundle": "^0.15.1",
"mocha": "^10.5.2",
"mocha": "^10.6.0",
"typescript": "^5.5.3"
},
"dependencies": {
Expand Down
3 changes: 1 addition & 2 deletions src/types/common-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ export interface PersonResponse {
job_company_website?: string,
job_history?: Array<PersonJobHistoryResponse>,
job_last_changed?: string,
job_last_updated?: string,
job_last_verifed?: string,
job_onet_broad_occupation?: string,
job_onet_code?: string,
Expand Down Expand Up @@ -342,7 +341,7 @@ export interface CompanyResponse {
latest_funding_stage?: string,
likelihood?: number,
linkedin_employee_count?: number,
linkedin_followers?: number,
linkedin_follower_count?: number,
linkedin_id?: string,
linkedin_slug?: string,
linkedin_url?: string,
Expand Down
Loading

0 comments on commit 4a00097

Please sign in to comment.