Skip to content

Commit

Permalink
new npms
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jan 29, 2024
1 parent f10d426 commit 27130b2
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 165 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand All @@ -27,7 +27,7 @@ jobs:
bundler-cache: true

- name: Install Node.JS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
check-latest: true
cache: 'yarn'
Expand All @@ -37,7 +37,7 @@ jobs:
run: yarn install --immutable

- name: FE build cache cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
tmp/cache
Expand All @@ -55,7 +55,7 @@ jobs:
run: bundle exec middleman build

- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: "build/"

Expand All @@ -69,4 +69,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages 🚀
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ GEM
servolux (0.13.0)
stream (0.5.5)
temple (0.10.3)
terser (1.1.20)
terser (1.2.0)
execjs (>= 0.3.0, < 3)
thor (1.3.0)
tilt (2.0.11)
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"assets:build": "NODE_ENV=production webpack --bail"
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-transform-runtime": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "7.23.9",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.23.8",
"@babel/runtime-corejs3": "7.23.8",
"@babel/runtime": "7.23.9",
"@babel/runtime-corejs3": "7.23.9",
"@remix-run/router": "^1.14.2",
"babel-loader": "9.1.3",
"buffer": "6.0.3",
"classnames": "2.5.1",
"clipboard": "2.0.11",
"core-js": "3.35.0",
"core-js": "3.35.1",
"crypto-browserify": "^3.12.0",
"crypto-js": "4.2.0",
"css-loader": "6.9.1",
Expand Down Expand Up @@ -57,7 +57,7 @@
"terser-webpack-plugin": "5.3.10",
"text-encoding": "0.7.0",
"url-loader": "4.1.1",
"webpack": "5.89.0",
"webpack": "5.90.0",
"webpack-assets-manifest": "5.1.0",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
Expand Down
Loading

0 comments on commit 27130b2

Please sign in to comment.