Skip to content

Commit

Permalink
Merge pull request #181 from mg3-codes/dependabot/npm_and_yarn/main/s…
Browse files Browse the repository at this point in the history
…ass-1.66.1

Bump sass from 1.65.1 to 1.66.1
  • Loading branch information
mgamlem3 authored Aug 22, 2023
2 parents 1169bed + 7b6acf5 commit 2cc51d9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Changelog

## 0.4.12

- Package upgrades

## 0.4.11

- Package upgrades
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dnd-spell-organizer",
"license": "MIT",
"version": "0.4.11",
"version": "0.4.12",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -50,7 +50,7 @@
"postcss": "^8.4.27",
"postcss-scss": "^4.0.7",
"prettier": "^3.0.2",
"sass": "^1.65.1",
"sass": "^1.66.1",
"stylelint": "^15.10.3",
"typescript": "^5.1.6",
"vite": "4.4.9"
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Footer = () => {

return (
<div className="footer">
<span className="version">Version: 0.4.11</span>
<span className="version">Version: 0.4.12</span>
<div className="links">
<Button variant="link" onClick={openHelpModal}>
Help
Expand Down
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const rollbarConfig = {
enabled: import.meta.env.MODE === "production",
captureUncaught: true,
captureUnhandledRejections: true,
code_version: "0.4.11",
code_version: "0.4.12",
source_map_enabled: true,
};

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2079,7 +2079,7 @@ __metadata:
react-dom: ^18.2.0
react-router-dom: ^6.15.0
rollbar: ^2.26.2
sass: ^1.65.1
sass: ^1.66.1
stylelint: ^15.10.3
typescript: ^5.1.6
vite: 4.4.9
Expand Down Expand Up @@ -5363,16 +5363,16 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.65.1":
version: 1.65.1
resolution: "sass@npm:1.65.1"
"sass@npm:^1.66.1":
version: 1.66.1
resolution: "sass@npm:1.66.1"
dependencies:
chokidar: ">=3.0.0 <4.0.0"
immutable: ^4.0.0
source-map-js: ">=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: 33e325fc80cd07489992e0814cd4929496f87493ffe78c423c2dbafa5746a574e6f3bde20c2a3e4ea47b16ee3d6bc5afcf1d36b405227b829d6c4c9ddcc7f8e2
checksum: 74fc11d0fcd5e16c5331b57dd59865705a299c64e89f2b99646869caeb011dc8d0b6144a6c74a90c264e9ef70654207dbf44fc9b7e3393f8bd14809b904c8a52
languageName: node
linkType: hard

Expand Down

0 comments on commit 2cc51d9

Please sign in to comment.