Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 21, 2024
1 parent 4bc7b29 commit 4cbd7cd
Show file tree
Hide file tree
Showing 6 changed files with 1,263 additions and 2,115 deletions.
10 changes: 5 additions & 5 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"lint:prettier:fix": "prettier --write ."
},
"devDependencies": {
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"prettier": "^2.8.8",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"typescript": "^5.3.3"
}
}
6 changes: 3 additions & 3 deletions highlightjs-glimmer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"@babel/node": "^7.22.19",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"common-tags": "^1.8.2",
"concurrently": "^8.2.2",
"esbuild": "^0.19.9",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"highlight.js": ">= 11.9.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@babel/eslint-parser": "^7.23.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-html": "^7.1.0",
"prettier": "^2.8.8",
"turbo": "^1.11.2"
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-html": "^8.0.0",
"prettier": "^3.0.0",
"turbo": "^2.0.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 4cbd7cd

Please sign in to comment.