Skip to content

Commit

Permalink
Merge pull request #327 from pantheon-systems/dependabot/npm_and_yarn…
Browse files Browse the repository at this point in the history
…/npm_and_yarn-4eee6d6486

chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates
  • Loading branch information
kevinstubbs authored Jan 2, 2025
2 parents cccb75f + a3bb582 commit b3859a4
Show file tree
Hide file tree
Showing 8 changed files with 238 additions and 272 deletions.
2 changes: 1 addition & 1 deletion local_testing/testpages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@pantheon-systems/pcc-react-sample-library": "workspace:*",
"next": "^14.2.10",
"next": "^14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@pantheon-systems/pcc-sdk-core": "workspace:*",
"axios": "^1.7.5",
"axios": "^1.7.6",
"bluebird": "^3.7.2",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"eslint": "^8.57.0",
"eslint-config-pcc-custom": "workspace:*",
"jest": "29.5.0",
"next": "^14.2.10",
"next": "^14.2.15",
"octokit": "^3.2.1",
"ora": "^6.3.1",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"unplugin-vue": "^4.5.2",
"vite": "^5.1.8",
"vite": "^5.2.14",
"vue": "3.4.27",
"vue-3": "npm:vue@^3.4.27"
},
Expand Down
490 changes: 228 additions & 262 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions starters/nextjs-starter-approuter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"markdown-to-txt": "^2.0.1",
"next": "^14.2.10",
"next": "^14.2.15",
"query-string": "^8.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -58,7 +58,7 @@
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"vite": "^5.1.8",
"vite": "^5.2.14",
"vitest": "^1.3.1",
"vitest-fetch-mock": "^0.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions starters/nextjs-starter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"markdown-to-txt": "^2.0.1",
"next": "^14.2.10",
"next": "^14.2.15",
"next-seo": "^5.15.0",
"query-string": "^8.2.0",
"react": "18.3.1",
Expand All @@ -60,7 +60,7 @@
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"vite": "^5.1.8",
"vite": "^5.2.14",
"vitest": "^1.3.1",
"vitest-fetch-mock": "^0.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions starters/nextjs-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"markdown-to-txt": "^2.0.1",
"next": "^14.2.10",
"next": "^14.2.15",
"next-seo": "^5.15.0",
"query-string": "^8.2.0",
"react": "18.3.1",
Expand All @@ -58,7 +58,7 @@
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"vite": "^5.1.8",
"vite": "^5.2.14",
"vitest": "^1.3.1",
"vitest-fetch-mock": "^0.2.2"
}
Expand Down

0 comments on commit b3859a4

Please sign in to comment.