Skip to content

Commit

Permalink
Deps: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and literat committed Nov 13, 2023
1 parent 84fe6f5 commit 828bc68
Show file tree
Hide file tree
Showing 17 changed files with 1,308 additions and 1,028 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: git fetch --no-tags --depth=50 origin main

- name: Install dependencies
uses: bahmutov/[email protected].35
uses: bahmutov/[email protected].36
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: git fetch --no-tags --depth=50 origin main

- name: Install dependencies
uses: bahmutov/[email protected].35
uses: bahmutov/[email protected].36
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/component-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/[email protected].35
uses: bahmutov/[email protected].36
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
persist-credentials: false

- name: Install dependencies
uses: bahmutov/[email protected].35
uses: bahmutov/[email protected].36
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/[email protected].35
uses: bahmutov/[email protected].36
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/[email protected].35
uses: bahmutov/[email protected].36
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-web-twig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/[email protected].35
uses: bahmutov/[email protected].36
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: git fetch --no-tags --depth=50 origin main

- name: Install dependencies
uses: bahmutov/[email protected].35
uses: bahmutov/[email protected].36
with:
useRollingCache: true

Expand Down
12 changes: 6 additions & 6 deletions apps/web-twig-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/core": "7.23.3",
"@babel/preset-env": "7.23.3",
"@csstools/normalize.css": "12.0.0",
"@hotwired/stimulus": "3.2.2",
"@lmc-eu/spirit-web": "1.2.2",
"@lmc-eu/spirit-form-validations": "1.0.4",
"@lmc-eu/spirit-web": "1.4.0",
"@lmc-eu/spirit-form-validations": "1.0.6",
"@lmc-eu/spirit-demo": "0.1.0",
"@symfony/stimulus-bridge": "3.2.2",
"@symfony/webpack-encore": "4.5.0",
"core-js": "3.33.1",
"core-js": "3.33.2",
"regenerator-runtime": "0.14.0",
"sass": "1.69.4",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"ts-loader": "9.5.0",
"typescript": "5.2.2",
Expand Down
Loading

0 comments on commit 828bc68

Please sign in to comment.