Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jtiala committed May 9, 2024
1 parent 85f0a48 commit ea73385
Show file tree
Hide file tree
Showing 13 changed files with 11,018 additions and 9,286 deletions.
38 changes: 19 additions & 19 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,39 +41,39 @@
"lint:eslint": "eslint \"**/*.{ts,tsx}\"",
"lint:eslint:report": "eslint -f json -o ./reports/lint-report-eslint.json \"**/*.{ts,tsx}\"",
"lint:eslint:fix": "eslint --fix \"**/*.{ts,tsx}\"",
"clean": "rm -rf storybook-static reports node_modules .turbo",
"clean": "rm -rf storybook-static reports node_modules .turbo tsconfig.tsbuildinfo",
"publish:npm": "pnpm publish --access public"
},
"dependencies": {
"@themeless-ui/react": "workspace:*",
"@themeless-ui/style": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@storybook/addon-a11y": "8.0.8",
"@storybook/addon-docs": "8.0.8",
"@storybook/addon-essentials": "8.0.8",
"@storybook/addon-interactions": "8.0.8",
"@storybook/addon-links": "8.0.8",
"@storybook/addon-mdx-gfm": "8.0.8",
"@storybook/blocks": "8.0.8",
"@storybook/react": "8.0.8",
"@storybook/react-vite": "8.0.8",
"@storybook/test-runner": "0.17.0",
"@storybook/addon-a11y": "8.0.10",
"@storybook/addon-docs": "8.0.10",
"@storybook/addon-essentials": "8.0.10",
"@storybook/addon-interactions": "8.0.10",
"@storybook/addon-links": "8.0.10",
"@storybook/addon-mdx-gfm": "8.0.10",
"@storybook/blocks": "8.0.10",
"@storybook/react": "8.0.10",
"@storybook/react-vite": "8.0.10",
"@storybook/test-runner": "0.18.0",
"@themeless-ui/eslint-config": "workspace:*",
"@themeless-ui/typescript-config": "workspace:*",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"axe-core": "4.9.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"axe-core": "4.9.1",
"axe-playwright": "2.0.1",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"remark-gfm": "4.0.0",
"serve": "14.2.1",
"storybook": "8.0.8",
"serve": "14.2.3",
"storybook": "8.0.10",
"typescript": "5.4.5",
"vite": "5.2.9",
"vite": "5.2.11",
"wait-on": "7.2.0"
}
}
16 changes: 8 additions & 8 deletions apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,29 +44,29 @@
"lint:stylelint": "stylelint \"**/*.css\"",
"lint:stylelint:report": "stylelint -f json -o ./reports/lint-report-stylelint.json \"**/*.css\"",
"lint:stylelint:fix": "stylelint \"**/*.css\" --fix",
"clean": "rm -rf dist reports node_modules .turbo",
"clean": "rm -rf dist reports node_modules .turbo .contentlayer .next tsconfig.tsbuildinfo",
"publish:npm": "pnpm publish --access public"
},
"dependencies": {
"@themeless-ui/react": "workspace:*",
"@themeless-ui/style": "workspace:*",
"contentlayer": "0.3.4",
"date-fns": "3.6.0",
"next": "14.2.2",
"next": "14.2.3",
"next-contentlayer": "0.3.4",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@playwright/test": "1.43.1",
"@playwright/test": "1.44.0",
"@themeless-ui/eslint-config": "workspace:*",
"@themeless-ui/stylelint-config": "workspace:*",
"@themeless-ui/typescript-config": "workspace:*",
"@types/mdx": "2.0.13",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"stylelint": "16.3.1",
"stylelint": "16.5.0",
"typescript": "5.4.5"
}
}
34 changes: 17 additions & 17 deletions apps/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,37 +40,37 @@
"lint:stylelint": "stylelint \"**/*.css\"",
"lint:stylelint:report": "stylelint -f json -o ./reports/lint-report-stylelint.json \"**/*.css\"",
"lint:stylelint:fix": "stylelint \"**/*.css\" --fix",
"clean": "rm -rf dist reports node_modules .turbo",
"clean": "rm -rf dist reports node_modules .turbo tsconfig.tsbuildinfo",
"publish:npm": "pnpm publish --access public"
},
"dependencies": {
"@fontsource/fira-mono": "5.0.12",
"@fontsource/karma": "5.0.12",
"@fontsource/open-sans": "5.0.27",
"@fontsource/fira-mono": "5.0.13",
"@fontsource/karma": "5.0.13",
"@fontsource/open-sans": "5.0.28",
"@themeless-ui/react": "workspace:*",
"@themeless-ui/style": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.2",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@themeless-ui/eslint-config": "workspace:*",
"@themeless-ui/stylelint-config": "workspace:*",
"@themeless-ui/typescript-config": "workspace:*",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react-test-renderer": "18.0.7",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "18.3.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.5.0",
"@vitest/expect": "1.5.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/expect": "1.6.0",
"eslint": "8.57.0",
"jsdom": "24.0.0",
"react-test-renderer": "18.2.0",
"stylelint": "16.3.1",
"react-test-renderer": "18.3.1",
"stylelint": "16.5.0",
"typescript": "5.4.5",
"vite": "5.2.9",
"vitest": "1.5.0"
"vite": "5.2.11",
"vitest": "1.6.0"
}
}
2 changes: 1 addition & 1 deletion apps/web-components-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@themeless-ui/web-components": "workspace:*"
},
"devDependencies": {
"serve": "14.2.1"
"serve": "14.2.3"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "19.2.2",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@playwright/test": "1.43.1",
"@playwright/test": "1.44.0",
"@themeless-ui/eslint-config": "workspace:*",
"eslint": "8.57.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"npm-check-updates": "16.14.18",
"npm-check-updates": "16.14.20",
"prettier": "3.2.5",
"turbo": "1.13.2"
"turbo": "1.13.3"
}
}
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"publish:npm": "pnpm publish --access public"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"eslint-config-next": "14.2.2",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.13.2",
"eslint-config-turbo": "1.13.3",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-lit": "1.11.0",
"eslint-plugin-lit": "1.12.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-wc": "2.1.0"
}
Expand Down
24 changes: 12 additions & 12 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lint:eslint": "eslint \"**/*.{ts,tsx}\"",
"lint:eslint:report": "eslint -f json -o ./reports/lint-report-eslint.json \"**/*.{ts,tsx}\"",
"lint:eslint:fix": "eslint --fix \"**/*.{ts,tsx}\"",
"clean": "rm -rf dist reports node_modules .turbo",
"clean": "rm -rf dist reports node_modules .turbo tsconfig.tsbuildinfo",
"publish:npm": "pnpm publish --access public"
},
"peerDependencies": {
Expand All @@ -57,23 +57,23 @@
"@themeless-ui/utils": "workspace:*"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.2",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@themeless-ui/eslint-config": "workspace:*",
"@themeless-ui/typescript-config": "workspace:*",
"@types/react-dom": "18.2.25",
"@types/react-test-renderer": "18.0.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "18.3.0",
"@types/react": "18.3.1",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.5.0",
"@vitest/expect": "1.5.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/expect": "1.6.0",
"eslint": "8.57.0",
"jsdom": "24.0.0",
"react-test-renderer": "18.2.0",
"react-test-renderer": "18.3.1",
"typescript": "5.4.5",
"vite-plugin-dts": "3.8.3",
"vite": "5.2.9",
"vitest": "1.5.0"
"vite-plugin-dts": "3.9.1",
"vite": "5.2.11",
"vitest": "1.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint:stylelint": "stylelint \"**/*.css\"",
"lint:stylelint:report": "stylelint -f json -o ./reports/lint-report-stylelint.json \"**/*.css\"",
"lint:stylelint:fix": "stylelint \"**/*.css\" --fix",
"clean": "rm -rf dist reports node_modules .turbo",
"clean": "rm -rf dist reports node_modules .turbo tsconfig.tsbuildinfo",
"publish:npm": "pnpm publish --access public"
},
"dependencies": {
Expand All @@ -38,8 +38,8 @@
"devDependencies": {
"@themeless-ui/stylelint-config": "workspace:*",
"@themeless-ui/typescript-config": "workspace:*",
"stylelint": "16.3.1",
"stylelint": "16.5.0",
"typescript": "5.4.5",
"vite": "5.2.9"
"vite": "5.2.11"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"publish:npm": "pnpm publish --access public"
},
"devDependencies": {
"stylelint": "16.3.1",
"stylelint": "16.5.0",
"stylelint-config-idiomatic-order": "10.0.0",
"stylelint-config-standard": "36.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"lint:stylelint": "stylelint \"**/*.css\"",
"lint:stylelint:report": "stylelint -f json -o ./reports/lint-report-stylelint.json \"**/*.css\"",
"lint:stylelint:fix": "stylelint \"**/*.css\" --fix",
"clean": "rm -rf dist reports node_modules .turbo",
"clean": "rm -rf dist reports node_modules .turbo tsconfig.tsbuildinfo",
"publish:npm": "pnpm publish --access public"
},
"devDependencies": {
"@themeless-ui/stylelint-config": "workspace:*",
"@themeless-ui/typescript-config": "workspace:*",
"stylelint": "16.3.1",
"stylelint": "16.5.0",
"typescript": "5.4.5",
"vite": "5.2.9"
"vite": "5.2.11"
}
}
12 changes: 6 additions & 6 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
"lint:eslint": "eslint \"**/*.{ts,tsx}\"",
"lint:eslint:report": "eslint -f json -o ./reports/lint-report-eslint.json \"**/*.{ts,tsx}\"",
"lint:eslint:fix": "eslint --fix \"**/*.{ts,tsx}\"",
"clean": "rm -rf dist reports node_modules .turbo",
"clean": "rm -rf dist reports node_modules .turbo tsconfig.tsbuildinfo",
"publish:npm": "pnpm publish --access public"
},
"devDependencies": {
"@themeless-ui/eslint-config": "workspace:*",
"@themeless-ui/typescript-config": "workspace:*",
"@vitest/coverage-v8": "1.5.0",
"@vitest/expect": "1.5.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/expect": "1.6.0",
"eslint": "8.57.0",
"typescript": "5.4.5",
"vite-plugin-dts": "3.8.3",
"vite": "5.2.9",
"vitest": "1.5.0"
"vite-plugin-dts": "3.9.1",
"vite": "5.2.11",
"vitest": "1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lint:eslint": "eslint \"**/*.{ts,tsx}\"",
"lint:eslint:report": "eslint -f json -o ./reports/lint-report-eslint.json \"**/*.{ts,tsx}\"",
"lint:eslint:fix": "eslint --fix \"**/*.{ts,tsx}\"",
"clean": "rm -rf dist reports node_modules .turbo",
"clean": "rm -rf dist reports node_modules .turbo tsconfig.tsbuildinfo",
"publish:npm": "pnpm publish --access public"
},
"peerDependencies": {
Expand All @@ -55,6 +55,6 @@
"@themeless-ui/typescript-config": "workspace:*",
"eslint": "8.57.0",
"typescript": "5.4.5",
"vite": "5.2.9"
"vite": "5.2.11"
}
}
Loading

0 comments on commit ea73385

Please sign in to comment.