Skip to content

Bump deps #44

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

Merged
merged 20 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2860d26
Bump @types/glob from 8.0.1 to 8.1.0
dependabot[bot] Feb 1, 2024
c47bb93
Bump pnpm/action-setup from 2 to 4
dependabot[bot] Jun 21, 2024
f8c7b84
Bump webpack from 5.89.0 to 5.92.1
dependabot[bot] Jun 21, 2024
148402a
Bump glob from 10.3.10 to 10.4.2
dependabot[bot] Jun 21, 2024
fb72307
Merge pull request #26 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
fcd4b2f
Merge pull request #38 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
40d4fbc
Merge pull request #43 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
0f732cd
Bump tsup from 8.0.1 to 8.1.0
dependabot[bot] Jun 21, 2024
d23386b
Bump vitest from 1.2.0 to 1.6.0
dependabot[bot] Jun 21, 2024
c7f6fe7
Merge branch 'main' into dependabot-updates
amitsingh-007 Jun 21, 2024
fa3ef91
Merge pull request #39 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
5a33a42
Merge pull request #41 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
3711b22
Bump typescript from 4.9.5 to 5.5.2
dependabot[bot] Jun 21, 2024
5d5302f
Bump rimraf from 5.0.5 to 5.0.7
dependabot[bot] Jun 21, 2024
a9f80d8
Merge pull request #42 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
ba2d51a
Merge pull request #37 from amitsingh-007/dependabot/github_actions/d…
amitsingh-007 Jun 21, 2024
77df369
Merge pull request #40 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
185f021
Bump pnpm version
amitsingh-007 Jun 21, 2024
a69c1bf
Update verify-build.yml
amitsingh-007 Jun 21, 2024
831404e
Remove unnecessary log
amitsingh-007 Jun 21, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Setting up Node.js
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Setting up Node.js
uses: actions/setup-node@v4
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"webpack": "^4 || ^5"
},
"dependencies": {
"glob": "10.3.10",
"glob": "10.4.2",
"path": "0.12.7"
},
"devDependencies": {
"@types/glob": "8.0.1",
"rimraf": "5.0.5",
"tsup": "8.0.1",
"typescript": "4.9.5",
"vitest": "1.2.0",
"webpack": "5.89.0"
"@types/glob": "8.1.0",
"rimraf": "5.0.7",
"tsup": "8.1.0",
"typescript": "5.5.2",
"vitest": "1.6.0",
"webpack": "5.92.1"
}
}
Loading