Skip to content

Commit 924d7c1

Browse files
committed
use @turbowarp/paper
1 parent b6ae3b4 commit 924d7c1

Some content is hidden

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

69 files changed

+87
-88
lines changed

README.md

Lines changed: 3 additions & 2 deletions

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "git+ssh://git@github.com/LLK/scratch-paint.git"
2525
},
2626
"dependencies": {
27-
"@scratch/paper": "0.11.20200728195508",
27+
"@turbowarp/paper": "^0.12.202407262155",
2828
"classnames": "2.2.5",
2929
"keymirror": "0.1.1",
3030
"lodash.bindall": "4.4.0",
@@ -44,7 +44,7 @@
4444
"react-style-proptype": "^3",
4545
"react-tooltip": "^3",
4646
"redux": "^3",
47-
"scratch-render-fonts": "^1.0.0-prerelease.20210401210003"
47+
"scratch-render-fonts": "github:PenguinMod/penguinmod-render-fonts#master"
4848
},
4949
"devDependencies": {
5050
"autoprefixer": "9.7.4",
@@ -93,7 +93,7 @@
9393
"regenerator-runtime": "0.13.9",
9494
"rimraf": "2.7.1",
9595
"scratch-l10n": "3.14.20220428031608",
96-
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
96+
"scratch-render-fonts": "github:PenguinMod/penguinmod-render-fonts#master",
9797
"style-loader": "1.3.0",
9898
"svg-url-loader": "3.0.3",
9999
"tap": "14.11.0",

src/components/paint-editor/paint-editor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import paper from '@scratch/paper';
1+
import paper from '@turbowarp/paper';
22
import classNames from 'classnames';
33
import {defineMessages, injectIntl, intlShape} from 'react-intl';
44
import React from 'react';

src/containers/arrow-mode.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import paper from '@scratch/paper';
1+
import paper from '@turbowarp/paper';
22
import PropTypes from 'prop-types';
33
import React from 'react';
44
import { connect } from 'react-redux';

src/containers/bit-oval-mode.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import paper from '@scratch/paper';
1+
import paper from '@turbowarp/paper';
22
import PropTypes from 'prop-types';
33
import React from 'react';
44
import {connect} from 'react-redux';

src/containers/bit-rect-mode.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import paper from '@scratch/paper';
1+
import paper from '@turbowarp/paper';
22
import PropTypes from 'prop-types';
33
import React from 'react';
44
import {connect} from 'react-redux';

src/containers/bit-select-mode.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import paper from '@scratch/paper';
1+
import paper from '@turbowarp/paper';
22
import PropTypes from 'prop-types';
33
import React from 'react';
44
import {connect} from 'react-redux';

src/containers/color-picker.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import bindAll from 'lodash.bindall';
22
import {connect} from 'react-redux';
3-
import paper from '@scratch/paper';
3+
import paper from '@turbowarp/paper';
44
import parseColor from 'parse-color';
55
import PropTypes from 'prop-types';
66
import React from 'react';

src/containers/dragon-mode.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import paper from '@scratch/paper';
1+
import paper from '@turbowarp/paper';
22
import PropTypes from 'prop-types';
33
import React from 'react';
44
import { connect } from 'react-redux';

0 commit comments

Comments
 (0)