Skip to content

Commit

Permalink
Migrate from npm to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Nov 17, 2023
1 parent 6dfc9d0 commit 29ffce4
Show file tree
Hide file tree
Showing 3 changed files with 5,950 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,3 +9,4 @@ lint.html
.idea/misc.xml
.idea/inspectionProfiles/
test/snapshot-diffs/
.yarn/
10 changes: 5 additions & 5 deletions package.json
@@ -1,21 +1,21 @@
{
"devDependencies": {
"rollup": "^3.8.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-run": "^3.0.1",
"@rollup/plugin-strip": "^3.0.2",
"@rollup/plugin-terser": "^0.2.1",
"@rollup/plugin-replace": "^5.0.2",
"babel-plugin-rewire-test-env-only": "^1.0.0",
"clean-css": "^5.3.1",
"eslint": "^8.30.0",
"html-minifier": "^4.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-image-snapshot": "^6.1.0",
"jest-html-reporter": "^3.7.0",
"jest-puppeteer": "^6.2.0",
"jest-image-snapshot": "^6.1.0",
"jest-junit": "^15.0.0",
"puppeteer-core": "^19.4.1"
"jest-puppeteer": "^6.2.0",
"puppeteer-core": "^19.4.1",
"rollup": "^3.8.1"
},
"scripts": {
"test": "jest --env=node --colors test",
Expand Down

0 comments on commit 29ffce4

Please sign in to comment.