Skip to content

Commit

Permalink
ncu
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed May 23, 2024
1 parent f44d67e commit bb5c367
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
"build:watch": "nodemon -e ts,js --watch src -x \"$npm_execpath run build\"",
"build:client": "rollup -c rollup.client.config.mjs",
"build:server": "rollup -c rollup.server.config.mjs",
"xxxlint": "eslint src/**/*.[jt]s",
"xxlint": "eslint src/**/*",
"xlint": "rollup -c rollup.lint.config.mjs",
"lint": "eslint 'src/**/*.ts'",
"lint:fix": "$npm_execpath run lint -- --fix",
"test": "jest --rootDir src --config jest.config.js",
Expand All @@ -43,12 +40,12 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"@silexlabs/silex": "^3.0.0-alpha.150",
"@silexlabs/silex": "^3.0.0-alpha.153",
"grapesjs": "^0.21.10",
"lit-html": "^3.0.2"
},
"dependencies": {
"@silexlabs/grapesjs-data-source": "^0.0.104",
"@silexlabs/grapesjs-data-source": "^0.0.105",
"dedent": "^1.5.3",
"deepmerge": "^4.3.1"
},
Expand Down

0 comments on commit bb5c367

Please sign in to comment.