Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 2, 2022
1 parent ffd9d54 commit 9e930cb
Show file tree
Hide file tree
Showing 7 changed files with 643 additions and 3,278 deletions.
2 changes: 1 addition & 1 deletion docs/.nvmrc
@@ -1 +1 @@
v16.14.2
16.15.1
4 changes: 2 additions & 2 deletions docs/package.json
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@nuxt/content": "1.15.1",
"@tailwindcss/typography": "^0.4",
"core-js": "3.22.5",
"@tailwindcss/typography": "^0.5",
"core-js": "3.22.8",
"daisyui": "1.25.4",
"nuxt": "2.15.8",
"nuxt-social-meta": "1.0.0"
Expand Down
23 changes: 11 additions & 12 deletions docs/yarn.lock
Expand Up @@ -4698,17 +4698,16 @@ __metadata:
languageName: node
linkType: hard

"@tailwindcss/typography@npm:^0.4":
version: 0.4.1
resolution: "@tailwindcss/typography@npm:0.4.1"
"@tailwindcss/typography@npm:^0.5":
version: 0.5.2
resolution: "@tailwindcss/typography@npm:0.5.2"
dependencies:
lodash.castarray: ^4.4.0
lodash.isplainobject: ^4.0.6
lodash.merge: ^4.6.2
lodash.uniq: ^4.5.0
peerDependencies:
tailwindcss: ">=2.0.0"
checksum: d234509964f59389d00ccc0529b033a5aa670a93149a48520cd2088d102b894cc746146052ea844a926bbea4b16904f5f6b2874399511bf78d55631bdb88ac68
tailwindcss: "*"
checksum: f6c27e32c9b48b0e906561d1e9dd3eec8fd5efc9792fd691269ceaa9d30d35bc715023215ec83ff8e5475c38af69e164d577672d935813b70e04b1c820b2ea8e
languageName: node
linkType: hard

Expand Down Expand Up @@ -7990,10 +7989,10 @@ __metadata:
languageName: node
linkType: hard

"core-js@npm:3.22.5":
version: 3.22.5
resolution: "core-js@npm:3.22.5"
checksum: d3d7495d7cdde01cf9ac3debc5087afc3c8dd56baa4953d9ccbb46b1a80872c79d14c1e6343c664c9c0fade288ab44c70b54dd34f879a71e6eff6fffeab84e00
"core-js@npm:3.22.8":
version: 3.22.8
resolution: "core-js@npm:3.22.8"
checksum: c79bcfea37920a5da880ad1fc8336355e833c83998bb28cd45cc59eef4d9824dd8d59ccd24d6b18ff88f284d53d9eef021ddbd2b5ab1c6305b01e98c1402e510
languageName: node
linkType: hard

Expand Down Expand Up @@ -9076,8 +9075,8 @@ __metadata:
"@nuxtjs/pwa": 3.3.5
"@nuxtjs/storybook": 4.2.0
"@nuxtjs/tailwindcss": 4.2.1
"@tailwindcss/typography": ^0.4
core-js: 3.22.5
"@tailwindcss/typography": ^0.5
core-js: 3.22.8
daisyui: 1.25.4
nuxt: 2.15.8
nuxt-social-meta: 1.0.0
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -27,15 +27,15 @@
"version": "changeset version"
},
"devDependencies": {
"@babel/core": "7.17.12",
"@babel/preset-env": "7.17.12",
"@babel/core": "7.18.2",
"@babel/preset-env": "7.18.2",
"@changesets/cli": "2.22.0",
"@commitlint/cli": "17.0.0",
"@commitlint/config-conventional": "17.0.0",
"@commitlint/cli": "17.0.2",
"@commitlint/config-conventional": "17.0.2",
"@vue/test-utils": "1.3.0",
"babel-core": "7.0.0-bridge.0",
"bundlewatch": "0.3.3",
"esbuild": "0.14.39",
"esbuild": "0.14.42",
"esbuild-jest": "0.5.0",
"eslint": "7.32.0",
"eslint-junit": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/docgen/package.json
Expand Up @@ -20,7 +20,7 @@
"jsdoc-vuex-plugin": "1.0.0",
"markdown-it-task-lists": "2.1.1",
"ncp": "2.0.0",
"vue-docgen-api": "4.46.0",
"vue-docgen-api": "4.47.0",
"yargs": "17.5.1"
}
}
4 changes: 2 additions & 2 deletions packages/druxt/package.json
Expand Up @@ -48,14 +48,14 @@
"scule": "^0.2.1"
},
"devDependencies": {
"@storybook/addon-docs": "^6.4.22"
"@storybook/addon-docs": "^6.5.6"
},
"peerDependencies": {
"axios": "*",
"consola": "*"
},
"optionalDependencies": {
"core-js": "^3.22.5",
"core-js": "^3.22.8",
"vue": "^2.6.14",
"vuex": "^3.6.2"
},
Expand Down

0 comments on commit 9e930cb

Please sign in to comment.