Skip to content

Commit dcadf71

Browse files
authored
fix: minor dep version bumps (#59)
1 parent 6614fab commit dcadf71

File tree

3 files changed

+2112
-1166
lines changed

3 files changed

+2112
-1166
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,39 +23,39 @@
2323
"screenshots": "yarn workspace @patternfly/react-console docs:screenshots"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "^7.19.6",
27-
"@babel/preset-env": "^7.19.4",
28-
"@babel/preset-flow": "^7.18.6",
29-
"@babel/preset-react": "^7.18.6",
30-
"@babel/preset-typescript": "^7.18.6",
26+
"@babel/core": "^7.24.7",
27+
"@babel/preset-env": "^7.24.7",
28+
"@babel/preset-flow": "^7.24.7",
29+
"@babel/preset-react": "^7.24.7",
30+
"@babel/preset-typescript": "^7.24.7",
3131
"@testing-library/dom": "9.0.0",
3232
"@testing-library/jest-dom": "5.16.2",
3333
"@testing-library/react": "^13.4.0",
34-
"@testing-library/user-event": "14.4.3",
34+
"@testing-library/user-event": "14.5.2",
3535
"@typescript-eslint/eslint-plugin": "^5.42.0",
3636
"@typescript-eslint/parser": "^5.42.0",
37-
"babel-jest": "^29.2.2",
37+
"babel-jest": "^29.7.0",
3838
"concurrently": "^5.3.0",
3939
"eslint": "^8.0.1",
4040
"eslint-config-prettier": "8.5.0",
4141
"eslint-config-standard-with-typescript": "^23.0.0",
42-
"eslint-plugin-import": "^2.25.2",
42+
"eslint-plugin-import": "^2.29.1",
4343
"eslint-plugin-markdown": "^1.0.2",
4444
"eslint-plugin-n": "^15.0.0",
4545
"eslint-plugin-prettier": "^3.1.4",
46-
"eslint-plugin-promise": "^6.0.0",
47-
"eslint-plugin-react": "^7.21.4",
48-
"eslint-plugin-react-hooks": "^4.6.0",
49-
"jest": "^29.2.2",
50-
"jest-canvas-mock": "^2.4.0",
51-
"jest-environment-jsdom": "^29.2.2",
46+
"eslint-plugin-promise": "^6.4.0",
47+
"eslint-plugin-react": "^7.34.3",
48+
"eslint-plugin-react-hooks": "^4.6.2",
49+
"jest": "^29.7.0",
50+
"jest-canvas-mock": "^2.5.2",
51+
"jest-environment-jsdom": "^29.7.0",
5252
"prettier": "2.7.1",
5353
"react": "^18",
5454
"react-dom": "^18",
5555
"typescript": "^4.7.4",
5656
"@types/react": "^18",
5757
"@types/react-dom": "^18",
58-
"@types/file-saver": "^2.0.1",
59-
"tslib": "^2.0.0"
58+
"@types/file-saver": "^2.0.7",
59+
"tslib": "^2.6.3"
6060
}
6161
}

packages/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@patternfly/react-code-editor": "6.0.0-alpha.61",
5454
"@patternfly/react-table": "6.0.0-alpha.61",
5555
"rimraf": "^2.6.2",
56-
"serve": "^14.1.2",
56+
"serve": "^14.2.3",
5757
"monaco-editor": "^0.34.1"
5858
}
5959
}

0 commit comments

Comments
 (0)