Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jun 11, 2023
1 parent e442db5 commit 55ff9b1
Show file tree
Hide file tree
Showing 7 changed files with 612 additions and 382 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20.3'
go-version: '1.20.5'

- name: Install Javascript dependencies
run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.2.1
ruby 3.2.2
nodejs 18.12.1
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
i18n (1.13.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
lefthook (1.4.1)
Expand All @@ -50,17 +50,18 @@ GEM
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4)
oj (3.14.3)
oj (3.15.0)
parallel (1.23.0)
parser (3.2.2.1)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
public_suffix (5.0.1)
racc (1.6.2)
racc (1.7.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.0)
regexp_parser (2.8.1)
rexml (3.2.5)
rubocop (1.51.0)
rubocop (1.52.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
Expand All @@ -70,7 +71,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.1)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-performance (1.18.0)
rubocop (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -103,4 +104,4 @@ DEPENDENCIES
rubocop-rake (>= 0.5.1)

BUNDLED WITH
2.4.6
2.4.13
3 changes: 3 additions & 0 deletions lib/tasks/caniemail.rake
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class CaniuseGenerator # rubocop:disable Metrics/ClassLength
'html-blockquote' => [['blockquote', '']],
'html-button-reset' => [['button', 'type||reset']],
'html-button-submit' => [['button', 'type||submit']],
'html-code' => [['code', '']],
'html-del' => [['del', '']],
'html-dialog' => [['dialog', '']],
'html-dir' => [['dir', '']],
Expand All @@ -42,6 +43,7 @@ class CaniuseGenerator # rubocop:disable Metrics/ClassLength
'html-object' => [['object', '']],
'html-p' => [['p', '']],
'html-picture' => [['picture', '']],
'html-pre' => [['pre', '']],
'html-progress' => [['progress', '']],
'html-rp' => [['rp', '']],
'html-rt' => [['rt', '']],
Expand Down Expand Up @@ -199,6 +201,7 @@ class CaniuseGenerator # rubocop:disable Metrics/ClassLength
'css-padding-inline-block' => [['padding-block', ''], ['padding-inline', '']],
'css-padding-inline-start-end' => [['padding-inline-start', ''], ['padding-inline-end', '']],
'css-position' => [['position', '']],
'css-scroll-snap' => [['scroll-snap-type', '']],
'css-tab-size' => [['tab-size', '']],
'css-table-layout' => [['table-layout', '']],
'css-text-align' => [['text-align', '']],
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,45 +15,45 @@
"lint": "eslint src/**/*.{js,mjs,astro,svelte} astro.config.mjs postcss.config.js browserslist.config.js"
},
"dependencies": {
"@astrojs/svelte": "^2.2.0",
"@astrojs/svelte": "^3.0.0",
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-html": "6.4.3",
"@codemirror/lang-html": "6.4.4",
"@codemirror/language": "6.7.0",
"@codemirror/state": "6.2.1",
"@codemirror/view": "^6.12.0",
"@codemirror/view": "^6.13.0",
"@hotwired/turbo": "7.3.0",
"@lezer/common": "^1.0.2",
"@lezer/common": "^1.0.3",
"@lezer/highlight": "^1.1.6",
"@rollup/plugin-yaml": "^4.1.0",
"@vite-pwa/astro": "^0.0.5",
"astro": "^2.5.5",
"astro-compress": "^1.1.46",
"astro-icon": "0.8.0",
"@vite-pwa/astro": "^0.1.1",
"astro": "^2.6.3",
"astro-compress": "^1.1.47",
"astro-icon": "0.8.1",
"comlink": "^4.4.1",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
"postcss": "8.4.24",
"postcss-import": "15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-loader": "7.3.2",
"postcss-preset-env": "8.4.1",
"postcss-loader": "7.3.3",
"postcss-preset-env": "8.4.2",
"postcss-reporter": "7.0.5",
"rehype-external-links": "^2.1.0",
"svelte": "3.59.1",
"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"
"vite-plugin-pwa": "^0.16.4",
"workbox-background-sync": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0",
"workbox-webpack-plugin": "7.0.0",
"workbox-window": "7.0.0"
},
"devDependencies": {
"astro-eslint-parser": "^0.14.0",
"eslint": "8.41.0",
"eslint": "8.42.0",
"eslint-plugin-astro": "^0.27.1",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion wasm_parser/parser/caniuse.json

Large diffs are not rendered by default.

0 comments on commit 55ff9b1

Please sign in to comment.