Skip to content

Commit

Permalink
new libs
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed May 2, 2023
1 parent c0c88bb commit dd88a62
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 396 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
i18n (1.12.0)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
lefthook (1.3.10)
mini_portile2 (2.8.1)
lefthook (1.3.12)
mini_portile2 (2.8.2)
minitest (5.18.0)
multi_json (1.15.0)
multipart-post (2.3.0)
Expand Down Expand Up @@ -70,7 +70,7 @@ GEM
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
rubocop-ast (1.28.1)
parser (>= 3.2.1.0)
rubocop-performance (1.17.1)
rubocop (>= 1.7.0, < 2.0)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"lint": "eslint src/**/*.{js,mjs,astro,svelte} astro.config.mjs postcss.config.js browserslist.config.js"
},
"dependencies": {
"@astrojs/svelte": "^2.1.0",
"@astrojs/svelte": "^2.1.1",
"@codemirror/commands": "^6.2.3",
"@codemirror/lang-html": "6.4.3",
"@codemirror/language": "6.6.0",
"@codemirror/state": "6.2.0",
"@codemirror/view": "^6.10.0",
"@codemirror/view": "^6.10.1",
"@hotwired/turbo": "7.3.0",
"@lezer/common": "^1.0.2",
"@lezer/highlight": "^1.1.4",
"@rollup/plugin-yaml": "^4.0.1",
"@vite-pwa/astro": "^0.0.5",
"astro": "^2.3.1",
"astro": "^2.3.3",
"astro-compress": "^1.1.42",
"astro-icon": "0.8.0",
"comlink": "^4.4.1",
Expand All @@ -35,12 +35,12 @@
"postcss": "8.4.23",
"postcss-import": "15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-loader": "7.2.4",
"postcss-loader": "7.3.0",
"postcss-preset-env": "8.3.2",
"postcss-reporter": "7.0.5",
"rehype-external-links": "^2.0.1",
"svelte": "3.58.0",
"vite": "^4.3.2",
"vite": "^4.3.4",
"vite-plugin-pwa": "^0.14.7",
"workbox-background-sync": "^6.5.4",
"workbox-core": "^6.5.4",
Expand Down

0 comments on commit dd88a62

Please sign in to comment.