Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7884 from tokyo-metropolitan-gov/development
Browse files Browse the repository at this point in the history
development -> staging
  • Loading branch information
kaizumaki committed May 31, 2023
2 parents 2be0668 + 71a4f64 commit 647d01d
Show file tree
Hide file tree
Showing 3 changed files with 733 additions and 636 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
capybara (3.39.0)
capybara (3.39.1)
addressable
matrix
mini_mime (>= 0.1.3)
Expand All @@ -15,12 +15,12 @@ GEM
diff-lcs (1.5.0)
matrix (0.4.2)
mini_mime (1.1.2)
nokogiri (1.14.3-x86_64-darwin)
nokogiri (1.15.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parallel_tests (4.2.0)
parallel_tests (4.2.1)
parallel
public_suffix (5.0.1)
racc (1.6.2)
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@nuxtjs/gtm": "2.4.0",
"@nuxtjs/i18n": "7.3.1",
"@nuxtjs/pwa": "3.3.5",
"axe-core": "4.7.0",
"axe-core": "4.7.2",
"chart.js": "2.9.4",
"cross-env": "7.0.3",
"dayjs": "1.11.7",
Expand All @@ -53,8 +53,8 @@
"vue-spinner": "1.0.4"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/runtime-corejs3": "7.21.5",
"@babel/core": "7.22.1",
"@babel/runtime-corejs3": "7.22.3",
"@mdi/js": "7.2.96",
"@nuxt/typescript-build": "2.1.0",
"@nuxtjs/eslint-config": "12.0.0",
Expand All @@ -63,11 +63,11 @@
"@nuxtjs/stylelint-module": "4.2.1",
"@nuxtjs/vuetify": "1.12.3",
"@types/chart.js": "2.9.37",
"@types/lodash": "4.14.194",
"@types/node": "18.16.5",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"core-js": "3.30.2",
"danger": "11.2.6",
"eslint": "8.39.0",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "10.0.0",
Expand All @@ -80,12 +80,12 @@
"nuxt-purgecss": "1.0.0",
"nuxt-svg-loader": "1.2.0",
"nuxt-webfontloader": "1.1.0",
"postcss": "8.4.23",
"postcss": "8.4.24",
"postcss-html": "1.5.0",
"prettier": "2.8.8",
"quicktype": "23.0.30",
"stylelint": "15.6.1",
"stylelint-config-prettier-scss": "0.0.1",
"quicktype": "23.0.37",
"stylelint": "15.6.2",
"stylelint-config-prettier-scss": "1.0.0",
"stylelint-config-standard-scss": "9.0.0",
"ts-loader": "8.4.0",
"ts-node": "10.9.1",
Expand Down
Loading

0 comments on commit 647d01d

Please sign in to comment.