Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamviktora committed Sep 12, 2024
1 parent 8fb93aa commit 32574c8
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 133 deletions.
26 changes: 13 additions & 13 deletions .recipes/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,36 @@
"serve:a11y": "yarn workspace {{ tmplr.npm_scope }}/{{ tmplr.extension_name | kebab-case }} serve:a11y"
},
"devDependencies": {
"react": "^18",
"react-dom": "^18",
"typescript": "^5.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.2",
"@types/jest": "^29.5.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-config-love": "^62.0.0",
"eslint-plugin-react": "^7.36.0",
"eslint-config-love": "^62.0.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-config-prettier": "9.1.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"prettier": "3.3.3",
"jest": "^29.7.0",
"babel-jest": "^29.7.0",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-flow": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/dom": "^10.4.0",
"jest-environment-jsdom": "^29.7.0",
"serve": "^14.2.3"
Expand Down
2 changes: 1 addition & 1 deletion .recipes/default/packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@patternfly/react-code-editor": "6.0.0-alpha.100",
"rimraf": "^6.0.1",
"@patternfly/patternfly-a11y": "^4.3.1",
"react-monaco-editor": "^0.56.0",
"react-monaco-editor": "^0.56.1",
"monaco-editor": "^0.50.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-proposal-class-properties": "^7.18.6",
Expand Down
Loading

0 comments on commit 32574c8

Please sign in to comment.