Skip to content

Commit

Permalink
chore: update dependencies to prerelease versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamviktora committed Oct 8, 2024
1 parent 8fb93aa commit 1624de5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions .recipes/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,18 @@
"serve:a11y": "yarn workspace {{ tmplr.npm_scope }}/{{ tmplr.extension_name | kebab-case }} serve:a11y"
},
"devDependencies": {
"react": "^18",
"react-dom": "^18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.4",
"@types/jest": "^29.5.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"concurrently": "^9.0.1",
"eslint": "^9.12.0",
"eslint-plugin-import": "^2.29.1",
"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.37.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
Expand All @@ -44,8 +43,9 @@
"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/core": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-flow": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
Expand Down
12 changes: 6 additions & 6 deletions .recipes/default/packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
"access": "public"
},
"dependencies": {
"@patternfly/react-core": "6.0.0-alpha.100"
"@patternfly/react-core": "6.0.0-prerelease.21"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@patternfly/documentation-framework": "6.0.0-alpha.79",
"@patternfly/patternfly": "6.0.0-alpha.205",
"@patternfly/react-table": "6.0.0-alpha.101",
"@patternfly/react-code-editor": "6.0.0-alpha.100",
"@patternfly/documentation-framework": "6.0.0-alpha.110",
"@patternfly/patternfly": "6.0.0-prerelease.15",
"@patternfly/react-table": "6.0.0-prerelease.22",
"@patternfly/react-code-editor": "6.0.0-prerelease.21",
"rimraf": "^6.0.1",
"@patternfly/patternfly-a11y": "^4.3.1",
"react-monaco-editor": "^0.56.0",
"monaco-editor": "^0.50.0",
"monaco-editor": "^0.52.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
Expand Down

0 comments on commit 1624de5

Please sign in to comment.