update versions
This commit is contained in:
parent
84da12fa64
commit
0bed73f287
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -1,16 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "dda-masto-embed",
|
"name": "dda-masto-embed",
|
||||||
"author": "meissa GmbH",
|
"author": "meissa GmbH",
|
||||||
"version": "0.1.9",
|
"version": "0.2.0-SNAPSHOT",
|
||||||
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||||
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"shadow-cljs": "^2.8.104",
|
"shadow-cljs": "^2.17.6",
|
||||||
"source-map-support": "^0.5.19",
|
"source-map-support": "^0.5.21",
|
||||||
"eslint": ">=4.18.2",
|
"eslint": ">=8.10.0",
|
||||||
"ajv": "^6.12.2",
|
"ajv": "^8.10",
|
||||||
"lodash.template": ">=4.5.0"
|
"lodash.template": ">=4.5.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue