aboutsummaryrefslogtreecommitdiff
path: root/lib/admin/package.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-23 22:11:23 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-23 22:11:23 -0400
commit51a65e9196f35393817ba94721503afdfa76fb60 (patch)
tree89f37a8c0a01521c3c567441200ca2061f233600 /lib/admin/package.json
parent277dd634e169e7341272e304f715a542047396d7 (diff)
package and ui updates
Diffstat (limited to 'lib/admin/package.json')
-rw-r--r--lib/admin/package.json11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/admin/package.json b/lib/admin/package.json
index 14a7850..8cb6a5c 100644
--- a/lib/admin/package.json
+++ b/lib/admin/package.json
@@ -1,6 +1,6 @@
{
"name": "@vnuge/cmnext-admin",
- "version": "0.1.1",
+ "version": "0.1.2",
"author": "Vaughn Nugent",
"description": "A browser client library for CMNext admin UI development",
"copyright": "Copyright \u00A9 2023 Vaughn Nugent",
@@ -13,7 +13,7 @@
"typings": "./dist/index.d.ts",
"scripts": {
- "lint": "eslint --ext .js,.ts --ignore-path .gitignore src",
+ "lint": "eslint --ext .js,.ts --ignore-path ../../.gitignore src",
"build": "tsc",
"clean": "if exist dist ( rd /S /Q lib)"
},
@@ -23,11 +23,10 @@
"devDependencies": {
"@types/lodash-es": "^4.14.194",
"@babel/types":"^7.x",
- "@typescript-eslint/eslint-plugin": "^5.59.1",
- "eslint": "^8.39.0",
+ "@typescript-eslint/eslint-plugin": "^6.4.x",
"axios": "^1.x",
"jose": "^4.13.x",
- "universal-cookie": "^4.0.4"
+ "universal-cookie": "^6.x"
},
"peerDependencies": {
@@ -35,7 +34,7 @@
"@vueuse/router": "^10.x",
"lodash-es": "^4.x",
"vue": "^3.x",
- "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/releases/vnlib-browser/v0.1.7.tgz"
+ "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/builds/vnlib.browser/56582248d0f1e4ca3e6d63bc81670df5b49a823d/@vnuge-vnlib.browser/release.tgz"
},
"eslintConfig": {