Skip to content

Commit

Permalink
Update browserslist command
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbelanger committed Sep 23, 2023
1 parent f3e6f98 commit f7a37aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "yarn lint:css && yarn lint:js",
"lint:css": "node_modules/.bin/stylelint 'src/scss/**/*.scss'",
"lint:js": "node_modules/.bin/eslint . --ext .js",
"start": "npx browserslist@latest --update-db && microbundle-crl watch --no-compress --format modern,cjs --css-modules false --jsxFragment React.Fragment",
"start": "npx update-browserslist-db@latest && microbundle-crl watch --no-compress --format modern,cjs --css-modules false --jsxFragment React.Fragment",
"test": "node_modules/.bin/jest --watch"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3145,9 +3145,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001312, caniuse-lite@^1.0.30001400:
version "1.0.30001519"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz"
integrity sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg==
version "1.0.30001538"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001538.tgz"
integrity sha512-HWJnhnID+0YMtGlzcp3T9drmBJUVDchPJ08tpUGFLs9CYlwWPH2uLgpHn8fND5pCgXVtnGS3H4QR9XLMHVNkHw==

chalk@^1.0.0, chalk@^1.1.3:
version "1.1.3"
Expand Down

0 comments on commit f7a37aa

Please sign in to comment.