Skip to content

Commit

Permalink
deps: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed Sep 4, 2023
1 parent 4bec1c3 commit 8f311bb
Show file tree
Hide file tree
Showing 46 changed files with 346 additions and 160 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
"@snowball-tech/semantic-release-config": "workspace:^",
"@types/eslint": "^8.44.2",
"@types/is-ci": "^3.0.0",
"@types/node": "^20.5.6",
"@types/node": "^20.5.9",
"@types/prettier": "^3.0.0",
"dotenv-cli": "^7.3.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"pythagora": "^0.0.80",
"semantic-release": "^21.1.1",
"ts-node": "^10.9.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@
"@next/eslint-plugin-next": "^13.4.19",
"@rushstack/eslint-patch": "^1.3.3",
"@testing-library/dom": "^9.3.1",
"@typescript-eslint/eslint-plugin": "~6.4.1",
"@typescript-eslint/parser": "~6.4.1",
"eslint": "^8.47.0",
"@typescript-eslint/eslint-plugin": "~6.5.0",
"@typescript-eslint/parser": "~6.5.0",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.0.2",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-lodash": "^7.4.0",
Expand All @@ -102,7 +102,7 @@
"eslint-plugin-testing-library": "^6.0.1",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-yml": "^1.8.0",
"prettier": "^3.0.2"
"prettier": "^3.0.3"
},
"devDependencies": {
"@types/prettier": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"format:fix": "yarn run -T prettier --cache --write ."
},
"dependencies": {
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-sh": "^0.13.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/renovate-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"validate:config": "renovate-config-validator default.json5"
},
"devDependencies": {
"renovate": "^36.60.0"
"renovate": "^36.78.8"
}
}
4 changes: 2 additions & 2 deletions packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
},
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/commit-analyzer": "^10.0.4",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.4",
"@semantic-release/npm": "^10.0.5",
"@semantic-release/release-notes-generator": "^11.0.4",
"@semantic-release/release-notes-generator": "^11.0.7",
"lodash": "^4.17.21",
"semantic-release": "^21.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"stylelint": "^15.0.0"
},
"dependencies": {
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-html": "^1.5.0",
"postcss-styled-syntax": "^0.4.0",
"stylelint": "^15.10.3",
Expand Down
Loading

0 comments on commit 8f311bb

Please sign in to comment.