Skip to content

Commit

Permalink
chore: update npm dependencies (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: nilzona <nilzona@users.noreply.github.com>
Co-authored-by: Anders Nilsson <nilssonanders79@gmail.com>
  • Loading branch information
3 people authored Oct 5, 2024
1 parent 0a28273 commit feb2d5a
Show file tree
Hide file tree
Showing 8 changed files with 697 additions and 766 deletions.
6 changes: 6 additions & 0 deletions .changeset/smart-bikes-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@qlik/eslint-config": patch
"@qlik/prettier-config": patch
---

chore: update npm dependencies
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"prettier": "@qlik/prettier-config",
"devDependencies": {
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.8",
"@qlik/prettier-config": "workspace:*",
"prettier": "3.3.3",
"turbo": "2.0.9"
"turbo": "2.1.3"
},
"packageManager": "pnpm@9.4.0",
"engines": {
Expand Down
20 changes: 10 additions & 10 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@
"extends": "eslint:recommended"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-svelte": "^2.43.0",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-svelte": "^2.44.1",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-vitest": "^0.4.1",
"svelte-eslint-parser": "^0.41.0"
"svelte-eslint-parser": "^0.41.1"
},
"devDependencies": {
"@qlik/prettier-config": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"format:write": "prettier --write '**' --ignore-unknown"
},
"dependencies": {
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-packagejson": "^2.5.1",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.2",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-svelte": "^3.2.6"
"prettier-plugin-svelte": "^3.2.7"
},
"peerDependencies": {
"prettier": "^3.0.0"
Expand Down
1,417 changes: 671 additions & 746 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/test-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@qlik/eslint-config": "workspace:*",
"@qlik/prettier-config": "workspace:*",
"@qlik/tsconfig": "workspace:*",
"@types/react": "^18.3.3",
"@types/react": "^18.3.10",
"eslint": "^8.57.0",
"vitest": "^2.0.4"
"vitest": "^2.1.1"
}
}
4 changes: 2 additions & 2 deletions test/test-react-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"prettier": "@qlik/prettier-config",
"dependencies": {
"react": "^18.3.1",
"svelte": "^4.2.18"
"svelte": "^4.2.19"
},
"devDependencies": {
"@qlik/eslint-config": "workspace:*",
"@qlik/prettier-config": "workspace:*",
"@qlik/tsconfig": "workspace:*",
"@types/react": "^18.3.3",
"@types/react": "^18.3.10",
"eslint": "^8.57.0"
}
}
2 changes: 1 addition & 1 deletion test/test-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@qlik/eslint-config": "workspace:*",
"@qlik/prettier-config": "workspace:*",
"@qlik/tsconfig": "workspace:*",
"@types/react": "^18.3.3",
"@types/react": "^18.3.10",
"eslint": "^8.57.0"
}
}

0 comments on commit feb2d5a

Please sign in to comment.