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 2a55363 commit 3d32aef
Show file tree
Hide file tree
Showing 7 changed files with 422 additions and 384 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
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,14 +27,14 @@ jobs:
bundler-cache: true

- name: Install Node.JS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
check-latest: true
cache: 'yarn'
node-version-file: '.tool-versions'

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '1.21.1'

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: yarn build

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

Expand All @@ -88,4 +88,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages 🚀
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -4,6 +4,9 @@
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global

# ignore astro cache
/.astro

# Ignore bundler config
/.bundle

Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,2 +1,2 @@
ruby 3.2.2
ruby 3.3.0
nodejs 20.8.1
2 changes: 2 additions & 0 deletions .yarnrc.yml
Expand Up @@ -2,4 +2,6 @@ compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
34 changes: 17 additions & 17 deletions Gemfile.lock
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.2)
activesupport (7.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -15,8 +15,8 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.5)
concurrent-ruby (1.2.2)
bigdecimal (3.1.6)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
drb (2.2.0)
ruby2_keywords
Expand Down Expand Up @@ -49,36 +49,36 @@ GEM
concurrent-ruby (~> 1.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
lefthook (1.5.5)
lefthook (1.6.1)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.21.2)
multi_json (1.15.0)
multipart-post (2.3.0)
mutex_m (0.2.0)
nokogiri (1.16.0.rc1)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.0.rc1-arm64-darwin)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0.rc1-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
oj (3.16.3)
bigdecimal (>= 3.0)
parallel (1.23.0)
parser (3.2.2.4)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
public_suffix (5.0.4)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.59.0)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand All @@ -87,9 +87,9 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -118,4 +118,4 @@ DEPENDENCIES
rubocop-rake (>= 0.5.1)

BUNDLED WITH
2.4.13
2.5.3
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -18,17 +18,18 @@
"dependencies": {
"@astrojs/svelte": "^5.0.3",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-html": "6.4.7",
"@codemirror/lang-html": "6.4.8",
"@codemirror/language": "6.10.0",
"@codemirror/state": "6.4.0",
"@codemirror/view": "^6.23.0",
"@hotwired/turbo": "8.0.0-beta.2",
"@codemirror/view": "^6.23.1",
"@hotwired/turbo": "8.0.0-beta.4",
"@iconify-json/mdi": "^1.1.64",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@rollup/plugin-yaml": "^4.1.2",
"@vite-pwa/astro": "^0.2.0",
"astro": "^4.2.1",
"astro-icon": "1.0.2",
"astro": "^4.2.6",
"astro-icon": "1.0.3",
"comlink": "^4.4.1",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
Expand All @@ -41,7 +42,7 @@
"rehype-external-links": "^3.0.0",
"svelte": "4.2.9",
"vite": "^5.0.12",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-pwa": "^0.17.5",
"workbox-background-sync": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
Expand All @@ -52,15 +53,14 @@
"workbox-window": "7.0.0"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.64",
"@yarnpkg/pnpify": "^4.0.1",
"astro-eslint-parser": "^0.16.2",
"eslint": "8.56.0",
"eslint-plugin-astro": "^0.31.3",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"shikiji-core": "^0.10.0-beta.9"
"shikiji-core": "^0.10.2"
},
"packageManager": "yarn@4.0.2"
}

0 comments on commit 3d32aef

Please sign in to comment.