Skip to content

Commit

Permalink
Merge pull request #173 from neinteractiveliterature/luxon3
Browse files Browse the repository at this point in the history
Upgrade Luxon
  • Loading branch information
nbudin authored Sep 23, 2024
2 parents 912f6b6 + 576981b commit b5f7b1c
Show file tree
Hide file tree
Showing 9 changed files with 6,431 additions and 7,215 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
20.17.0
363 changes: 0 additions & 363 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.3.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ changesetBaseRefs:
- main
- origin/main

compressionLevel: mixed

enableGlobalCache: false

packageExtensions:
"@storybook/core@*":
dependencies:
webpack: "*"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.2.3.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "^29.0.0",
"lint-staged": "^13.0.1",
"luxon": "^2.4.0",
"luxon": "^3.0.0",
"pinst": "^3.0.0",
"prettier": "^2.6.2",
"react": "^18.2.0",
Expand All @@ -110,7 +110,7 @@
"codemirror": "^6.0",
"copy-to-clipboard": "^3.3.1",
"lodash": "^4.17.21",
"luxon": "^2.4.0",
"luxon": "^3.0.0",
"react-bootstrap4-modal": "^2.0.0",
"react-cool-onclickoutside": "^1.7.0",
"react-popper": "^2.3.0",
Expand All @@ -124,5 +124,5 @@
"resolutions": {
"webpack": ">= 5"
},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@4.5.0"
}
Loading

0 comments on commit b5f7b1c

Please # to comment.