Skip to content

Commit daf31c0

Browse files
committed
move springroll back to dependencies
1 parent 9092401 commit daf31c0

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.0] - unreleased
9+
10+
### Changed
11+
12+
- Updated Node version to 22
13+
- Updated webpack-cli to 6.0.1
14+
- Updated webpack-dev-server to 5.2.2
15+
- Updated SpringRoll to 2.8.0
16+
817
## [2.1.0] - 2024-10-28
918

1019
### Changed

package-lock.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"html-webpack-plugin": "^5.5.0",
2323
"mini-css-extract-plugin": "^2.6.1",
2424
"source-map-loader": "^4.0.1",
25-
"springroll": "^2.8.0",
2625
"style-loader": "^3.3.1",
2726
"terser-webpack-plugin": "^5.3.10",
2827
"webpack": "^5.75.0",
@@ -31,6 +30,7 @@
3130
},
3231
"dependencies": {
3332
"@pixi/sound": "^6.0.1",
34-
"pixi.js": "^8.10.2"
33+
"pixi.js": "^8.10.2",
34+
"springroll": "^2.8.0"
3535
}
3636
}

0 commit comments

Comments
 (0)