Skip to content

Commit

Permalink
wip upgrade of slack and other dependencies, does not yet build
Browse files Browse the repository at this point in the history
  • Loading branch information
dylans committed Oct 12, 2023
1 parent 0bdff51 commit d83499b
Show file tree
Hide file tree
Showing 5 changed files with 944 additions and 892 deletions.
823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
131 changes: 66 additions & 65 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"private": true,
"name": "slate-packages",
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn build:rollup && yarn build:next",
"build:next": "cd ./site && next build && next export",
"build:rollup": "rollup --config ./config/rollup/rollup.config.js",
"build:rollup": "rollup --config ./config/rollup/rollup.config.mjs",
"changesetversion": "yarn changeset version && yarn install && git add .",
"clean": "rimraf './packages/*/{dist,lib,node_modules}' './site/{.next,out}'",
"fix": "yarn fix:prettier && yarn fix:eslint",
Expand Down Expand Up @@ -38,82 +39,82 @@
"playwright": "playwright test"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/helper-call-delegate": "^7.7.4",
"@babel/plugin-external-helpers": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-modules-commonjs": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@babel/register": "^7.7.4",
"@babel/runtime": "^7.7.4",
"@changesets/changelog-github": "^0.3.0",
"@changesets/cli": "^2.14.1",
"@emotion/css": "^11.7.1",
"@playwright/test": "^1.29.1",
"@testing-library/cypress": "^8.0.0",
"@types/jest": "27.0.1",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^16.11.26",
"@types/prismjs": "^1.26.0",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babel-eslint": "^10.0.3",
"babel-jest": "27.0.6",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-module-resolver": "^3.1.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/helper-call-delegate": "^7.12.13",
"@babel/plugin-external-helpers": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/register": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@emotion/css": "^11.11.2",
"@playwright/test": "^1.39.0",
"@testing-library/cypress": "^10.0.1",
"@types/jest": "29.5.5",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/prismjs": "^1.26.1",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"babel-eslint": "^10.1.0",
"babel-jest": "29.7.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"faker": "^4.1.0",
"faker": "^6.6.6",
"image-extensions": "^1.1.0",
"is-hotkey": "^0.1.6",
"is-url": "^1.2.2",
"jest": "27.0.6",
"lerna": "^3.19.0",
"lint-staged": ">=10",
"lodash": "^4.17.4",
"mocha": "^6.2.0",
"next": "^12.2.0",
"npm-run-all": "^4.1.2",
"playwright": "^1.29.1",
"prettier": "^1.19.1",
"is-hotkey": "^0.2.0",
"is-url": "^1.2.4",
"jest": "29.7.0",
"lerna": "^7.3.1",
"lint-staged": "^14.0.1",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"next": "^13.5.4",
"npm-run-all": "^4.1.5",
"playwright": "^1.39.0",
"prettier": "^3.0.3",
"prismjs": "^1.29.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-error-boundary": "^1.2.5",
"react-router-dom": "^5.1.2",
"react-values": "^0.3.0",
"rimraf": "^3.0.2",
"rollup": "^2.26.6",
"rollup-plugin-babel": "^4.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-router-dom": "^6.16.0",
"react-values": "^0.3.3",
"rimraf": "^5.0.5",
"rollup": "^4.0.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-typescript2": "^0.27.2",
"shell-quote": "^1.7.2",
"simple-git-hooks": ">=2.0.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"shell-quote": "^1.8.1",
"simple-git-hooks": "^2.9.0",
"slate": "workspace:*",
"slate-history": "workspace:*",
"slate-hyperscript": "workspace:*",
"slate-react": "workspace:*",
"source-map-loader": "^4.0.0",
"ts-jest": "^27.1.3",
"typescript": "4.0.5"
"source-map-loader": "^4.0.1",
"ts-jest": "^29.1.1",
"typescript": "5.2.2"
},
"simple-git-hooks": {
"pre-commit": "yarn lint-staged"
Expand All @@ -124,5 +125,5 @@
"eslint --fix"
]
},
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.6.4"
}
6 changes: 3 additions & 3 deletions packages/slate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"dist/"
],
"dependencies": {
"immer": "^9.0.6",
"immer": "^10.0.3",
"is-plain-object": "^5.0.0",
"tiny-warning": "^1.0.3"
},
"devDependencies": {
"@babel/runtime": "^7.7.4",
"@babel/runtime": "^7.23.2",
"lodash": "^4.17.21",
"slate-hyperscript": "^0.81.3",
"source-map-loader": "^4.0.0"
"source-map-loader": "^4.0.1"
},
"keywords": [
"canvas",
Expand Down

0 comments on commit d83499b

Please sign in to comment.