@simplybusiness/services 1.2.11 → 1.2.13
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/CHANGELOG.md +15 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.2.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [c46c9f9]
|
|
8
|
+
- Updated dependencies [83da228]
|
|
9
|
+
- @simplybusiness/mobius@6.5.2
|
|
10
|
+
|
|
11
|
+
## 1.2.12
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 18f6b1b: Consolidate build dependencies to use shared build-scripts workspace package, upgrade build tool versions, and standardize ESLint versions across packages
|
|
16
|
+
- @simplybusiness/mobius@6.5.1
|
|
17
|
+
|
|
3
18
|
## 1.2.11
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/services",
|
|
3
3
|
"license": "UNLICENSED",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.13",
|
|
5
5
|
"description": "Internal library for services",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@types/react-dom": "^19.1.8",
|
|
58
58
|
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
|
59
59
|
"@typescript-eslint/parser": "^8.35.0",
|
|
60
|
-
"build-scripts": "^1.0.
|
|
60
|
+
"build-scripts": "^1.0.2",
|
|
61
61
|
"eslint": "^9.29.0",
|
|
62
62
|
"eslint-config-prettier": "^10.1.5",
|
|
63
63
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@airbrake/browser": "^2.1.9",
|
|
83
|
-
"@simplybusiness/mobius": "^6.5.
|
|
83
|
+
"@simplybusiness/mobius": "^6.5.2",
|
|
84
84
|
"@snowplow/browser-tracker": "^3.24.6",
|
|
85
85
|
"classnames": "^2.5.1"
|
|
86
86
|
},
|