Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 1fed1e5 commit 42873e6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install
run: npm ci
Expand All @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
18
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "klg",
"private": true,
"description": "Magda Klag",
"version": "0.4.137",
"version": "0.4.138",
"author": "Tymoteusz Czech <mail@tymek.cz>",
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"gatsby-transformer-sharp": "4.13.0",
"is-touch-device": "1.0.1",
"preact": "10.7.2",
"preact-render-to-string": "5.2.0",
"prettier": "2.6.2",
"preact-render-to-string": "6.2.1",
"prettier": "3.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
Expand All @@ -58,27 +58,27 @@
"url": "https://github.com/Tymek/klg.git"
},
"devDependencies": {
"@testing-library/cypress": "8.0.2",
"@testing-library/react": "13.2.0",
"@testing-library/cypress": "10.0.0",
"@testing-library/react": "14.0.0",
"@types/is-touch-device": "1.0.0",
"autoprefixer": "10.4.7",
"axe-core": "4.4.1",
"babel-jest": "28.1.0",
"babel-preset-gatsby": "2.13.0",
"cypress": "9.6.0",
"cypress-axe": "0.14.0",
"cypress": "13.2.0",
"cypress-axe": "1.5.0",
"identity-obj-proxy": "3.0.0",
"jest": "28.1.0",
"postcss": "8.4.13",
"postcss-import": "14.1.0",
"postcss-import": "15.1.0",
"react-test-renderer": "18.1.0",
"start-server-and-test": "1.14.0",
"typescript": "4.6.4",
"start-server-and-test": "2.0.0",
"typescript": "5.2.2",
"webpack-bundle-analyzer": "4.5.0"
},
"optionalDependencies": {
"@types/loadable__component": "5.13.4",
"@types/node": "16.11.33",
"@types/node": "18.17.15",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.16",
"@types/react-helmet": "6.1.5",
Expand Down

0 comments on commit 42873e6

Please sign in to comment.