-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
592a116
commit 8095db2
Showing
9 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@harlem/app", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3", | ||
"repository": "https://github.com/andrewcourtice/harlem.git", | ||
"author": "Andrew Courtice <[email protected]>", | ||
|
@@ -14,11 +14,11 @@ | |
"insights": "webpack --env=insights" | ||
}, | ||
"dependencies": { | ||
"@harlem/core": "^1.0.14", | ||
"@harlem/plugin-devtools": "^1.0.14", | ||
"@harlem/plugin-reset": "^1.0.14", | ||
"@harlem/plugin-storage": "^1.0.14", | ||
"@harlem/plugin-transaction": "^1.0.14", | ||
"@harlem/core": "^1.0.15", | ||
"@harlem/plugin-devtools": "^1.0.15", | ||
"@harlem/plugin-reset": "^1.0.15", | ||
"@harlem/plugin-storage": "^1.0.15", | ||
"@harlem/plugin-transaction": "^1.0.15", | ||
"core-js": "3.6.5", | ||
"flex-layout-attribute": "^1.0.3", | ||
"highlight.js": "^10.2.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@harlem/core", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"packages": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@harlem/plugin-devtools", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official Vue devtools plugin for Harlem", | ||
|
@@ -38,6 +38,6 @@ | |
"@vue/devtools-api": "^6.0.0-beta.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.0.14" | ||
"@harlem/core": "^1.0.15" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@harlem/plugin-reset", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official reset plugin for Harlem", | ||
|
@@ -38,6 +38,6 @@ | |
"@harlem/utilities": "^1.0.14" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.0.14" | ||
"@harlem/core": "^1.0.15" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@harlem/plugin-snapshot", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official snapshot plugin for Harlem", | ||
|
@@ -38,6 +38,6 @@ | |
"@harlem/utilities": "^1.0.14" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.0.14" | ||
"@harlem/core": "^1.0.15" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@harlem/plugin-ssr", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official server-side rendering plugin for Harlem", | ||
|
@@ -38,6 +38,6 @@ | |
"@harlem/utilities": "^1.0.14" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.0.14" | ||
"@harlem/core": "^1.0.15" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@harlem/plugin-storage", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official storage plugin for Harlem", | ||
|
@@ -35,6 +35,6 @@ | |
"@harlem/core": "^1.0.10" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.0.14" | ||
"@harlem/core": "^1.0.15" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@harlem/plugin-transaction", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official transaction plugin for Harlem", | ||
|
@@ -38,6 +38,6 @@ | |
"@harlem/utilities": "^1.0.14" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.0.14" | ||
"@harlem/core": "^1.0.15" | ||
} | ||
} |