@linzjs/style 3.13.0 → 3.14.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/CHANGELOG.md +10 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -140,6 +140,16 @@
140
140
 
141
141
 
142
142
 
143
+ ## [3.14.0](https://github.com/linz/style-js/compare/v3.13.0...v3.14.0) (2022-11-23)
144
+
145
+
146
+ ### Features
147
+
148
+ * **deps:** bump @typescript-eslint/eslint-plugin from 5.43.0 to 5.44.0 ([#585](https://github.com/linz/style-js/issues/585)) ([8685de2](https://github.com/linz/style-js/commit/8685de2e67121dbb97afb623b4ee4498ae12384a))
149
+ * **deps:** bump @typescript-eslint/parser from 5.43.0 to 5.44.0 ([#583](https://github.com/linz/style-js/issues/583)) ([1eac775](https://github.com/linz/style-js/commit/1eac775ad7e57ee8e220abbed1fa3b476b7245fa))
150
+ * **deps:** bump eslint from 8.27.0 to 8.28.0 ([#584](https://github.com/linz/style-js/issues/584)) ([ca22218](https://github.com/linz/style-js/commit/ca22218d2ccd7b5d145ea6978d8d9bc459e95fd2))
151
+ * **deps:** bump prettier from 2.7.1 to 2.8.0 ([#586](https://github.com/linz/style-js/issues/586)) ([d173c80](https://github.com/linz/style-js/commit/d173c80027479a18850c0ec27b3e73a96a4e916e))
152
+
143
153
  ## [3.13.0](https://github.com/linz/style-js/compare/v3.12.0...v3.13.0) (2022-11-15)
144
154
 
145
155
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linzjs/style",
3
- "version": "3.13.0",
3
+ "version": "3.14.0",
4
4
  "license": "MIT",
5
5
  "repository": "github:linz/style-js",
6
6
  "bin": {
@@ -23,12 +23,12 @@
23
23
  "@types/node": "^18.11.9"
24
24
  },
25
25
  "dependencies": {
26
- "@typescript-eslint/eslint-plugin": "^5.43.0",
27
- "@typescript-eslint/parser": "^5.43.0",
28
- "eslint": "^8.27.0",
26
+ "@typescript-eslint/eslint-plugin": "^5.44.0",
27
+ "@typescript-eslint/parser": "^5.44.0",
28
+ "eslint": "^8.28.0",
29
29
  "eslint-config-prettier": "^8.5.0",
30
30
  "eslint-plugin-prettier": "^4.2.1",
31
- "prettier": "^2.7.1",
31
+ "prettier": "^2.8.0",
32
32
  "typescript": "^4.9.3"
33
33
  },
34
34
  "publishConfig": {