Skip to content

Commit

Permalink
Merge pull request #2 from Ekhorn/renovate/npm-dependencies
Browse files Browse the repository at this point in the history
chore(deps): update npm dependencies
  • Loading branch information
Ekhorn committed Jan 21, 2024
2 parents 5a079e2 + eba4695 commit f41754b
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 98 deletions.
178 changes: 89 additions & 89 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion srcs/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"autoprefixer": "^10.0.0",
"axios": "^1.0.0",
"eslint-plugin-playwright": "^0.21.0",
"eslint-plugin-playwright": "^0.22.0",
"postcss": "^8.0.0",
"socket.io-client": "^4.0.0",
"solid-js": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions srcs/app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"rootDir": ".",
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"]
}
"types": ["vite/client"],
},
}
2 changes: 1 addition & 1 deletion srcs/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@playwright/test": "^1.0.0"
},
"devDependencies": {
"eslint-plugin-playwright": "^0.21.0"
"eslint-plugin-playwright": "^0.22.0"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions srcs/e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"compilerOptions": {
"lib": ["dom"],
"rootDir": ".",
"types": ["node"]
}
"types": ["node"],
},
}
Loading

0 comments on commit f41754b

Please sign in to comment.