Skip to content

Commit 232e97a

Browse files
authored
Merge pull request #25 from issue-ops/axios
Bump axios
2 parents fb30697 + 234dfbe commit 232e97a

File tree

4 files changed

+58
-9
lines changed

4 files changed

+58
-9
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install Dependencies
3434
id: install
35-
run: npm ci
35+
run: npm install
3636

3737
- name: Install Playwright
3838
id: playwright

gatsby-theme-doctocat-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@primer/react": "^35.32.1",
3434
"@styled-system/should-forward-prop": "^5.1.5",
3535
"@styled-system/theme-get": "^5.1.2",
36-
"axios": "^1.6.0",
36+
"axios": "^1.6.1",
3737
"copy-to-clipboard": "^3.3.3",
3838
"date-fns": "^2.30.0",
3939
"details-element-polyfill": "^2.4.0",

package-lock.json

+55-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"docs"
3636
],
3737
"devDependencies": {
38+
"@playwright/test": "^1.40.1",
3839
"prettier": "^3.0.3",
3940
"typescript": "^5.2.2"
4041
}

0 commit comments

Comments
 (0)