@unimelb/pattern-lib-vue 14.10.0 → 15.0.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 (3) hide show
  1. package/.out/vue.js +2 -2
  2. package/README.md +1 -1
  3. package/package.json +13 -13
package/README.md CHANGED
@@ -17,7 +17,7 @@ The contents of this repository have been produced by The University of Melbourn
17
17
 
18
18
  The design system requires:
19
19
 
20
- - [Node](https://nodejs.org/en/) (>=14.17.2)
20
+ - [Node](https://nodejs.org/en/) (v16)
21
21
  - [Yarn](https://yarnpkg.com/lang/en/docs/install/) (latest version)
22
22
 
23
23
  ```bash
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": "14.10.0",
4
+ "version": "15.0.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "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": ">=14.17.2",
12
+ "node": "16",
13
13
  "yarn": "*"
14
14
  },
15
15
  "main": ".out/vue.js",
@@ -111,18 +111,18 @@
111
111
  "lint-staged": "^10.0.8",
112
112
  "npm-run-all": "^4.1.5",
113
113
  "plop": "^2.4.0",
114
- "postcss-assets": "^5.0.0",
115
- "postcss-calc": "^7.0.1",
114
+ "postcss": "^8.4.38",
115
+ "postcss-assets": "^6.0.0",
116
+ "postcss-calc": "^9.0.1",
116
117
  "postcss-html": "^1.7.0",
117
- "postcss-import": "^12.0.1",
118
- "postcss-inline-svg": "^4.1.0",
119
- "postcss-loader": "^2.1.6",
120
- "postcss-merge-rules": "^4.0.3",
121
- "postcss-mixins": "^6.2.3",
122
- "postcss-nested": "^4.2.1",
123
- "postcss-preset-env": "^6.7.0",
124
- "postcss-reporter": "^5.0.0",
125
- "postcss-url": "^7.3.2",
118
+ "postcss-import": "^15.1.0",
119
+ "postcss-inline-svg": "^6.0.0",
120
+ "postcss-loader": "^4.2.0",
121
+ "postcss-mixins": "^9.0.4",
122
+ "postcss-nested": "^6.0.1",
123
+ "postcss-preset-env": "^9.5.13",
124
+ "postcss-reporter": "^6.0.1",
125
+ "postcss-url": "^10.1.3",
126
126
  "prettier": "^3.3.2",
127
127
  "pretty": "^2.0.0",
128
128
  "puppeteer": "^2.1.1",