Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
- add changeset
matijs authored and Robbert committed Nov 7, 2024
1 parent bec1e03 commit c584e42
Showing 5 changed files with 425 additions and 462 deletions.
6 changes: 6 additions & 0 deletions .changeset/fluffy-pots-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@nl-design-system/rollup-config-react-component': patch
'@nl-design-system/eslint-config': patch
---

This version contains no changes, only devDependencies were updated
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -19,25 +19,25 @@
"pnpm": "^9"
},
"devDependencies": {
"@changesets/cli": "2.27.8",
"@changesets/cli": "2.27.9",
"@nl-design-system/eslint-config": "workspace:*",
"@nl-design-system/tsconfig": "workspace:*",
"@types/node": "20.14.13",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"eslint": "9.13.0",
"@types/node": "20.17.6",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"markdownlint-cli": "0.41.0",
"npm-check-updates": "17.1.2",
"markdownlint-cli": "0.42.0",
"npm-check-updates": "17.1.10",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.47",
"prettier": "3.3.3",
"stylelint": "16.9.0",
"stylelint": "16.10.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"scripts": {
"build": "pnpm --recursive run build",
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -21,18 +21,18 @@
"access": "public"
},
"devDependencies": {
"eslint": "9.13.0"
"eslint": "9.14.0"
},
"peerDependencies": {
"eslint": "^9"
},
"dependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.14.0",
"@eslint/json": "0.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-perfectionist": "3.9.1",
"eslint-plugin-react": "7.36.1",
"globals": "15.11.0",
"typescript-eslint": "8.12.2"
"eslint-plugin-react": "7.37.2",
"globals": "15.12.0",
"typescript-eslint": "8.13.0"
}
}
2 changes: 1 addition & 1 deletion packages/rollup-config-react-component/package.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
"rollup-plugin-postcss": "4.0.2"
},
"devDependencies": {
"rollup": "4.24.3"
"rollup": "4.24.4"
},
"peerDependencies": {
"rollup": "^4"
851 changes: 404 additions & 447 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit c584e42

Please sign in to comment.