-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from privacybydesign/dependency-update
Chore: Dependency updates
Showing
5 changed files
with
5,625 additions
and
9,616 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,26 +1,27 @@ | ||
{ | ||
"name": "yivi-browser-console-example", | ||
"version": "0.1.0", | ||
"description": "An example on how to use the yivi-console package", | ||
"main": "index.js", | ||
"scripts": { | ||
"preinstall": "cd ../../../; npm install", | ||
"build": "webpack --mode development" | ||
}, | ||
"license": "SEE LICENSE IN REPOSITORY", | ||
"dependencies": { | ||
"@privacybydesign/yivi-console": "../../../plugins/yivi-console", | ||
"@privacybydesign/yivi-core": "../../../yivi-core", | ||
"@privacybydesign/yivi-dummy": "../../../plugins/yivi-dummy" | ||
}, | ||
"devDependencies": { | ||
"node-polyfill-webpack-plugin": "^1.1.4", | ||
"webpack": "^5.54.0", | ||
"webpack-cli": "^4.8.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/privacybydesign/yivi-frontend-packages", | ||
"directory": "examples/browser/yivi-console" | ||
"name": "yivi-browser-console-example", | ||
"version": "0.1.0", | ||
"description": "An example on how to use the yivi-console package", | ||
"main": "index.js", | ||
"scripts": { | ||
"preinstall": "cd ../../../; npm install", | ||
"build": "webpack --mode development" | ||
}, | ||
"license": "SEE LICENSE IN REPOSITORY", | ||
"dependencies": { | ||
"@privacybydesign/yivi-console": "../../../plugins/yivi-console", | ||
"@privacybydesign/yivi-core": "../../../yivi-core", | ||
"@privacybydesign/yivi-dummy": "../../../plugins/yivi-dummy" | ||
}, | ||
"devDependencies": { | ||
"node-polyfill-webpack-plugin": "^1.1.4", | ||
"webpack": "^5.76.3", | ||
"webpack-cli": "^4.8.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/privacybydesign/yivi-frontend-packages", | ||
"directory": "examples/browser/yivi-console" | ||
} | ||
} | ||
} | ||
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,30 +1,31 @@ | ||
{ | ||
"name": "yivi-browser-popup-example", | ||
"version": "0.1.0", | ||
"description": "An example on how to use the yivi-popup package", | ||
"main": "index.js", | ||
"scripts": { | ||
"preinstall": "cd ../../../; npm install", | ||
"link": "cd ../../../; npm run link", | ||
"build": "(cd ../../../ && npm run build); webpack --mode development" | ||
}, | ||
"license": "SEE LICENSE IN REPOSITORY", | ||
"dependencies": { | ||
"@privacybydesign/yivi-core": "../../../yivi-core", | ||
"@privacybydesign/yivi-css": "../../../yivi-css", | ||
"@privacybydesign/yivi-dummy": "../../../plugins/yivi-dummy", | ||
"@privacybydesign/yivi-popup": "../../../plugins/yivi-popup" | ||
}, | ||
"devDependencies": { | ||
"css-loader": "^6.3.0", | ||
"file-loader": "^6.2.0", | ||
"style-loader": "^3.3.0", | ||
"webpack": "^5.54.0", | ||
"webpack-cli": "^4.8.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/privacybydesign/yivi-frontend-packages", | ||
"directory": "examples/browser/yivi-popup" | ||
"name": "yivi-browser-popup-example", | ||
"version": "0.1.0", | ||
"description": "An example on how to use the yivi-popup package", | ||
"main": "index.js", | ||
"scripts": { | ||
"preinstall": "cd ../../../; npm install", | ||
"link": "cd ../../../; npm run link", | ||
"build": "(cd ../../../ && npm run build); webpack --mode development" | ||
}, | ||
"license": "SEE LICENSE IN REPOSITORY", | ||
"dependencies": { | ||
"@privacybydesign/yivi-core": "../../../yivi-core", | ||
"@privacybydesign/yivi-css": "../../../yivi-css", | ||
"@privacybydesign/yivi-dummy": "../../../plugins/yivi-dummy", | ||
"@privacybydesign/yivi-popup": "../../../plugins/yivi-popup" | ||
}, | ||
"devDependencies": { | ||
"css-loader": "^6.3.0", | ||
"file-loader": "^6.2.0", | ||
"style-loader": "^3.3.0", | ||
"webpack": "^5.76.3", | ||
"webpack-cli": "^4.8.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/privacybydesign/yivi-frontend-packages", | ||
"directory": "examples/browser/yivi-popup" | ||
} | ||
} | ||
} | ||
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,29 +1,30 @@ | ||
{ | ||
"name": "yivi-browser-web-example", | ||
"version": "0.1.0", | ||
"description": "An example on how to use the yivi-web package", | ||
"main": "index.js", | ||
"scripts": { | ||
"preinstall": "cd ../../../; npm install", | ||
"build": "(cd ../../../ && npm run build); webpack --mode development" | ||
}, | ||
"license": "SEE LICENSE IN REPOSITORY", | ||
"dependencies": { | ||
"@privacybydesign/yivi-core": "../../../yivi-core", | ||
"@privacybydesign/yivi-css": "../../../yivi-css", | ||
"@privacybydesign/yivi-dummy": "../../../plugins/yivi-dummy", | ||
"@privacybydesign/yivi-web": "../../../plugins/yivi-web" | ||
}, | ||
"devDependencies": { | ||
"css-loader": "^6.3.0", | ||
"file-loader": "^6.2.0", | ||
"style-loader": "^3.3.0", | ||
"webpack": "^5.54.0", | ||
"webpack-cli": "^4.8.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/privacybydesign/yivi-frontend-packages", | ||
"directory": "examples/browser/yivi-web" | ||
"name": "yivi-browser-web-example", | ||
"version": "0.1.0", | ||
"description": "An example on how to use the yivi-web package", | ||
"main": "index.js", | ||
"scripts": { | ||
"preinstall": "cd ../../../; npm install", | ||
"build": "(cd ../../../ && npm run build); webpack --mode development" | ||
}, | ||
"license": "SEE LICENSE IN REPOSITORY", | ||
"dependencies": { | ||
"@privacybydesign/yivi-core": "../../../yivi-core", | ||
"@privacybydesign/yivi-css": "../../../yivi-css", | ||
"@privacybydesign/yivi-dummy": "../../../plugins/yivi-dummy", | ||
"@privacybydesign/yivi-web": "../../../plugins/yivi-web" | ||
}, | ||
"devDependencies": { | ||
"css-loader": "^6.3.0", | ||
"file-loader": "^6.2.0", | ||
"style-loader": "^3.3.0", | ||
"webpack": "^5.76.3", | ||
"webpack-cli": "^4.8.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/privacybydesign/yivi-frontend-packages", | ||
"directory": "examples/browser/yivi-web" | ||
} | ||
} | ||
} | ||
Oops, something went wrong.