Skip to content

Commit

Permalink
fix: minor dep version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Jul 1, 2024
1 parent 6614fab commit eb7f4ae
Show file tree
Hide file tree
Showing 3 changed files with 2,112 additions and 1,166 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,39 +23,39 @@
"screenshots": "yarn workspace @patternfly/react-console docs:screenshots"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-flow": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@testing-library/dom": "9.0.0",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "14.4.3",
"@testing-library/user-event": "14.5.2",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"babel-jest": "^29.2.2",
"babel-jest": "^29.7.0",
"concurrently": "^5.3.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.2.2",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^29.2.2",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"prettier": "2.7.1",
"react": "^18",
"react-dom": "^18",
"typescript": "^4.7.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/file-saver": "^2.0.1",
"tslib": "^2.0.0"
"@types/file-saver": "^2.0.7",
"tslib": "^2.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@patternfly/react-code-editor": "6.0.0-alpha.61",
"@patternfly/react-table": "6.0.0-alpha.61",
"rimraf": "^2.6.2",
"serve": "^14.1.2",
"serve": "^14.2.3",
"monaco-editor": "^0.34.1"
}
}
Loading

0 comments on commit eb7f4ae

Please sign in to comment.