Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Dec 5, 2023
1 parent 1463995 commit ba5fdf5
Show file tree
Hide file tree
Showing 8 changed files with 1,518 additions and 529 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"devDependencies": {
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cz-commitlint": "^18.4.3",
"@types/node": "^20.10.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"changelogen": "^0.5.5",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prettier": "^5.0.1",
Expand All @@ -36,7 +36,7 @@
"eslint-plugin-unicorn": "^49.0.0",
"husky": "^8.0.3",
"lerna": "^8.0.0",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"devDependencies": {
"sitemap": "^7.1.1",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.3.6",
"vitepress": "1.0.0-rc.31",
"vue": "^3.3.9"
},
"dependencies": {
"chart.js": "^4.4.0",
"chart.js": "^4.4.1",
"chartjs-plugin-datalabels": "^2.2.0",
"dayjs": "^1.11.10",
"dropzone": "^5.9.3",
Expand Down
18 changes: 9 additions & 9 deletions packages/docs/types/shims-vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// declare module '*.vue' {
// import type { DefineComponent } from 'vue'
// const component: DefineComponent<
// Record<string, unknown>,
// Record<string, unknown>,
// unknown
// >
// export default component
// }
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<
Record<string, unknown>,
Record<string, unknown>,
unknown
>
export default component
}
5 changes: 5 additions & 0 deletions packages/lib/modules/types/shims-vue.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<Record<string, unknown>, Record<string, unknown>, unknown>
export default component
}
10 changes: 5 additions & 5 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"test:unit:coverage:master": "vitest run --coverage --changed master",
"pre-commit": "lint-staged",
"gen-vue-tsc": "vue-tsc --declaration --emitDeclarationOnly",
"type-check": "tsc --noEmit"
"type-check": "tsc --noEmit -p tsconfig.json"
},
"lint-staged": {
"*": "prettier -w -u",
Expand Down Expand Up @@ -139,7 +139,7 @@
"autoprefixer": "^10.4.16",
"c8": "^8.0.1",
"chalk": "4.1.2",
"chart.js": "^4.4.0",
"chart.js": "^4.4.1",
"dayjs": "^1.11.10",
"defu": "^6.1.3",
"dropzone": "^5.9.3",
Expand All @@ -153,7 +153,7 @@
"nuxt": "^3.8.2",
"onchange": "^7.1.0",
"path": "^0.12.7",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-html": "^1.5.0",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.0",
Expand All @@ -170,8 +170,8 @@
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss": "^3.3.5",
"unplugin-vue-components": "^0.25.2",
"tailwindcss": "^3.3.6",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.4",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vite-plugin-lib-inject-css": "^1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/tailwindcss/variables/utilities.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ThemeConfig } from 'tailwindcss/types/config'
import type { CSSRuleObject } from 'tailwindcss/types/config'

export const utilities = {
'.padded-container': {
Expand All @@ -21,4 +21,4 @@ export const utilities = {
'.cap-f': {
'@apply first-letter:maz-capitalize': '',
},
} satisfies ThemeConfig['utilities']
} satisfies CSSRuleObject | CSSRuleObject[]
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"autoprefixer": "^10.4.16",
"nuxt": "^3.8.2",
"nuxt-module": "workspace:*",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-html": "^1.5.0",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
Expand All @@ -32,7 +32,7 @@
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.3.6",
"vite-svg-loader": "^5.1.0",
"vue": "^3.3.9",
"vue-router": "^4.2.5"
Expand Down
Loading

0 comments on commit ba5fdf5

Please sign in to comment.