Skip to content

Commit

Permalink
Bump webpack from 5.78.0 to 5.80.0 (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: fabasoad <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and fabasoad authored Apr 24, 2023
1 parent 7dc6aa7 commit 739cd4c
Show file tree
Hide file tree
Showing 5 changed files with 324 additions and 332 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Lint
run: yarn run lint
- name: Unit tests
if: ${{ github.event_name == 'pull_request' }}
run: yarn test
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
- name: Unit tests with coverage
uses: paambaati/[email protected]
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ repos:
- id: detect-secrets
stages: ["commit", "push"]
- repo: https://github.com/zricethezav/gitleaks
rev: v8.16.2
rev: v8.16.3
hooks:
- id: gitleaks
stages: ["commit", "push"]
- repo: https://github.com/fabasoad/pre-commit-snyk
rev: v0.2
rev: v0.3.0
hooks:
- id: snyk-test
stages: ["push"]
Expand All @@ -49,7 +49,7 @@ repos:
- id: markdownlint-fix
# Yaml
- repo: https://github.com/adrienverge/yamllint
rev: v1.30.0
rev: v1.31.0
hooks:
- id: yamllint
# Other
Expand Down
1 change: 0 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
nodeLinker: node-modules

plugins:
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cook-with-love",
"version": "0.3.5",
"version": "0.3.6",
"description": "Natalia Fabizhevska's website.",
"homepage": "https://fabasoad.github.io/cook-with-love/",
"scripts": {
Expand Down Expand Up @@ -30,13 +30,13 @@
"@babel/preset-env": "7.21.4",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.4",
"@types/enzyme": "3.10.12",
"@types/enzyme": "3.10.13",
"@types/jest": "27.5.2",
"@types/react": "17.0.56",
"@types/react": "17.0.58",
"@types/react-dom": "17.0.19",
"@types/react-redux": "7.1.25",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"babel-jest": "27.5.1",
"babel-loader": "9.1.2",
Expand All @@ -45,7 +45,7 @@
"css-loader": "6.7.3",
"enzyme": "3.11.0",
"enzyme-to-json": "3.6.2",
"eslint": "8.38.0",
"eslint": "8.39.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-react": "7.32.2",
"file-loader": "6.2.0",
Expand Down Expand Up @@ -74,9 +74,9 @@
"ts-node": "10.9.1",
"typescript": "5.0.4",
"uuid": "9.0.0",
"webpack": "5.78.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.13.2",
"webpack": "5.80.0",
"webpack-cli": "5.0.2",
"webpack-dev-server": "4.13.3",
"webpack-merge": "5.8.0"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 739cd4c

Please sign in to comment.