@npm-questionpro/wick-ui-lib 2.0.0-next.10 → 2.0.0-next.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@npm-questionpro/wick-ui-lib",
3
3
  "private": false,
4
- "version": "2.0.0-next.10",
4
+ "version": "2.0.0-next.11",
5
5
  "description": "A React component library by QuestionPro for building web applications with ease",
6
6
  "keywords": [
7
7
  "react",
@@ -129,9 +129,9 @@
129
129
  "vite-bundle-analyzer": "^0.22.3",
130
130
  "vite-plugin-dts": "^4.5.4",
131
131
  "vitest": "^4.1.8",
132
- "@npm-questionpro/wick-ui-icon": "2.0.0-next.10",
133
- "@npm-questionpro/wick-ui-prettier-config": "1.0.0",
132
+ "@npm-questionpro/wick-ui-icon": "2.0.0-next.11",
134
133
  "@wick-ui/tsconfig": "1.0.0",
134
+ "@npm-questionpro/wick-ui-prettier-config": "1.0.0",
135
135
  "@npm-questionpro/wick-ui-eslint-config": "1.0.0",
136
136
  "@npm-questionpro/wick-ui-stylelint-config": "1.0.0"
137
137
  },
@@ -147,8 +147,8 @@
147
147
  "lint": "eslint ./src --fix && stylelint 'src/**/*.css' --fix",
148
148
  "lint:css": "stylelint 'src/**/*.css' --fix",
149
149
  "lint:ci": "tsc --noEmit && eslint --max-warnings 0 ./src && stylelint 'src/**/*.css'",
150
- "format": "prettier --write .",
151
- "format:ci": "prettier --check .",
150
+ "format": "prettier --write . --ignore-path .gitignore",
151
+ "format:ci": "prettier --check . --ignore-path .gitignore",
152
152
  "preview": "vite preview",
153
153
  "test": "TZ=UTC vitest run",
154
154
  "test:watch": "TZ=UTC vitest",