Skip to content

Commit 5af42ae

Browse files
authored
dradoll v0.11.0 + dragdoll-react v0.1.0 (#22)
1 parent 1feaff7 commit 5af42ae

File tree

345 files changed

+379066
-1082
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

345 files changed

+379066
-1082
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ https://niklasramo.github.io/dragdoll/
4545

4646
## Copyright
4747

48-
Copyright © 2022-2024, Niklas Rämö (inramo@gmail.com). Licensed under the [MIT license](/LICENSE.md).
48+
Copyright © 2022-2025, Niklas Rämö (inramo@gmail.com). Licensed under the [MIT license](/LICENSE.md).

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default defineConfig([
1212
'**/dist/',
1313
'**/cache/',
1414
'**/public/examples/',
15+
'**/public/react-examples/',
1516
'**/*.cjs',
1617
]),
1718
eslint.configs.recommended,

package-lock.json

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

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"type": "module",
66
"workspaces": [
77
"packages/dragdoll",
8+
"packages/dragdoll-react",
89
"packages/dragdoll-docs",
910
"packages/dragdoll-tests"
1011
],
1112
"scripts": {
12-
"build": "npm run format && npm run build --workspace=dragdoll && npm run build:examples --workspace=dragdoll-docs && npm run format",
13+
"build": "npm run format && npm run build --workspace=dragdoll --workspace=dragdoll-react && npm run build:examples --workspace=dragdoll-docs && npm run format",
1314
"docs:build": "npm run build --workspace=dragdoll-docs",
1415
"docs:dev": "npm run dev --workspace=dragdoll-docs",
1516
"docs:serve": "npm run serve --workspace=dragdoll-docs",
@@ -24,6 +25,8 @@
2425
"ts:check": "tsc && npm run ts:check --workspaces --if-present"
2526
},
2627
"devDependencies": {
28+
"@types/react": "19.2.2",
29+
"@types/react-dom": "19.2.2",
2730
"@wdio/browser-runner": "9.20.0",
2831
"@wdio/browserstack-service": "9.20.0",
2932
"@wdio/cli": "9.20.0",
@@ -37,6 +40,8 @@
3740
"jsdom": "27.1.0",
3841
"mezr": "1.1.0",
3942
"prettier": "3.6.2",
43+
"react": "19.2.0",
44+
"react-dom": "19.2.0",
4045
"rimraf": "6.1.0",
4146
"rolldown": "1.0.0-beta.45",
4247
"tikki": "3.0.2",

0 commit comments

Comments
 (0)