Merge branch 'master' into add-nodejs-native-codegen

This commit is contained in:
Liyas Thomas
2020-10-08 14:41:42 +05:30
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2569,9 +2569,9 @@
}
},
"@nuxtjs/pwa": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/pwa/-/pwa-3.1.0.tgz",
"integrity": "sha512-LpVMAsKbSfmg/802EGId3DZop4YfUwLTgO4wbo9ALvAb2PolIBdRA2DhXF9y3bRuMDf9/tP8ErmkJ8MjcbJRmw==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@nuxtjs/pwa/-/pwa-3.1.2.tgz",
"integrity": "sha512-731zNtYk22ZO9nB0nstXhYggIPwfKeyCpJzmRF8AFpntMDOkF+aP+GpclO46eUNZwk+3ABFRqHdTSAXU6SK7rg==",
"dev": true,
"requires": {
"defu": "^3.1.0",

View File

@@ -52,7 +52,7 @@
"@babel/preset-env": "^7.11.5",
"@nuxtjs/color-mode": "^1.1.1",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.1.0",
"@nuxtjs/pwa": "^3.1.2",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^3.1.0",
"@testing-library/jest-dom": "^5.11.4",