Skip to content

Commit

Permalink
Merge pull request #165 from DataDog/kc/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kc-beard authored May 1, 2024
2 parents d0b5ba5 + 85cfd4c commit d544b8f
Show file tree
Hide file tree
Showing 23 changed files with 2,191 additions and 2,039 deletions.
5 changes: 5 additions & 0 deletions .changeset/strong-colts-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@datadog/create-app': patch
---

update dependencies
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: install node
uses: actions/setup-node@v1
with:
node-version: 16.3.0
node-version: 20.10.0
- name: install
run: yarn
- name: lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-api-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16.3.0
node-version: 20.10.0

- name: Install dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: git fetch --unshallow --tags
- uses: actions/setup-node@v1
with:
node-version: 16.3.0
node-version: 20.10.0
registry-url: 'https://registry.npmjs.org'
scope: '@datadog'
- run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16.3.0
node-version: 20.10.0
registry-url: 'https://registry.npmjs.org'
scope: '@datadog'

Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.3.0
20.10.0
2 changes: 1 addition & 1 deletion examples/custom-widget-with-1st-party-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"typescript": "^4.5.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-widget-with-3rd-party-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"typescript": "^4.5.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/geomap/datadog-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pigeon-maps": "^0.19.7",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"typeface-roboto": "^1.1.13",
"typescript": "^4.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"typescript": "^4.5.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/random-dog/dog-image-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"milligram": "^1.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"typeface-roboto": "^1.1.13",
"typescript": "^4.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/redis/datadog-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.19.5",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"web-vitals": "^1.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/redis/products-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dd-trace": "^1.5.1",
"express": "^4.17.1",
"faker": "^5.5.3",
"mongoose": "^6.0.13",
"mongoose": "8.2.4",
"redis": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/sentiment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"milligram": "^1.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"typeface-roboto": "^1.1.13"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/slice-pizza/datadog-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.28.1",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"typeface-roboto": "^1.1.13",
"typescript": "^4.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/starter-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"milligram": "^1.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"typeface-roboto": "^1.1.13",
"typescript": "^4.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/stream/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bootstrap": "^5.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"typeface-roboto": "^1.1.13",
"typescript": "^4.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/stream/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bootstrap": "^5.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"typescript": "^4.1.2"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"typescript": "^4.5.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@changesets/get-release-plan": "3.0.4",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"auto": "10.32.5",
"auto": "11.1.6",
"babel-eslint": "10.1.0",
"eslint": "7.25.0",
"eslint-config-airbnb-base": "14.2.1",
Expand All @@ -71,7 +71,7 @@
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-testing-library": "3.10.2",
"husky": "^7.0.0",
"lerna": "4.0.0",
"lerna": "8.1.2",
"lint-staged": "^12.3.7",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/tar": "6.1.1",
"@vercel/ncc": "0.33.0",
"@vercel/ncc": "0.38.1",
"clipanion": "3.1.0",
"got": "11.8.3",
"handlebars": "4.7.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/src/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"milligram": "^1.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"typeface-roboto": "^1.1.13",
"typescript": "^4.5.4"
},
Expand Down
Loading

0 comments on commit d544b8f

Please sign in to comment.