Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the npm_and_yarn group across 7 directories with 12 updates #19

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bench/hot-module-reloading/css-stress-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"antd": "^4.16.1",
"bun-framework-next": "latest",
"left-pad": "^1.3.0",
"next": "^12",
"next": "^14",
"parcel": "2.0.0-beta.3",
"path-browserify": "^1.0.1",
"percentile": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-fast-refresh-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@vitejs/plugin-react-refresh": "^1.3.3",
"antd": "^4.16.1",
"left-pad": "^1.3.0",
"next": "^11.0.0",
"next": "^14.2.3",
"parcel": "2.0.0-beta.3",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bun-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"aws4fetch": "^1.0.17",
"esbuild": "^0.17.3",
"jszip": "^3.10.1",
"octokit": "^2.0.14"
"octokit": "^4.0.2"
},
"devDependencies": {
"@octokit/types": "^8.1.1",
Expand Down
202 changes: 101 additions & 101 deletions test/cli/install/migration/complex-workspace/package-lock.json

Large diffs are not rendered by default.

323 changes: 151 additions & 172 deletions test/cli/install/migration/contoso-test/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@azure/identity": "^2.1.0",
"@azure/identity": "^4.2.1",
"@azure/keyvault-secrets": "^4.5.1",
"applicationinsights": "^2.3.4",
"dotenv": "^16.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"docker:run": "docker run --rm --publish 3000:3000 --env-file ../../.env.docker blog"
},
"dependencies": {
"next": "^13.3.0",
"qs": "^6.12.0",
"next": "^14.1.1",
"qs": "^6.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.4",
Expand Down
4 changes: 2 additions & 2 deletions test/integration/next/default-pages-dir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"bun-types": "^1.0.3",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"next": "13.5.3",
"postcss": "8.4.31",
"next": "14.1.1",
"postcss": "8.4.38",
"puppeteer": "21.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/supertest": "2.0.12"
},
"dependencies": {
"@grpc/grpc-js": "1.9.9",
"@grpc/grpc-js": "1.9.15",
"@grpc/proto-loader": "0.7.10",
"@prisma/client": "5.1.1",
"@resvg/resvg-js": "2.4.1",
Expand All @@ -18,7 +18,7 @@
"dedent": "0.7.0",
"es-module-lexer": "1.3.0",
"esbuild": "0.18.6",
"express": "4.18.2",
"express": "4.19.2",
"fast-glob": "3.3.1",
"fsevents": "2.3.2",
"iconv-lite": "0.6.3",
Expand All @@ -37,14 +37,14 @@
"prompts": "2.4.2",
"reflect-metadata": "0.1.13",
"rollup": "4.4.1",
"sharp": "0.33.2",
"sharp": "0.33.4",
"sinon": "6.0.0",
"socket.io": "4.7.1",
"socket.io-client": "4.7.1",
"supertest": "6.3.3",
"svelte": "4.2.12",
"svelte": "4.2.18",
"typescript": "5.0.2",
"undici": "5.28.3",
"undici": "5.28.4",
"verdaccio": "5.27.0",
"vitest": "0.32.2",
"webpack": "5.88.0",
Expand Down
Loading