@pequity/squirrel 1.0.26 → 1.0.28-beta.1

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pequity/squirrel",
3
3
  "description": "Squirrel component library",
4
- "version": "1.0.26",
4
+ "version": "1.0.28-beta.1",
5
5
  "packageManager": "pnpm@8.9.2",
6
6
  "type": "module",
7
7
  "scripts": {
@@ -39,12 +39,12 @@
39
39
  "module": "./dist/es/index.js",
40
40
  "dependencies": {
41
41
  "@popperjs/core": "2.11.8",
42
- "@tanstack/vue-virtual": "3.3.0",
42
+ "@tanstack/vue-virtual": "3.4.0",
43
43
  "dayjs": "1.11.10",
44
44
  "floating-vue": "5.2.2",
45
45
  "lodash-es": "4.17.21",
46
46
  "v-calendar": "3.1.2",
47
- "vue": "3.4.23",
47
+ "vue": "3.4.24",
48
48
  "vue-currency-input": "3.1.0",
49
49
  "vue-router": "4.3.0",
50
50
  "vue-toastification": "2.0.0-rc.5"
@@ -64,30 +64,30 @@
64
64
  "devDependencies": {
65
65
  "@babel/core": "^7.24.4",
66
66
  "@babel/preset-env": "^7.24.4",
67
- "@commitlint/cli": "^19.2.2",
67
+ "@commitlint/cli": "^19.3.0",
68
68
  "@commitlint/config-conventional": "^19.2.2",
69
69
  "@pequity/eslint-config": "^0.0.12",
70
70
  "@semantic-release/changelog": "^6.0.3",
71
71
  "@semantic-release/git": "^10.0.1",
72
- "@storybook/addon-a11y": "^8.0.8",
73
- "@storybook/addon-actions": "^8.0.8",
74
- "@storybook/addon-essentials": "^8.0.8",
75
- "@storybook/addon-interactions": "^8.0.8",
76
- "@storybook/addon-links": "^8.0.8",
77
- "@storybook/blocks": "^8.0.8",
72
+ "@storybook/addon-a11y": "^8.0.9",
73
+ "@storybook/addon-actions": "^8.0.9",
74
+ "@storybook/addon-essentials": "^8.0.9",
75
+ "@storybook/addon-interactions": "^8.0.9",
76
+ "@storybook/addon-links": "^8.0.9",
77
+ "@storybook/blocks": "^8.0.9",
78
78
  "@storybook/jest": "^0.2.3",
79
- "@storybook/manager-api": "^8.0.8",
79
+ "@storybook/manager-api": "^8.0.9",
80
80
  "@storybook/test-runner": "^0.17.0",
81
81
  "@storybook/testing-library": "^0.2.2",
82
- "@storybook/theming": "^8.0.8",
83
- "@storybook/vue3": "^8.0.8",
84
- "@storybook/vue3-vite": "^8.0.8",
82
+ "@storybook/theming": "^8.0.9",
83
+ "@storybook/vue3": "^8.0.9",
84
+ "@storybook/vue3-vite": "^8.0.9",
85
85
  "@types/jest": "^29.5.12",
86
86
  "@types/jsdom": "^21.1.6",
87
87
  "@types/lodash-es": "^4.17.12",
88
88
  "@types/node": "^20.12.7",
89
89
  "@vitejs/plugin-vue": "^5.0.4",
90
- "@vue/compiler-sfc": "3.4.23",
90
+ "@vue/compiler-sfc": "3.4.24",
91
91
  "@vue/test-utils": "^2.4.5",
92
92
  "@vue/vue3-jest": "^29.2.6",
93
93
  "autoprefixer": "^10.4.19",
@@ -107,13 +107,13 @@
107
107
  "rimraf": "^5.0.5",
108
108
  "sass": "^1.75.0",
109
109
  "semantic-release": "^23.0.8",
110
- "storybook": "^8.0.8",
110
+ "storybook": "^8.0.9",
111
111
  "svgo": "^3.2.0",
112
112
  "tailwindcss": "^3.4.3",
113
113
  "ts-jest": "^29.1.2",
114
114
  "typescript": "5.4.5",
115
- "vite": "^5.2.9",
116
- "vue-router": "^4.3.0",
117
- "vue-tsc": "2.0.13"
115
+ "vite": "^5.2.10",
116
+ "vue-router": "^4.3.2",
117
+ "vue-tsc": "2.0.14"
118
118
  }
119
119
  }
@@ -1,4 +1,4 @@
1
- import resolveConfig from 'tailwindcss/resolveConfig';
1
+ import resolveConfig from 'tailwindcss/resolveConfig.js';
2
2
  // Relative import is used here because of
3
3
  // "Module source URI is not allowed in this document: “http://tailwind.config/”" error
4
4
  import { get } from 'lodash-es';