Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed May 29, 2023
1 parent a60573b commit c5bc86a
Show file tree
Hide file tree
Showing 3 changed files with 1,140 additions and 1,352 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.3)
activesupport (7.0.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -38,17 +38,17 @@ GEM
i18n (1.13.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
lefthook (1.3.13)
lefthook (1.4.1)
mini_portile2 (2.8.2)
minitest (5.18.0)
multi_json (1.15.0)
multipart-post (2.3.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.14.3-arm64-darwin)
nokogiri (1.15.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4)
oj (3.14.3)
parallel (1.23.0)
Expand All @@ -60,7 +60,7 @@ GEM
rake (13.0.6)
regexp_parser (2.8.0)
rexml (3.2.5)
rubocop (1.50.2)
rubocop (1.51.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
Expand All @@ -72,7 +72,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.1)
parser (>= 3.2.1.0)
rubocop-performance (1.17.1)
rubocop-performance (1.18.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rake (0.6.0)
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,49 +15,49 @@
"lint": "eslint src/**/*.{js,mjs,astro,svelte} astro.config.mjs postcss.config.js browserslist.config.js"
},
"dependencies": {
"@astrojs/svelte": "^2.1.1",
"@astrojs/svelte": "^2.2.0",
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-html": "6.4.3",
"@codemirror/language": "6.6.0",
"@codemirror/state": "6.2.0",
"@codemirror/view": "^6.11.1",
"@codemirror/language": "6.7.0",
"@codemirror/state": "6.2.1",
"@codemirror/view": "^6.12.0",
"@hotwired/turbo": "7.3.0",
"@lezer/common": "^1.0.2",
"@lezer/highlight": "^1.1.4",
"@rollup/plugin-yaml": "^4.0.1",
"@lezer/highlight": "^1.1.6",
"@rollup/plugin-yaml": "^4.1.0",
"@vite-pwa/astro": "^0.0.5",
"astro": "^2.4.4",
"astro-compress": "^1.1.42",
"astro": "^2.5.5",
"astro-compress": "^1.1.46",
"astro-icon": "0.8.0",
"comlink": "^4.4.1",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
"postcss": "8.4.23",
"postcss": "8.4.24",
"postcss-import": "15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-loader": "7.3.0",
"postcss-preset-env": "8.3.2",
"postcss-loader": "7.3.2",
"postcss-preset-env": "8.4.1",
"postcss-reporter": "7.0.5",
"rehype-external-links": "^2.1.0",
"svelte": "3.59.1",
"vite": "^4.3.5",
"vite-plugin-pwa": "^0.14.7",
"workbox-background-sync": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-webpack-plugin": "6.5.4",
"workbox-window": "6.5.4"
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.15.1",
"workbox-background-sync": "^6.6.0",
"workbox-core": "^6.6.0",
"workbox-expiration": "^6.6.0",
"workbox-precaching": "^6.6.0",
"workbox-routing": "^6.6.0",
"workbox-strategies": "^6.6.0",
"workbox-webpack-plugin": "6.6.0",
"workbox-window": "6.6.0"
},
"devDependencies": {
"astro-eslint-parser": "^0.14.0",
"eslint": "8.40.0",
"eslint-plugin-astro": "^0.27.0",
"eslint": "8.41.0",
"eslint-plugin-astro": "^0.27.1",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0"
"prettier-plugin-svelte": "^2.10.1"
},
"packageManager": "yarn@3.5.0"
}

0 comments on commit c5bc86a

Please sign in to comment.