Skip to content

Commit

Permalink
chore(deps): upgrade all minors
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-run committed Apr 15, 2024
1 parent d5bac58 commit 8f3439e
Show file tree
Hide file tree
Showing 6 changed files with 1,763 additions and 1,915 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
#!.yarn/cache
.pnp.*

node_modules
node_modules

.idea
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"

yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/eslint-config-teamsykmelding",
"packageManager": "yarn@4.0.1",
"packageManager": "yarn@4.1.1",
"version": "5.2.0",
"engines": {
"node": "20"
Expand All @@ -13,23 +13,23 @@
"test": "eslint --config=index.js"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.1.0"
"eslint-plugin-testing-library": "^6.2.2"
},
"peerDependencies": {
"eslint": ">=8",
"prettier": ">=2",
"typescript": ">=4"
},
"devDependencies": {
"eslint": "^8.52.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 8f3439e

Please sign in to comment.