Skip to content

Commit

Permalink
Merge branch 'master' into fix/husky-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo authored Apr 2, 2021
2 parents 7f5c96d + 8438f2c commit e8cd85a
Show file tree
Hide file tree
Showing 14 changed files with 252 additions and 245 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@nuxtjs/eslint-config": "^6.0.0",
"ava": "^3.15.0",
"eslint": "^7.22.0",
"eslint": "^7.23.0",
"husky": "^6.0.0",
"lerna": "^4.0.0",
"stylelint": "^13.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cna-template/template/frameworks/ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ava": "^3.15.0",
"babel-plugin-module-resolver": "^4.1.0",
"cross-env": "^7.0.3",
"jsdom": "^16.5.1",
"jsdom": "^16.5.2",
"jsdom-global": "^3.0.2",
"require-extension-hooks": "^0.3.3",
"require-extension-hooks-babel": "^1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"balm-ui": "^8.25.0"
"balm-ui": "^8.28.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"nuxt-buefy": "^0.4.4"
"nuxt-buefy": "^0.4.5"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@chakra-ui/nuxt": "^0.3.0",
"@chakra-ui/nuxt": "^0.3.1",
"@nuxtjs/emotion": "^0.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test:e2e": "nightwatch"
},
"devDependencies": {
"nightwatch": "^1.5.1",
"nightwatch": "^1.6.1",
"chromedriver": "^89.0.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@nuxtjs/tailwindcss": "^4.0.1",
"postcss": "^8.2.8"
"@nuxtjs/tailwindcss": "^4.0.3",
"postcss": "^8.2.9"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"vant": "^2.12.10"
"vant": "^2.12.11"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"test:e2e": "wdio wdio.conf.js"
},
"devDependencies": {
"@wdio/cli": "^7.2.1",
"@wdio/local-runner": "^7.2.1",
"@wdio/mocha-framework": "^7.2.1",
"@wdio/spec-reporter": "^7.2.1",
"@wdio/sync": "^7.2.1",
"@wdio/cli": "^7.3.0",
"@wdio/local-runner": "^7.3.0",
"@wdio/mocha-framework": "^7.3.0",
"@wdio/spec-reporter": "^7.3.0",
"@wdio/sync": "^7.3.0",
"eslint-plugin-wdio": "^7.0.0",
"webdriverio": "^7.2.1"
"webdriverio": "^7.3.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"nuxt-windicss": "^0.4.5"
"nuxt-windicss": "^0.5.3"
}
}
14 changes: 7 additions & 7 deletions packages/cna-template/template/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
"@nuxt/content": "^1.14.0",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/pwa": "^3.3.5",
"core-js": "^3.9.1",
"nuxt": "^2.15.3"
"core-js": "^3.10.0",
"nuxt": "^2.15.4"
},
"devDependencies": {
"@commitlint/config-conventional": "^12.0.1",
"@commitlint/cli": "^12.0.1",
"@nuxt/types": "^2.15.3",
"@commitlint/config-conventional": "^12.1.1",
"@commitlint/cli": "^12.1.1",
"@nuxt/types": "^2.15.4",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-config-typescript": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/stylelint-module": "^4.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.22.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"eslint-plugin-vue": "^7.8.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
Expand Down
Loading

0 comments on commit e8cd85a

Please sign in to comment.