Skip to content

Commit

Permalink
[6497] Update dependencies (#223)
Browse files Browse the repository at this point in the history
* Update gitignore

* Update vite from 4.5.0 to 4.5.2 and minimatch from 3.0.4 to 3.1.2.

* Update version

* Update yarn to latest
  • Loading branch information
jvega190 authored Feb 29, 2024
1 parent 4cbd922 commit 0a3989b
Show file tree
Hide file tree
Showing 7 changed files with 1,888 additions and 1,873 deletions.
2 changes: 1 addition & 1 deletion craftercms-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugin:
version:
major: 2
minor: 0
patch: 52
patch: 53
description: |
Video Center webapp built with React atop CrafterCMS that is backed by YouTube, AWS Media Service, or Box.
website:
Expand Down
15 changes: 15 additions & 0 deletions sources/app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,18 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Swap the comments on the following lines if you wish to use zero-installs
# In that case, don't forget to run `yarn config set enableGlobalCache false`!
# Documentation here: https://yarnpkg.com/features/caching#zero-installs

#!.yarn/cache
.pnp.*
893 changes: 0 additions & 893 deletions sources/app/.yarn/releases/yarn-4.0.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions sources/app/.yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sources/app/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
4 changes: 2 additions & 2 deletions sources/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.4.1",
"vite": "^4.5.0",
"vite": "^4.5.2",
"vite-plugin-svgr": "^4.1.0",
"vite-tsconfig-paths": "^4.2.1",
"ws": "8.14.2"
Expand All @@ -76,5 +76,5 @@
]
},
"proxy": "http://localhost:8080",
"packageManager": "yarn@4.0.1"
"packageManager": "yarn@4.1.0"
}
1,952 changes: 976 additions & 976 deletions sources/app/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 0a3989b

Please sign in to comment.