Skip to content

Commit

Permalink
chore: upgrade deps (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz authored Feb 6, 2023
1 parent 093eabd commit a73ebcf
Show file tree
Hide file tree
Showing 3 changed files with 550 additions and 622 deletions.
2 changes: 1 addition & 1 deletion .demo/tokens.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineTheme, palette } from 'pinceau'
import nuxtThemeTokens from '@nuxt-themes/tokens/tokens'
import nuxtThemeTokens from '@nuxt-themes/tokens/config'

export default defineTheme({
color: {
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@
"tailwind.config.ts"
],
"dependencies": {
"@nuxt-themes/elements": "^0.5.2",
"@nuxt-themes/tokens": "^1.6.1",
"@nuxt-themes/typography": "^0.5.2",
"@nuxt/content": "^2.4.2",
"@nuxthq/studio": "^0.6.5",
"@nuxt-themes/elements": "^0.6.3",
"@nuxt-themes/tokens": "^1.7.3",
"@nuxt-themes/typography": "^0.7.2",
"@nuxt/content": "^2.4.3",
"@nuxthq/studio": "^0.7.0",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.2.0",
"@nuxtjs/tailwindcss": "^6.3.1",
"nuxt-config-schema": "^0.4.4",
"nuxt-icon": "^0.2.9"
"nuxt-icon": "^0.2.10"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"eslint": "^8.32.0",
"nuxt": "^3.1.0",
"eslint": "^8.33.0",
"nuxt": "^3.1.2",
"release-it": "^15.6.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"release-it": {
"git": {
Expand Down
Loading

1 comment on commit a73ebcf

@vercel
Copy link

@vercel vercel bot commented on a73ebcf Feb 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.