Skip to content

Commit 5febe53

Browse files
WestbrookdaKmoR
authored andcommitted
Update package dependencies
1 parent 235b5ae commit 5febe53

File tree

4 files changed

+2588
-3355
lines changed

4 files changed

+2588
-3355
lines changed

src/core.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ export function copyTemplateJsonInto(
475475
* @param {string} command
476476
* @param {object} options
477477
*/
478+
// eslint-disable-next-line default-param-last
478479
function _install(command = 'npm', options) {
479480
return new Promise(resolve => {
480481
const install = spawn(command, ['install'], options);

test/snapshots/fully-loaded-app/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 scaffold-app
3+
Copyright (c) 2022 scaffold-app
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

test/snapshots/fully-loaded-app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"format": "eslint --ext .js,.html . --fix --ignore-path .gitignore && prettier \"**/*.js\" --write --ignore-path .gitignore",
1010
"test": "web-test-runner --coverage",
1111
"test:watch": "web-test-runner --watch",
12-
"storybook": "npm run analyze && web-dev-server -c .storybook/server.mjs",
13-
"storybook:build": "npm run analyze && build-storybook",
14-
"build": "rimraf dist && rollup -c rollup.config.js && npm run analyze",
12+
"storybook": "npm run analyze -- --exclude dist && web-dev-server -c .storybook/server.mjs",
13+
"storybook:build": "npm run analyze -- --exclude dist && build-storybook",
14+
"build": "rimraf dist && rollup -c rollup.config.js && npm run analyze -- --exclude dist",
1515
"start:build": "web-dev-server --root-dir dist --app-index index.html --open",
1616
"analyze": "cem analyze --litelement",
1717
"start": "web-dev-server"
@@ -20,13 +20,13 @@
2020
"lit": "^2.0.2"
2121
},
2222
"devDependencies": {
23-
"@babel/preset-env": "^7.14.1",
23+
"@babel/preset-env": "^7.16.4",
2424
"@custom-elements-manifest/analyzer": "^0.4.17",
2525
"@open-wc/building-rollup": "^2.0.2",
2626
"@open-wc/eslint-config": "^8.0.2",
2727
"@open-wc/testing": "^3.1.6",
2828
"@rollup/plugin-babel": "^5.3.0",
29-
"@rollup/plugin-node-resolve": "^13.0.0",
29+
"@rollup/plugin-node-resolve": "^13.0.6",
3030
"@web/dev-server": "^0.1.34",
3131
"@web/dev-server-storybook": "^0.5.4",
3232
"@web/rollup-plugin-html": "^1.11.0",
@@ -38,11 +38,11 @@
3838
"eslint-config-prettier": "^8.3.0",
3939
"husky": "^4.3.8",
4040
"lint-staged": "^10.5.4",
41-
"prettier": "^2.2.1",
41+
"prettier": "^2.4.1",
4242
"rimraf": "^3.0.2",
43-
"rollup": "^2.56.2",
43+
"rollup": "^2.60.0",
4444
"rollup-plugin-terser": "^7.0.2",
45-
"rollup-plugin-workbox": "^6.1.1"
45+
"rollup-plugin-workbox": "^6.2.0"
4646
},
4747
"eslintConfig": {
4848
"extends": [

0 commit comments

Comments
 (0)