@unimelb/pattern-lib-vue 17.2.0 → 17.4.0

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 (2) hide show
  1. package/.out/vue.js +4272 -4054
  2. package/package.json +18 -18
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unimelb/pattern-lib-vue",
3
3
  "description": "A complete design system for the University of Melbourne.",
4
- "version": "17.2.0",
4
+ "version": "17.4.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/unimelb/pattern-lib.git"
@@ -9,7 +9,7 @@
9
9
  "author": "The University of Melbourne",
10
10
  "license": "UNLICENSED",
11
11
  "engines": {
12
- "node": ">=22.17.0",
12
+ "node": ">=22.22.1",
13
13
  "yarn": "*"
14
14
  },
15
15
  "type": "module",
@@ -62,8 +62,8 @@
62
62
  "@fontsource-variable/fraunces": "5.2.9",
63
63
  "@fontsource/source-sans-3": "5.2.9",
64
64
  "@splidejs/vue-splide": "0.6.12",
65
- "@vueuse/core": "14.2.1",
66
- "@vueuse/integrations": "14.2.1",
65
+ "@vueuse/core": "14.3.0",
66
+ "@vueuse/integrations": "14.3.0",
67
67
  "core-js": "3.48.0",
68
68
  "focus-trap": "8.0.0",
69
69
  "gumshoejs": "5.1.2",
@@ -72,17 +72,17 @@
72
72
  "lodash.escaperegexp": "4.1.2",
73
73
  "lodash.isplainobject": "4.0.6",
74
74
  "modern-normalize": "3.0.1",
75
- "semver": "7.7.4",
76
- "swiper": "12.1.2",
75
+ "semver": "7.8.0",
76
+ "swiper": "12.1.4",
77
77
  "throttle-debounce": "5.0.2",
78
78
  "vue": "3.5.28",
79
79
  "xss": "1.0.15"
80
80
  },
81
81
  "devDependencies": {
82
- "@axe-core/playwright": "^4.11.1",
82
+ "@axe-core/playwright": "^4.11.3",
83
83
  "@eslint/compat": "^2.0.2",
84
84
  "@eslint/js": "^10.0.1",
85
- "@playwright/test": "1.54.0",
85
+ "@playwright/test": "^1.60.0",
86
86
  "@storybook/addon-a11y": "^10.3.3",
87
87
  "@storybook/addon-docs": "^10.3.3",
88
88
  "@storybook/vue3-vite": "^10.3.3",
@@ -98,29 +98,29 @@
98
98
  "eslint-plugin-import": "^2.32.0",
99
99
  "eslint-plugin-prettier": "^5.5.5",
100
100
  "eslint-plugin-storybook": "^10.3.3",
101
- "eslint-plugin-vue": "^10.7.0",
102
- "globals": "^17.3.0",
101
+ "eslint-plugin-vue": "^10.9.1",
102
+ "globals": "^17.6.0",
103
103
  "http-server": "14.1.1",
104
104
  "husky": "^9.1.7",
105
105
  "inquirer-directory": "2.2.0",
106
106
  "jsdom": "^28.1.0",
107
- "lint-staged": "^16.2.7",
107
+ "lint-staged": "^17.0.5",
108
108
  "npm-run-all": "4.1.5",
109
- "playwright-core": "1.54.0",
109
+ "playwright-core": "^1.60.0",
110
110
  "plop": "^4.0.5",
111
- "postcss": "^8.5.6",
111
+ "postcss": "^8.5.14",
112
112
  "postcss-calc": "^10.1.1",
113
113
  "postcss-html": "^1.8.1",
114
114
  "postcss-import": "^16.1.1",
115
115
  "postcss-mixins": "^12.1.2",
116
116
  "postcss-nested": "^7.0.2",
117
- "postcss-preset-env": "^11.1.3",
117
+ "postcss-preset-env": "^11.3.0",
118
118
  "postcss-reporter": "^7.1.0",
119
119
  "postcss-svgo": "^7.1.0",
120
120
  "postcss-url": "^10.1.3",
121
- "prettier": "^3.8.1",
122
- "react": "^19.2.4",
123
- "react-dom": "^19.2.4",
121
+ "prettier": "^3.8.3",
122
+ "react": "^19.2.6",
123
+ "react-dom": "^19.2.6",
124
124
  "rimraf": "^6.1.3",
125
125
  "storybook": "^10.3.3",
126
126
  "storybook-addon-pseudo-states": "^10.3.3",
@@ -138,7 +138,7 @@
138
138
  "vue-eslint-parser": "^10.2.0"
139
139
  },
140
140
  "resolutions": {
141
- "stylelint-config-recommended-vue/stylelint-config-recommended": "^9.0.0"
141
+ "vite": "^7.3.2"
142
142
  },
143
143
  "cacheDirectories": [
144
144
  "node_modules"