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: brophdawg11/vue-ssr-build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: urbn/vue-ssr-build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 7 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 11, 2022

  1. Copy the full SHA
    6300210 View commit details

Commits on Feb 15, 2022

  1. Merge pull request #1 from urbn/seriouslysean/urbn-version-bump

    Change attribution to URBN, fix urls
    seriouslysean authored Feb 15, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4799f36 View commit details

Commits on Oct 14, 2022

  1. Copy the full SHA
    14e9874 View commit details
  2. Bump version to 8.0.1

    seriouslysean committed Oct 14, 2022
    Copy the full SHA
    3829a33 View commit details

Commits on Nov 16, 2022

  1. Copy the full SHA
    e408e57 View commit details
  2. Bump version to 8.0.2

    seriouslysean committed Nov 16, 2022
    Copy the full SHA
    ec7cf68 View commit details
  3. Merge pull request #2 from urbn/seriouslysean/vue-2.7.14

    Update version number for vue-server-renderer
    seriouslysean authored Nov 16, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8f24dbc View commit details
Showing with 42 additions and 107 deletions.
  1. +35 −103 package-lock.json
  2. +7 −4 package.json
138 changes: 35 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "vue-ssr-build",
"version": "8.0.0-beta.1",
"version": "8.0.2",
"description": "Vue.js SSR Build Helper",
"author": "matt@brophy.org",
"author": "skennedy@urbn.com",
"license": "MIT",
"engines": {
"node": ">=14.15.4",
"npm": ">=6.14.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brophdawg11/vue-ssr-build.git"
"url": "git+https://github.com/urbn/vue-ssr-build.git"
},
"scripts": {
"bump": "npm --no-git-tag-version version minor",
@@ -26,9 +26,12 @@
"memory-fs": "0.5.0",
"webpack": "5.65.0",
"webpack-dev-middleware": "5.3.0",
"webpack-hot-middleware": "2.25.1",
"webpack-hot-middleware": "2.25.2",
"webpack-hot-server-middleware": "0.6.1"
},
"peerDependencies": {
"vue-server-renderer": "2.7.14"
},
"devDependencies": {
"@babel/eslint-parser": "7.13.4",
"@babel/preset-env": "7.16.4",