Skip to content

Commit

Permalink
chore: Update oclif (#541)
Browse files Browse the repository at this point in the history
* chore: Update oclif (oclif/core -> 3.x.x)
  • Loading branch information
emil-litwiniec authored May 8, 2024
1 parent 02d3022 commit 02886f5
Show file tree
Hide file tree
Showing 3 changed files with 1,999 additions and 2,788 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@types/jest": "^29.5.10",
"@types/node": "^18.18.14",
"@types/ramda": "^0.28.25",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.9",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "5.3.3",
"@types/react-test-renderer": "^18.0.7",
Expand Down Expand Up @@ -102,8 +102,8 @@
"@sentry/react": "^7.84.0",
"@supercharge/strings": "^2.0.0",
"ramda": "^0.28.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.48.2",
"react-intl": "^6.5.5",
Expand Down
15 changes: 8 additions & 7 deletions packages/internal/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"dependencies": {
"@apptension/saas-boilerplate-telemetry": "^1.0.3",
"@oclif/color": "^1.0.13",
"@oclif/core": "^2.15.0",
"@oclif/core": "^3.26.4",
"@oclif/errors": "^1.3.6",
"@oclif/plugin-autocomplete": "^2.3.10",
"@oclif/plugin-help": "^5.2.20",
"@oclif/plugin-plugins": "^3.9.4",
"@oclif/plugin-autocomplete": "^3.0.16",
"@oclif/plugin-help": "^6.0.21",
"@oclif/plugin-plugins": "^5.0.14",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.43.0",
"@opentelemetry/resources": "^1.18.1",
Expand All @@ -39,9 +39,10 @@
},
"devDependencies": {
"@types/node-persist": "^3.1.7",
"eslint-config-oclif": "^4.0.0",
"eslint-config-oclif-typescript": "^1.0.3",
"oclif": "^3.17.2",
"eslint-config-oclif": "^5.1.3",
"eslint": "^8.54.0",
"eslint-config-oclif-typescript": "^3.1.6",
"oclif": "^4.8.8",
"shx": "^0.3.4"
},
"oclif": {
Expand Down
Loading

0 comments on commit 02886f5

Please sign in to comment.