Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: richardtallent/vite-plugin-singlefile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5516a454d54d297219881d4e73df22a2a0b4560f
Choose a base ref
...
head repository: richardtallent/vite-plugin-singlefile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 700f32de5f92d597c7cad957550ec46499549824
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Sep 21, 2022

  1. Update deps

    richardtallent committed Sep 21, 2022
    Copy the full SHA
    700f32d View commit details
Showing with 1,686 additions and 1,323 deletions.
  1. +1,678 −1,315 package-lock.json
  2. +8 −8 package.json
2,993 changes: 1,678 additions & 1,315 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -45,16 +45,16 @@
"vite": "^2.9.13 || ^3.0.0"
},
"devDependencies": {
"jest": "^28.1.2",
"@types/jest": "^28.1.4",
"@types/jest": "^29.0.3",
"@types/micromatch": "^4.0.2",
"@types/node": ">17.0.45",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.18.0",
"@types/node": ">18.7.18",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.23.1",
"jest": "^29.0.3",
"rimraf": "^3.0.2",
"rollup": "^2.75.7",
"typescript": "^4.7.4"
"rollup": "^2.79.0",
"typescript": "^4.8.3"
},
"prettier": {
"useTabs": true,