Skip to content

Commit

Permalink
package.json: Bump most npm modules
Browse files Browse the repository at this point in the history
Keep xterm at previous 5.1, as 5.2 breaks the a11y tree
(xtermjs/xterm.js#4571).
  • Loading branch information
martinpitt committed Jul 18, 2023
1 parent 15d065c commit 6441a9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 3522 files
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"argparse": "^2.0.1",
"buffer": "^6.0.3",
"chrome-remote-interface": "^0.32.1",
"esbuild": "^0.17.16",
"esbuild": "^0.18.13",
"esbuild-plugin-copy": "^2.0.2",
"esbuild-plugin-replace": "^1.3.0",
"esbuild-sass-plugin": "2.6.0",
"esbuild-wasm": "^0.17.16",
"eslint": "^8.29.0",
"esbuild-sass-plugin": "^2.10.0",
"esbuild-wasm": "^0.18.13",
"eslint": "^8.45.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-react": "^13.0.0",
Expand All @@ -34,7 +34,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-standard": "^5.0.0",
"gettext-parser": "^2.0.0",
"gettext-parser": "^3.0.0",
"htmlparser": "^1.7.7",
"ip": "^1.1.5",
"jed": "^1.1.1",
Expand All @@ -52,15 +52,15 @@
"@patternfly/react-styles": "5.0.0-alpha.10",
"@patternfly/react-table": "5.0.0-alpha.100",
"@patternfly/react-tokens": "5.0.0-alpha.9",
"date-fns": "2.28.0",
"deep-equal": "2.0.5",
"date-fns": "2.30.0",
"deep-equal": "2.2.2",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"redux": "4.1.2",
"redux": "4.2.1",
"redux-thunk": "2.4.2",
"throttle-debounce": "3.0.1",
"throttle-debounce": "5.0.0",
"xterm": "5.1.0",
"xterm-addon-canvas": "0.3.0"
"xterm-addon-canvas": "0.4.0"
}
}

0 comments on commit 6441a9a

Please sign in to comment.